home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 …ember: Reference Library / Dev.CD Dec 00 RL Disk 1.toast / pc / about this cd / dec 00 developer cd assistant (.txt) next >
Encoding:
FileMaker Pro Database  |  2000-11-01  |  4.4 MB  |  114,446 lines

Text Truncated. Only the first 1MB is shown below. Download the file for the complete contents.
  1.  Copyright 1984-1998 FileMaker, Inc. 
  2. HBAM2016AUG95
  3. Pro 3.0
  4. applet
  5. demonstrates
  6. stream
  7. movie
  8. developing
  9. drivers
  10. sometimes
  11. resedit@
  12. eckout@
  13. card@
  14. describes@
  15. fixing@
  16. images@
  17. improving
  18. national@
  19. overview@
  20. pool@
  21. quit@
  22. simpler@
  23. summary@
  24. summary
  25. maccalendar
  26. control
  27. strip
  28. module
  29. displays
  30. summary
  31. xcmds
  32. xfcns
  33. perform
  34. summary
  35. allows
  36. developer
  37. monitor
  38. therefore@
  39. versions@
  40. within@
  41. debug@
  42. network@
  43. stack@
  44. disposeresource
  45. debugging
  46. resource
  47. handles@
  48. multi-processing@
  49. appleevent@
  50. HBAM3016AUG95@
  51. APPLESCRIPT_BROWSER
  52. APPLESCRIPT_OPEN
  53. CDDATE
  54. CDNAME
  55. CDTITLE
  56. CONSTANT
  57. CONTENTS
  58. CURCNT
  59. CURREC
  60. CUSTOMSEARCH
  61. DESCRIPTION
  62.         FINDFIELD
  63. KEYWORDS
  64. KEYWORDSCALC
  65. NEWREVISEDCALC
  66. PATHNAME
  67. PATHNAMECALC
  68. PORTALCOLOR
  69. PORTALFILTERCALC
  70. PORTALSELECTIONCALC
  71. RECEIVED
  72. RECORDID
  73. REQUIREMENTS
  74. SEARCHSELECTED
  75. SHOWPATHNAME
  76. SHOWTEXT
  77. STATUS
  78. UPDATED
  79. WEB_FTP_URL
  80. _COLOR
  81. _CONTENT
  82. _CUSTOMFIND
  83. 2)    _HELPTEXT
  84.     _KEYWORDS
  85. _NAME
  86. _PORTALCLICK
  87. _PORTALFILTER
  88. _PORTALFILTERFIND
  89. _PORTALSELECTION
  90. _PORTALSELECTIONMATCH
  91.     _RECEIVED
  92. _REQUIREMENTS
  93. _SEARCH
  94. _SEARCHFIELD
  95. _SEARCHPACKAGE
  96. _SHOWPATHFLAG
  97. _UPDATED
  98. Sunday
  99. Monday
  100. Tuesday
  101.     Wednesday
  102. Thursday
  103. Friday
  104. Saturday
  105. January
  106. February
  107. March
  108. April
  109. August
  110.     September
  111. October
  112. November
  113. December
  114. 1st Quarter
  115. 2nd Quarter
  116. 3rd Quarter
  117. 4th Quarter
  118. ?P9W#P
  119. 11/1/000
  120. Closing Screen
  121. Intro
  122. Browser
  123. Package Info
  124. @>A    Developer
  125. Find Fewer Choices
  126. Find More Choices
  127. RecordID
  128. Custom Find
  129. Browser Custom Search
  130. &ADC programs offer developers worldwide easy access to Apple tools and technologies, world-class technical support, and critical business and marketing information and services.
  131. For news on programs and resources available to Apple developers, please visit our web site at developer.apple.com.
  132.  "") & "
  133. ! & "
  134.  "new") 
  135.  "updated") 
  136.  "New & Revised" 
  137.  "" )
  138. All Packages
  139. Mac OS SDK Edition
  140. Tool Chest Edition
  141. Reference Library Edition
  142. System Software Edition
  143. updatedG
  144. New & Revised
  145. PortalSelectionCalc
  146. ^("") )
  147. NameB
  148. CurCntB
  149. CurRecB
  150. DescriptionB
  151. ContentsB
  152. ReceivedB
  153. UpdatedB
  154. RequirementsB
  155. KeywordsB
  156. PathNameB
  157. PathNamecalcB
  158. ) - 1 )
  159. " & " - ")
  160. _SearchB
  161. SearchSelectedB
  162. _PortalClickB
  163. _ShowPathFlagB
  164. ShowTextB
  165.  = 1 
  166.  "Hide Path" 
  167.  "Show Path" )
  168.     Hide Path
  169.     Show Path2
  170. RecordIDB
  171. 73081
  172. _ColorB
  173. ConstantB
  174. A    FindFieldB
  175.  & " " & 
  176.      & " " & 
  177.  & " " & 
  178.  & " " & 
  179.  & " " & 
  180.  & " " & 
  181.  & " " & 
  182. PortalColorB
  183.  "" )
  184. _PortalSelectionMatchB
  185. ShowPathNameB
  186.  = 1 
  187.  "" )
  188. CDDateB
  189. CDNameB
  190.  3) + 1 
  191.  1) - 
  192.  " " 
  193.  3 ) - 1 )
  194. _SearchFieldB
  195. _SearchPackageB
  196. CustomSearchB
  197.  "Custom Search"
  198.  "" )
  199. Custom Search
  200.  "new")
  201.  "New"  
  202.  "updated") 
  203.  "Revised" 
  204.  "" )
  205. updatedG
  206. Revised
  207. AppleScript_OpenB
  208. "--set theItem to choose file -- uncomment to test in an AS editor" & "
  209.  "" & "
  210. "try" & "
  211. "    tell application ""Finder""" & "
  212. "        open item """ & 
  213.  & """
  214. "        activate" & "
  215. "    end tell" & "
  216. "on error errMsg number errNum" & "
  217. "    --enter statements to perform when no records are found such as..." & "
  218. "    display dialog ""Sorry, the item you selected could not be found.""" & "
  219. "    return" & "
  220. "end try"
  221. A--set theItem to choose file -- uncomment to test in an AS editor
  222.     tell application "Finder"
  223.         open item "
  224.         activate
  225.     end tell
  226. on error errMsg number errNum
  227. F    --enter statements to perform when no records are found such as...
  228. E    display dialog "Sorry, the item you selected could not be found."
  229.     return
  230. end try
  231. AppleScript_BrowserB
  232. StatusB
  233. KeywordsCalcB
  234.  ", " 
  235. _NameB
  236. _PortalFilterFindB
  237. _DescriptionB
  238. _RequirementsB
  239. +A    _KeywordsB
  240. ,A    _ReceivedB
  241. _UpdatedB
  242. _ContentB
  243. Web_FTP_URLB
  244. _WebB
  245. CDTitleB
  246.  1) - 1 )
  247. l Packages
  248. "--set theItem to choose file -- uncomment to test in an AS editor" & "
  249.  "" & "
  250.  "try" & "
  251. "    tell application ""Finder""" & "
  252. "        open item """ & 
  253.  & """
  254. "        activate" & "
  255. "    end tell" & "
  256. "on error errMsg number errNum" & "
  257. "    --enter statements to perform when no records are found such as..." & "
  258. "    display dialog ""Sorry, the folder you selected could not be found.""" & "
  259. "    return" & "
  260. "end try"
  261. A--set theItem to choose file -- uncomment to test in an AS editor
  262.     tell application "Finder"
  263.         open item "
  264.         activate
  265.     end tell
  266. on error errMsg number errNum
  267. F    --enter statements to perform when no records are found such as...
  268. G    display dialog "Sorry, the folder you selected could not be found."
  269.     return
  270. end try
  271. elds then click Find or hit Enter.
  272. NOTE: You may also restrict your search to a particular disk edition or group of content by using the Disk/Edition pulldown menu.
  273.     Click the Find button. The packages found by your search will appear in the packages list on the Browser screen.
  274.     To search any field for a keyword, click the Fewer Choices button, enter search criteria, then click Find or hit Enter. The packages found by your search will appear in the 
  275. ackages list on the Browser screen.
  276. 0_    Any Field`
  277. All Packages
  278. HelpB
  279.  2000 Apple Computer, Inc.  All rights reserved. Apple, the Apple logo, Macintosh, Mac, and the Mac logo are trademarks of Apple Computer, Inc. registered in the U.S. and other countries.
  280. IntroB
  281. Homem
  282. Quitn
  283. Browsero
  284. Find...p
  285. Homem
  286. Quitn
  287. Browsero
  288. Find...
  289. BrowserB
  290. Welcome to the Developer CD Series Assistant, a simple to use tool for searching and 
  291. navigating content on the Developer CD Series from Apple Developer Connection.
  292. You can use this Assistant database to find title, description, contents, revision, and related web information for everything from Sample Code to SDKs.
  293. Click the Browser button to enter the Browser screen, where you can easily view and navigate content on the Developer CD. From there, click the Open Folder button to go direc
  294. tly to the package folder on the CD.
  295. The Find... button allows you to do full-text searches on all content available on the 
  296. Developer CD Series.
  297. More complete usage instructions are accessed by clicking the Help button.
  298. To quit the Developer CD Series Assistant, click Quit.
  299. Helpe
  300. Find...f
  301. Quith
  302. Browser
  303. Package InfoB
  304. Current Selection:{    <<
  305. ABBF>>
  306. F!Double-click title for more info.
  307. Find...
  308. Open Folder
  309. Package Info
  310. Export List
  311. Browser
  312. Open Folder
  313. Package Info
  314. Export List
  315. A    DeveloperB
  316. DescriptionR
  317. Revision InfoS
  318. FilesV
  319. RequirementsW
  320. Keywords[    Released:\
  321. Revised:b
  322. ABAI>> of <<
  323. ABAH>>h
  324. Current Selection: <<
  325. ABAB>>o    <<
  326. ABCC>>
  327. Web/FTP URL
  328. Open Folder
  329. Find...
  330. ABBF>>
  331. Browser
  332. Find Fewer ChoicesB
  333. A    DeveloperC
  334. Package InfoH
  335. HelpI
  336. Find...J
  337. Open Folder
  338. Current Selection:Q
  339. (Double-click to open)T
  340. QuitY    <<
  341. ABBF>>[.Import with auto update for record ID numbers.`
  342. Portal Selectiona
  343. Show Path Flagd
  344. Click Selecth
  345. Color for Portal Row Selectionk
  346. Show Portal Path}    Released:~
  347. Revised:
  348. Open Folder
  349. ABAI>> of <<
  350. ABAH>>
  351. From Package Info
  352. From Browser
  353. From Browser
  354. From Package Info
  355. Browser
  356. A    DeveloperC
  357. Package InfoH
  358. HelpI
  359. Find...J
  360. Open Folder
  361. Current Selection:Q
  362. (Double-click to open)T
  363. QuitY    <<
  364. ABBF>>[.Import with auto update for record ID numbers.`
  365. Portal Selectiona
  366. Show Path Flagd
  367. Click Selecth
  368. Color for Portal Row Selectionk
  369. Show Portal Path}    Released:~
  370. Revised:
  371. Open Folder
  372. ABAI>> of <<
  373. ABAH>>
  374. From Package Info
  375. From Browser
  376. From Browser
  377. From Package Info
  378. Browser
  379. Find...
  380. Open Folder
  381. ABBF>>
  382. Rectangle Buttons
  383. Find...
  384. Status:
  385. Joint Solutions
  386. Marketing
  387. Specialists
  388. in Web, Print 
  389. and Electronic
  390. Media
  391. 831.471.1500
  392. info@jointsolutions.com
  393. www.jointsolutions.com
  394. Database design: Sheila Kliewer
  395. Data Wizard 831 336-2129
  396. sheilasgk@aol.com
  397. www.DataWizardFMP.com
  398. Find More ChoicesB
  399. Find any package containing:
  400. Cancel
  401. containst    any field
  402. Cancel
  403. More Choices
  404. To search for specific text within package title, package descriptions, or filenames:
  405.  To search any field for a keyword, enter your desired search criteria.
  406.  Click the Find button. The packages found by your search will appear in package info format, with information about the first package showing. Use the Next button to proceed through the packages; the counter in the lower left corner notes your progress.
  407. To specify parameters such as new and revised packages or a specific CD, cliBSck More Choices then choose the appropriate options from the Search pull down menu.
  408. Find (fewer choices)
  409. RecordIDB
  410. RecordID
  411. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  412. HTML Text Extractor
  413.  and 
  414. PDF Text Extractor
  415. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  416. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  417. Description
  418. Revision Info
  419. Files
  420. Requirements
  421. Keywords
  422. Released
  423. Revised
  424. Disk/Edition
  425. Web/FTP URL
  426. Cancel
  427. Fewer Choices
  428. Find (more choices)
  429. fTo search specific fields, enter your criteria in the appropriate areas and/or select from the pull-down menus then click Find. The packages found by your search will appear in package info format, with information about the first package showing. Use the Next button to proceed through the packages; the counter in the lower left corner notes your progress.
  430. gress.
  431. d by your search will appear in the packages listB
  432.  on the Browser screen.
  433. masterB
  434. Unlock Status Bar
  435. Intro
  436. Quit Button
  437. Quit JSM
  438. Browser
  439. Package Info
  440.  = "Custom Search"
  441. Custom Search
  442. Browser Portal
  443. ) = 0    
  444. Show Path
  445. Browser Portal Validation
  446. ) > 0
  447. A    Auto Open
  448. "New & Revised"
  449. New & RevisedB
  450. Go To Record Next
  451. Go To Record First
  452. Go To Record Last
  453. Go To Record Previous
  454. A    Developer
  455. Find Cancel
  456. "All Packages"
  457. All Packages
  458. Find More Choices
  459. Find Fewer Choices
  460. "Any Field"
  461.     Any FieldB.
  462. "All Packages"
  463. All Packages
  464. Find...
  465. "Any Field"
  466.     Any FieldC.
  467. "All Packages"
  468. All PackagesD
  469. Find Execute
  470. A    Find None
  471. )  = 0    
  472.     Try Againgl
  473. cript"
  474.  "1")
  475. CanceloggleDoScript
  476. Toggle
  477. No packages match your request.C+
  478. ) = 1    
  479. "All Packages"
  480. All Packages
  481. A    Find Some
  482. "Custom Search"
  483. Custom Search
  484. A    Find Prep
  485. "Custom Search"
  486. Custom Search
  487. A    Find Prep
  488. Find Request
  489. Find Request
  490. Package Open Folder
  491. Browser Open Folder OLD
  492. ) = "Browser"    
  493. Browser
  494. Z] ow templates in Ne
  495. Canceldialog`
  496. Select a Package to open.D>
  497. ) =  "Package Info"    
  498. Package Info
  499. Import From Master
  500. ) = "Find More Choices"    
  501. Find More Choices
  502.   = "All Packages"
  503. All Packages
  504.  = "Any Field"
  505.     Any Field
  506.  = "Package Title"
  507. Package Title
  508.  = "Any File Name"
  509. Any File Name
  510. Find More Clear
  511. Find More Find
  512. Export List
  513. Cancel
  514. Save the current list to a text file called "Developer CD Search Results"?B+
  515. ) = 2    
  516. AppleScript_Browser
  517. AppleScript_Open
  518. -nulltell application "Developer CD Series Assistant"
  519.     set CDTitle to get data cell "CDTitle" of current record
  520. end tell
  521. tell application "Finder"
  522.     if (disk CDTitle exists) is false then
  523.         set theChoice to button returned of (display dialog "The item you selected could not be found. Please insert the CD - " & CDTitle buttons {"Cancel", "Continue"} default button "Continue" with icon 0)
  524. end tellFasdUAS 1.101.10
  525. -nulltell application "Developer CD Series Assistant"
  526.     set CDTitle to get data cell "CDTitle" of current record
  527. end tell
  528. tell application "Finder"
  529.     if (disk CDTitle exists) is false then
  530.         set theChoice to button returned of (display dialog "The item you selected could not be found. Please insert the CD - " & CDTitle buttons {"Cancel", "Continue"} default button "Continue" with icon 0)
  531. end tellFasdUAS 1.101.10
  532. .coregetd****
  533. CDTitle
  534. cdtitle
  535. CDTitle
  536. Developer CD Series Assistant
  537. eAFDCT
  538. Patagrande
  539. Developer CD Series Assistant
  540. 'APPLAFDC
  541. Developer CD S
  542. eries Assistant 
  543. WPatagrande:Desktop Folder:Developer CD Series Assistant 
  544. :Developer CD Series Assistant
  545. Net Ref Zone
  546. tyler.jointsolutions.com
  547. Patagrande
  548. Tyler Stone
  549. .coredoexbool
  550. cdtitle
  551. CDTitle
  552. boovfals
  553. .sysodlogaskr
  554. AThe item you selected could not be found. Please insert the CD - 
  555. cdtitle
  556. CDTitle
  557. Cancel
  558. Continue
  559. Continue
  560.     thechoice
  561.     theChoice
  562. Finder
  563. Patagrande
  564. Finder
  565.     l@FNDRMACS
  566. System Folder
  567. Patagrande:System Folder:Finder
  568. Ref Zone
  569. tyler.jointsolutions.com
  570. Patagrande
  571. Tyler Stone
  572. .aevtoappnull
  573. .aevtoappnull
  574. .coregetd****
  575. cdtitle
  576. CDTitle
  577. .coredoexbool
  578. Button: Web
  579. Browser Portal OLD
  580. Find Prep OLD
  581. .coregetd****
  582. CDTitle
  583. cdtitle
  584. CDTitle
  585. Developer CD Series Assistant
  586. Patagrande
  587. Developer CD Series Assistant
  588. 'APPLAFDC
  589. Developer CD S
  590. eries Assistant 
  591. WPatagrande:Desktop Folder:Developer CD Series Assistant 
  592. :Developer CD Series Assistant
  593. Net Ref Zone
  594. tyler.jointsolutions.com
  595. Patagrande
  596. Tyler Stone
  597. .coredoexbool
  598. cdtitle
  599. CDTitle
  600. boovfals
  601. .sysodlogaskr
  602. AThe item you selected could not be found. Please insert the CD - 
  603. cdtitle
  604. CDTitle
  605. Cancel
  606. Continue
  607. Continue
  608.     thechoice
  609.     theChoice
  610. Finder_
  611. Patagrande
  612. Finder
  613.     l@FNDRMACS
  614. System Folder
  615. Patagrande:System Folder:Finder
  616. Ref Zone
  617. tyler.jointsolutions.com
  618. Patagrande
  619. Tyler Stone
  620. .aevtoappnull
  621. .aevtoappnull
  622. .coregetd****
  623. cdtitle
  624. CDTitle
  625. .coredoexbool
  626. .sysodlogaskr
  627.     thechoice
  628.     theChoice
  629. ) = -128    
  630. cdtitle
  631. CDTitle
  632. boovfals
  633. .sysodlogaskr
  634. Import From Master
  635.     Developer
  636. Unlock Status Bar
  637.     Auto Open
  638. Intro
  639. Package Info
  640. Browser
  641. Quit Button
  642. Quit JSM
  643. Button: Web
  644. Package Open Folder
  645. Browser Open Folder OLD
  646. Browser Portal
  647. Browser Show Path
  648. Browser Portal Validation
  649. Go To Record First
  650. Go To Record Previous
  651. Go To Record Next
  652. Go To Record Last
  653. Find Cancel
  654. Find More Choices
  655. Find Fewer Choices
  656. Find...
  657. Find Execute
  658. :    Find Prep
  659. Find Request
  660. >    Find None
  661. @    Find Some
  662. Find More Clear
  663. Find More Find
  664. Export List
  665. AppleScript_Browser
  666. AppleScript_Open
  667. Browser Portal OLD
  668. Find Prep OLD
  669. _    Any Field`
  670. All Packages
  671. 58886
  672. 58887
  673. 58888
  674. 58889
  675. 58890
  676. 58891
  677. 58892
  678. 58893
  679. 58894
  680. 58895
  681. 58896
  682. 58897
  683. 58898
  684. 58899
  685. 58900
  686. 58901
  687. 58902
  688. 58903
  689. 58904
  690. 58905
  691. 58906
  692. 58907
  693. 58908
  694. 58909
  695. 58910
  696. 58911
  697. 58912
  698. 58913
  699. 58914
  700. 58915
  701. 58916
  702. 58917
  703. 58918
  704. 58919
  705. 58920
  706. 58921
  707. 58922
  708. 58923
  709. 58924
  710. 58925
  711. 58926
  712. 58927
  713. 58928
  714. 58929
  715. 58930
  716. 58931
  717. 58932
  718. 58933
  719. 58934
  720. 58935
  721. 58936
  722. 58937
  723. 58938
  724. 58939
  725. 58940
  726. 58941
  727. 58942
  728. 58943
  729. 58944
  730. 58945
  731. 58946
  732. 58947
  733. 58948
  734. 58949
  735. 58950
  736. 58951
  737. 58952
  738. 58953
  739. 58954
  740. 58955
  741. 58956
  742. 58957
  743. 58958
  744. 58959
  745. 58960
  746. 58961
  747. 58962
  748. 58963
  749. 58964
  750. 58965
  751. 58966
  752. 58967
  753. oqtutwS6
  754. ingVfp;
  755. mtiEi]B
  756. {M{nH
  757. nro`v6Z
  758. nrruq'
  759. nrquj 
  760. nrvxj11*i
  761. ncSitmc-n
  762. peEFQ`h0Gj>Y
  763. xON\mu5MqA`
  764. lpoid
  765. yrrq0b
  766. glnnopn:m
  767. .RPTH
  768. FPTHA.Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  769. FaliA
  770. Current
  771. CD_Catalog.FP3
  772. FMP3FMP3
  773. Joint Solns Apple 10/99
  774. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  775. MSPCA
  776. NAMEA
  777. CD_Catalog.FP3
  778. RPTHA
  779. CD_Catalog.FP3
  780. alisA
  781. Current
  782. CD_Catalog.FP3
  783. FMP3FMP3
  784. Joint Solns Apple 10/99
  785. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  786. .RPTH
  787. FPTHA.Current:Joint Solns Apple 10/99:ADC_Master.FP3
  788. Faliali
  789. ies (LG) files. You can find these in the folder "Apple Glossaries (LG)".
  790. Requires: Any  Mac 68030 or later or any PowerPC, System 7.0 or later.
  791. Issues:  When you use these Glossaries for your localization efforts, you will also want to be sure to have your translations tested for accuracy, as mere word substitution wil
  792. !$&Q?&
  793. +8>H8^?
  794. R"'220
  795. Rv]2'
  796. c6RP@LaY
  797. caOQP
  798. @WQMLSMKi]n^S*QSXW^d`UTNGQ>
  799. ;SggVSgaI~
  800. ]^G9%
  801. #')+)$%Q
  802.  .;9:Ghst_
  803. 4HyH*O:($M%
  804. J/29 )
  805. CETK"-5a2G
  806. =BdlK]vl
  807. xpzSfk
  808. (esxnf|Z
  809. lqg_ageigm[`ogk/
  810.  -4773*&b
  811. &:JIK\
  812. 3HxG+N9'!H%
  813. gP\\F7%.q
  814. S./BkVQcC!
  815. s/23FFq
  816. ^2>(WWA<C)
  817. s,AF@OTe
  818. C3)/>>33q
  819. xj.W\8
  820. qn|OFb
  821. G dqTy
  822. qb[PHRY[_WNCRPTXR^JVXC4%/l
  823. Iv_YjJ$
  824. cS{ogY^
  825. Q978>COBRL,-40)++1AOQP6=L<%,*;9Vdfg]w
  826. oD\`^^J
  827. "56`ZV[Rpztd`YFAET?(0 =
  828. +aeaI!/5/5<]
  829. W!)71&
  830. \t`wtE7x
  831. l7xpTB4Naeu
  832. up|OKf
  833. hXOE*=BJOPL@7;@F@=I>IN=0"-g
  834. 1JJfgH'"     
  835. UADL%3
  836. C=OK$,3`/E
  837. }'"GI
  838. sksIS_{yux
  839. &^mqf\qT
  840. fiaY[`^bafU[g_d,
  841. Zmm8'-Mh
  842. t31>?
  843. CG?/2;?@EC4/BLPE0<VB/RfiURgcNw
  844. PNB9%
  845.  29J\H*
  846. "'(+'!%
  847. .:9:E_gcHp
  848. 1Al@(H4$#H"
  849. E"17/.
  850. </:7 *2].E
  851. 43VT=M]W
  852. qjuKV`zwyr
  853. "OXWNGUEnUXRL*MPPTQUIMXOU&
  854. T`N1v
  855. YBO_cZWLc
  856. dq[Q87EZ?81
  857. "3:>?
  858. *@EJNWllqta
  859. N*18KZg:&@)
  860. Q8=V<
  861. ynwd-*I@z,
  862. >RjxFCjb
  863. w1)?\][gH]WXNOTP\aMR7.1 %D
  864. MZI.p
  865. wnJESyTMD%+
  866. (BQYT&]
  867. [Avv&6PY``r
  868. O+28IXd9&>(
  869. ^JS}P
  870. xnvb-*ID{*
  871. t2)<VVUbCVRRJIMLTZIK4+0
  872. X:)UjRl
  873. 9D:$R{
  874. T4BC<:G=+:;@BCA:3BMQC1AX@IEO_cZWO`
  875. ]ZMN84>T<70"%
  876. "38=;
  877. +>BHJTdbgjX
  878. F).5ER[4$;%
  879. B$"(%
  880. 8$8<5+
  881. qip\'*HBu(
  882. :F[_79VNw
  883. o2%3HHGP8JGF?A*DBIM@B.'*
  884. JOaY;BFa
  885. xhHD^t%(
  886.     #=MH(=
  887. HHoJDWIPbuKb
  888. >!*^mx>
  889. P6GbI
  890. Pc+aL)<
  891. 9C?:2+%&
  892. (Rtc0V
  893. ZYr]i
  894. *_nu<
  895. 6?;6/*$%
  896. pWB(t
  897. rmJGiX_
  898. ,Nvd|
  899. w`ZUh_WYlcHI
  900. ~PQ^ackVMRD+@
  901. f[QZfrZY
  902. m`Wemef{
  903. ]5268AMCKV93/7@BJMNQUQ0=C24I&GP;Ev
  904. 9k_aqUS[d^TKJPK-
  905. ]GF:43 
  906. ?$-421
  907. !+/2))0:
  908. p'(:2'
  909. tG[LANc`b
  910. smKHi\a
  911. |+A_Vo
  912. ~mUP*ITRLM`W>9~q??GMT_OJNA+>x
  913. wi~X*
  914. 12,=:VcdeZv
  915. wEejfcN
  916. #6>wwkaVx
  917. ni^GAHeH'/
  918. BD627#
  919. 2jpsZ$2618>d
  920. !A4+1CC75r
  921. zN$AD,
  922. ^U>c{
  923. H!l=zZ
  924. wgaUMZbaf]VI[WZbZ
  925. 0!02&
  926. sK6cu_
  927. R4bYGPi^K
  928. K::xZ+APE\jQXgVU
  929. R@^_s
  930. |m]*LZZOHWX>8
  931. |BGEJ`ZW`\[F
  932. {Ka-IR<Eu}s
  933. ypz]W
  934. `kcWMNWX4 )5/WmPH:55
  935. }o5';NV_HK]U
  936. {L()5 
  937. TgaPa}
  938. ~wSPrny
  939. }f`Yqd\_rjMP
  940. WYhghnZOTF,B
  941. dMFR]hQOw[@
  942. fG\1]iKQ
  943. uefqoB'5F@s
  944. c_NEC%
  945. ,NU&#
  946. $7bpj
  947. ?1[}pb0
  948. %8IOWBEUQ
  949. zd42B(
  950. CUbWYhV"
  951. gcVJ@;.
  952. }kZQhc\]XHjG=/(#B
  953. wK60##
  954. UP{~o
  955. 6pqYb
  956. U=9|^/I[QftTYqba
  957. }n[pj_VfhOK
  958. TXZb|leha`H
  959. uK<Tia<
  960. VLzIs
  961. ydUK8
  962. SL_[SWRB`B=/($A
  963. x_E<*+"
  964. }TPv{l
  965. P;8xZ,?JA[mN\
  966. whWjeYQ`cIE
  967. ORT[tf`f^\G
  968. TF_rjA
  969. ^@457;CF;HDCIRP
  970. B;K>-C>*7^;UmO1V{zw
  971.     "avx`
  972. 5AQ[PNWH
  973. nVZSI?9,
  974. !+?2*--&+43/2.,69;/$#A
  975. [WaHOz
  976. k_iT||
  977. B}sZOH=(
  978. xf`W8-'*
  979. .6&Jh
  980. xQ%3OA%\
  981. leGL6
  982. 2^;"6NV<as
  983. ~9lnt
  984. ju^TSVcZG
  985. SJPD__Oac^VC
  986. UQV|eR(
  987. ]+K\:7989>0*-FXXUF316)
  988. $.ML=#;PGb
  989. WMXT_\
  990. .UM;62+
  991. l}wePGGA,% "
  992. %+ 5T
  993. 5ROE1/4;BYWb^@-+
  994. ^JT\AJKG\ZMLndH
  995. 3_>(.8C3KQXL`
  996. x6[_k
  997. v*aiVMLP\N8u}GBG;NOEW\ZTC 
  998. FVoN2Vwus
  999. XYV[zcDdoQINTiWdg\YUG?6
  1000. >V?93<CG;
  1001. <MG=9:E64$
  1002. )TN8 FTQSwVjiSO[
  1003. u+!'.    
  1004. ,@=MD
  1005. '(,6.%"
  1006. ;|tqZPWI$+2*
  1007. 97?RTB0'i
  1008. d#Aeop[9.<F]]d_D2-$/6:3L
  1009. o{bs}
  1010. `1(- 
  1011. n6Sf{
  1012. DOH`W`TH`]Lz
  1013. m[><'
  1014. 4=<KGFPURJUv
  1015. yRSRWpX7XcGAFHYJRVPOJA;5
  1016. deq{{zhHDNET|
  1017. [XkOc
  1018. UNUO[[
  1019. ^VE@;3!
  1020. nTHJC-%!#
  1021. Y$5VI']
  1022. jO7;*
  1023. fvoMjt_`
  1024. 4aB,4@H3QZeYm
  1025. oycZWYgaM
  1026. WOUHhfSffaXD 
  1027. |NELpXI%
  1028. r^VYSTSFEp
  1029. k@6<,%
  1030. =IHLF;NR^
  1031. |SmeS`
  1032. qU^[bvS@BB>G?GaNSRQWH==<7
  1033. 5AMF;7:D64,=p
  1034. =ecTWuWkhPKZ
  1035.     ,B?OI
  1036. *}-83&!
  1037. y`U\K$+3*
  1038. 9:DXZF0's
  1039. iM>O2
  1040. Y`Ufe}l[z
  1041. |jGC*
  1042. 4AEXQPZb_Qb
  1043. gIlvWOTWm]jna]XJ@8
  1044. ZRUp^H5
  1045. o3Wul^V[tSJ16o
  1046. 0Xk`k
  1047. esz^e}
  1048. }.,1=
  1049.     9VSme
  1050. !&%328F</*
  1051. x}c,6A5
  1052. JN^w{`@2r
  1053. Y<\qoZX
  1054. hfTk@
  1055. 4DXvlky
  1056. lJBJ4
  1057. ~efsmmn`c
  1058. xK<B/'
  1059. !CTSVMAY]j
  1060. WvnWe
  1061. }]hel
  1062. aUTSNVKWy`jmlr]KIC<
  1063. cBJG2$$
  1064. XsUIcJ;dZ4!d
  1065. JZm{ce
  1066. GnL]bOORLD7'
  1067. _La=09Y]*a
  1068. jIJ=^
  1069. kbXfD
  1070. E<0Q%
  1071. nkMN1*
  1072. 'TmnrgUw
  1073. TrfUc
  1074. wZc`g
  1075. \NNMGQGQq\ceekXFDA:
  1076. oJRO8))
  1077. Q FdFC>99DKJ3;K72>0*?9%
  1078. +FWB$0F_3Gj=V]bVV
  1079. 0L:DG;<?:4+
  1080. Lr`N\bF9F.(,B?!CaaRBn
  1081. eHJ;6Znsug?*5<=:79534?PVF4U
  1082. d.*,"
  1083. TI:Dx
  1084. <B.*g
  1085. j?khY6
  1086. kezooc2#:sa
  1087. uV8B7
  1088. {KB9V1
  1089. mpyP5`v
  1090. IHMW_?
  1091. 2U^ZNYcEK[RIe^ivs
  1092. x`dehoUOGTZkU^jc[\d_TQ0 B5
  1093. zh:N^F*
  1094. ;*<5J;&/,!!1MK=DF4x^?xCIUicK{
  1095. -- "IXY~~
  1096. *_[TMGHLMID,
  1097. ^JJUKLE'
  1098. .Q?    -Fpe]
  1099. +>IZbrpZ:,4690)+&-3@Zl_9T
  1100. aJLUYiK>KqtP6Ui
  1101. 81<FN6
  1102. &<A=6=D@JSQEYUTVj
  1103. s]``cgJB>GM]IIWSLNROFC*
  1104. fpkN50$
  1105. \%NgFz
  1106. LG54A1)?>*$n
  1107. ^NUf5Jj>V[`OQ
  1108. WBKNA>@:3+
  1109. mQcjG:G.(.EC!IjlWEy
  1110. ^E\pZ=
  1111. =K37B</  %'*%'V>
  1112.  (4C]mNkNI
  1113. Wa`TZc
  1114. +/10F_qy
  1115. CxeedXOSQF-
  1116. ?^RGME71!Ie*
  1117.     5;NSE^jgQ<+5DBM?2'(686IcAG
  1118. m_jLUI0iJA,
  1119. ]^17LTW*
  1120. - &,B?FATtd^Fi
  1121. pAG;Fg
  1122. ieiroVDDJWQ@HAECOZPN>
  1123. l ?kC
  1124. T- a4F<N>+:>5@|
  1125. pZ8|^BvDHUh]D
  1126. 02#"N`_
  1127. ouh]PJPOIC,
  1128. @tTN\UYM(
  1129. ,VH    -K{pg
  1130. w@+4+
  1131. gYcnr
  1132. j]]x}U5Wt
  1133. @7AKS9
  1134. )AHE<DLCMXUE\XY^v
  1135. |chimtZULZasZerkbckf[W3#G6
  1136. n\2FU?'
  1137. Y-Wl|
  1138. U,!<oAaNlZ2FH4=h
  1139.  /AHM[POL[
  1140. V:D:r
  1141. oa\^RL<4?9<A?HIIN92B=1-8#
  1142. HE>!AL3m
  1143. ~6,DO@51\@"<@8Y
  1144. [c^RYa~Ro
  1145. ,164Ih|
  1146. ~vp^VWTH.
  1147. Ju`JWVG9!Lo.
  1148. wB#-%
  1149. uitZm^8
  1150. i\<!)"
  1151. li3;R\^,
  1152. /!*.IDLIX{qmQw
  1153. {eST`jdWoZ\Xhxh`L
  1154. uR;SfO5
  1155. K\Z.f
  1156. PE;8tU":<4S
  1157. 8>HDe
  1158. z~v`;
  1159. 2.!!`
  1160. }aqgPE)g
  1161. uW,8-
  1162. qC74+
  1163. ZcAJagg0
  1164. 5&2:_TZbb
  1165. yLSGQs
  1166. ojoyv`NOYc]PeRVQ`oa\H
  1167. Q^PTq
  1168. ya:@0    Q
  1169. | 6NOyr'
  1170. "1DNTaWZVf
  1171. |jfm_\GM`OW\Xfea`C=VO:3C%
  1172. eI+*WW3
  1173. [8-AV
  1174. v30Mwf@p
  1175. hlmHSpjbq
  1176. tptbbdy
  1177. zj:?1-
  1178. ydE0D
  1179. x"B]V
  1180. %7KWYkdqus
  1181. veagYWBEVHPTQ]]XZ?:PH71?%
  1182. sU0-ac:
  1183. @99dfD% %,</.10
  1184. (3=%<ZGHXQRf
  1185. '0+?\r~
  1186. ~laUOJ:
  1187. $*)4SPI
  1188. 3FjpOPeT9.&4:HNF:324482@3#6{
  1189. FJ>M]_TC,3'
  1190. {jF1C
  1191. r 1HKrg
  1192. wR%5/
  1193. swoZHHp
  1194.  1'Kbxo|
  1195. THNIg
  1196. {^ej_H@Z]OPVPTKPVP_ZOE8?0
  1197. [+&$,.-9A@;;463JR5FLL>CF@Tkq]Hv
  1198. r^C9N%1Zix
  1199. m_YYM=)
  1200. #66H60]7
  1201. #;fuq\NUK3*%1SWQM;=K
  1202. <59;8..$;
  1203. FJ7tsSXK$
  1204. tvjXHGj
  1205. +#BPZUs
  1206. }BH6V
  1207. L>A>a
  1208. u\bfYB9IH>=A?>9>FFOJB:16,
  1209. E=?hjF#"Fg
  1210. 94K`KEw
  1211. nspKN[SVs
  1212. )32Ed|
  1213. ui[RK;
  1214. %*(<f]T
  1215.     -B`>
  1216. \NKbf
  1217. |N,1&&
  1218. ')8B>?OFNGXp
  1219. J3EEBR]`[b[Mm
  1220. <8.y^
  1221. %1>;,
  1222. pe^\VD6)*
  1223. 8G%SU<
  1224. -@gshXU=A@?76_kieDFOD4+4CL<3/m
  1225. `+*( 4HJjZEY6
  1226. &""P>EVOm
  1227. ww}Z_msOVLK>78;;=IQNB@4*, 
  1228. s%#|u'
  1229. c2,&+8N
  1230. TCCYns`J
  1231. ;T)<gr
  1232. vga_S<)
  1233. #59O56xG
  1234. yeRPx
  1235. -$FV`]
  1236. WLUNl
  1237. cindKD`fWY^W]QZ^Vd`VK=D3
  1238. e[RUfy\D
  1239. k//7CKT~
  1240. aLr4I
  1241. uP3%#*FJgED
  1242. packages@
  1243. chest@
  1244. edition@
  1245. library@
  1246. edition@
  1247. packages@
  1248. reference@
  1249. software@
  1250. chest
  1251. edition@
  1252. 1.1.4@
  1253. 160/180@
  1254. 2.4b6@
  1255. processor
  1256. upgrade
  1257. enabler@
  1258. a-law@
  1259. macintosh@
  1260. appleevent
  1261. receive@
  1262. audio
  1263. palette
  1264. developer
  1265. byrne's
  1266. xcmds
  1267. xfcns@
  1268. cfm-68k@
  1269. chinese
  1270. handwriting
  1271. color
  1272. locator
  1273. compositedeffects@
  1274. compressmovies@
  1275. development
  1276. resources@
  1277. dataref@
  1278. delegateonlycomponen@
  1279. develop
  1280. issue
  1281. carbonlib@
  1282. characteristics@
  1283. client/server@
  1284. colorsync@
  1285. complete@
  1286. computing@
  1287. ^kZM=8?=:;JTKC?,&%#
  1288. ]<Sm;
  1289. fFYEEKXYdL$,RfQE{
  1290. lPHCGX_b^f_Mt
  1291. %1=<.
  1292. yld_\G6))9H+e[<
  1293. l{t{vt
  1294. D3`C+
  1295. h*-*!8NOscLb=
  1296. )""YEL`Xy
  1297. ^nd^KIM[XSbjeWTF25$
  1298. }T?,;J,
  1299. fJbLIc
  1300. t06eu^
  1301. gNPOTp
  1302. .?QN9
  1303. `F14Jc7
  1304. CC}Z81Yq
  1305. c-5/&B_X
  1306. "0()_T[jh}
  1307. \cr|Zg\WGDGROMZb]PN@/1#
  1308. _F/BT1
  1309. [?P@=BRWbO
  1310. E:2-"
  1311. *=B_lLpl
  1312. h}h[KLb^VOdo\VS9-,)
  1313. bO>,@=&
  1314. ib{S7Uy|
  1315. X2U9a
  1316. %ejoqrP#
  1317. ZJ,F|:
  1318. ?P6(*:r
  1319. aXi`o
  1320. E>94' 3LJi{]
  1321. dwbVGEWUNI[fXPM4**'
  1322. oZG0ED)
  1323. Vek0\gDF\?(7[X`iU`}PZ
  1324. P#?-LszJ9qe_[
  1325. KJOQR;
  1326. =sznfYIUB:%7
  1327. 1<+"",i
  1328. */@Sn\N7.9=DDCKnuqNNaJ?23:UU2'M
  1329. C80*!
  1330. (8<XaDd`
  1331. _DESCRIPTION
  1332. )    _HELPTEXT
  1333.     _KEYWORDS
  1334. _NAME
  1335. _PORTALCLICK
  1336. _PORTALFILTER
  1337. _PORTALFILTERFIND
  1338. _PORTALSELECTION
  1339. _PORTALSELECTIONMATCH
  1340.     _RECEIVED
  1341. _REQUIREMENTS
  1342. _SEARCH
  1343. _SEARCHFIELD
  1344. _SEARCHPACKAGE
  1345. _SHOWPATHFLAG
  1346. _UPDATED
  1347. MEtdlNtn
  1348. lNBlN%
  1349. NF=GS
  1350. zi_^gXSQN_cTU<+#,
  1351. q`hkZ90/2#
  1352. KZO1/<6*Ch
  1353. do|bw
  1354. [2B1I]fOd
  1355. 8WbYZYWL6$
  1356. "_pd]P@I@85U
  1357. 2M=:;2a
  1358. u*;=YVC%/75D^dLaslH^rYLD;7L[8&({
  1359. w$1mK,;fP}
  1360. fJ<W?
  1361. =3-:Fi^:O9
  1362. M4CS|
  1363. scXONB=?>LQGG2$
  1364. |[<VS.
  1365. cpo3clGH_A+9VS_fMW
  1366. Z,D2Sy|L@sib\
  1367. LNSVW>
  1368. wn_K\C:$6\,
  1369. 1=,! ,u
  1370. kathv
  1371. J)GZs
  1372. 6/=(,k_NDSH58e_
  1373. 3PQOO:`
  1374. &2?B+#:CNUjnU^qSLrwXOM<7AOA0
  1375. Q9HT5'B[$"4-Wf;:I.
  1376. cO_^f
  1377. 5!1@_e
  1378. ]E@<8@HNE<*!"
  1379. O=;<(
  1380. M^Q46D<-Gi
  1381. fn{ex
  1382. k7C6NdnTi
  1383. =^i_ab_O5
  1384. mcTANB86ZI
  1385. 1PA;<3m
  1386. 9?w\U
  1387. pN?]C!
  1388. C83?Lrg@Y@
  1389. oeepb[XVgi[[@-&/
  1390. bQ^`N2**. 
  1391. b~e<;LB6b
  1392. hE`DZo|k
  1393. rZoTHEuc
  1394. @mSMPDl
  1395. {=]^Zy
  1396. iSC&Km
  1397. `py\o
  1398. SUO?Ps{
  1399. zV_XZO6
  1400. mREXK58lj    
  1401. 5TVSS=m
  1402. X?KX7*Fa(&90[mAAS1
  1403. hOfdn
  1404. )GQjs
  1405. u_`VJWflWI4**$
  1406. rqY*]
  1407. xyiF9R5D
  1408. l[zgCL
  1409. 8guqrQi
  1410. YLVc=.Lr0,C4d
  1411. eOb_j
  1412. 7&ALfl
  1413. oWWMDO]bQE1&'"
  1414. {bM@"Dh
  1415. `qyXo
  1416. }EOL9Ls{
  1417. *%mwoP[UTL
  1418. qZbYOWgmZRF71
  1419. ?h$'U
  1420. \8&<<8/
  1421. niuq[3?s,
  1422. )Iny=\a
  1423. }U-%E>/N
  1424. wcQ08<T
  1425. }Nb}`Lp
  1426. k,VXW
  1427. IP^cSLB3-
  1428. UvXEq
  1429. iMXaQ`u~
  1430. uNKRND)1Q 
  1431. DhXOI:Aad
  1432. /fOTYEz
  1433. 0:;%/6EbtutWQZC^l[NeUC8?KJ:'7
  1434. ^W@3mjD# 54)@rRC9%+'G
  1435. wNW[GDi
  1436. f%@CLz
  1437. bEEB?AHKDB9,'
  1438. s;*7IXOa=Xr{hM~
  1439. vW[\{||
  1440. oVfnHYha]^K6/
  1441. DLD/0f
  1442. t`(%4
  1443. cX_[Eg
  1444. yegaa
  1445. vW;F>4'FH
  1446. Ox[7@fJ
  1447. psL>!
  1448. #mUUFX
  1449. 7GWK+,.2H[hc557>IB\nt`E?IFQN19
  1450. c.QqL,
  1451. [vM*!*;IJ_<ALLB?x
  1452. lFGOqsv|
  1453. hHQ^AIQKHJ>.'
  1454. tB"-//"
  1455. WuYHv
  1456. \^gT`w~
  1457. SNVTE)
  1458. Ry_UO=@ip
  1459. &    1mU[_J
  1460. j]C5wrI&";7*D}ZJ?)/*O
  1461. RZeMFu
  1462. )Gb_K9-/1<8:.#=>G1Lyyv[1:SNWV4Y
  1463. oOeQ+
  1464. ,WU3&$,tE$"01<G(,v
  1465. kDCW^ho~
  1466. bH_fKNSLCC>80$
  1467. HLH0/n
  1468. |g(#4
  1469. u`d_Lm
  1470. |kjab
  1471. ^;MA3'
  1472. m=KyW!
  1473. z~N@!
  1474. $v[\Lc
  1475. m0[|S0
  1476. V.$-AQPf>FUYLC
  1477. v\pvN`qkfgP;2
  1478. ~_&6N&
  1479. NdWA.ah
  1480. +$*w{
  1481. lnmm_PTbOm
  1482. L^_@@#44
  1483.     )#&eZhH
  1484. z2QRV)
  1485. {WsV.
  1486. -]_8)&.
  1487. J&$55DR-/
  1488. zSShlty
  1489. l[wv]bnh``TMB.%-
  1490. zot64TWupON;#3 
  1491. UZNSl
  1492. ^wxKK*BD&
  1493.     5.1cm
  1494. 2s|E001|N,,EFZrC1{
  1495. sNM`fou
  1496. hUoqW\f`XWNG=+#+
  1497. rFF<9M
  1498. qlilhhZKR`Pl
  1499. }amF"
  1500. =OM53
  1501. QyG<'
  1502.     '$&_TbCz
  1503. JZ`NV7
  1504. NhHB[]CZ2-kI_PmF(G_j
  1505. qJk('
  1506. WC_`J!
  1507. ~T]mf:"$
  1508. ]s2/p_
  1509. 8XH8I94\
  1510. XJaaqcMa
  1511. RMYph`
  1512. tOdqbIDRYIP2
  1513. ~0.'7K
  1514. >.75e=
  1515. Gmb7eeZ|e
  1516. pclq]WiWJHl
  1517. \`O4K 
  1518. \<1CD7
  1519. NrP:DNK
  1520. .cB'* 
  1521. $<VbQA19<ZiWD;2CIA7Web_B(2NXR=
  1522. nEhN-
  1523. jQ`G.<KeUI?"
  1524. ,D8/:+/X}>2?8KQEZ
  1525. JFSke[
  1526. jCU\N96>B:?)
  1527. DWtv@6%
  1528. vNNA>R
  1529. bzsSY
  1530. ))?7f
  1531. _WWNb
  1532. u]HMOWXQH#n
  1533. qg`mi
  1534. ;?3)#
  1535. p!.6C
  1536. zx}w^4?
  1537. wvnkctZi
  1538. _eB&&
  1539. EYUK6
  1540. -uoNSUK
  1541. <1%,#7S!
  1542. _    !EahUI79AdxYCD#;E%5?CJRMEA==1)P
  1543. ^W[H@j
  1544. nL;K&
  1545.  "2-RvD%bq}
  1546. XQSL_
  1547. \mdL9<;AA@:!g
  1548. 0/(;PI+7
  1549. @075n=
  1550. Nti=hga}g
  1551. zfpsa_k[LKs
  1552. khT5O!
  1553. B4GF9
  1554. dAGRN/
  1555.     1jC&,!
  1556. 9DK;D
  1557. wL~[U(!Q\
  1558. sVlK2DVs^PD%
  1559. /I=3?-2b
  1560. G7EBUZMd
  1561. UQ]vmb
  1562. |UixlP
  1563. g^MMIBNX?II
  1564. +IKYi?PU
  1565. h[cRl
  1566. ehM4;>>;>6 u
  1567. }pfxs^0
  1568. >?5(#
  1569. { 04E
  1570. ~zsuhw`s
  1571. eoI(&
  1572. I_\N6
  1573. ZX]N<0%-#;X!
  1574. faeKD}
  1575. {WAP(
  1576. !$70[
  1577. dZ\Rf
  1578. }dMUW__YM&u
  1579. {tmuB%
  1580. PkW<,
  1581. ttzfN=,:-Ov(
  1582. ;`q-r
  1583. xm~gPp
  1584. kgj[J:8G 
  1585. pnWTTL[fGSR
  1586. .RUbtFW]
  1587. udjXv
  1588. aBT]^TSG$
  1589. ),o_FF
  1590. *[-7rF
  1591. x`JI`)
  1592. gcnct
  1593. n`iTp
  1594. rw\>MTSMLB"|
  1595. n{$ eU/-
  1596. 'W,5lG
  1597. +?Kb^OL6
  1598. jxV^aU
  1599. s"-ARkfXL?5RgJE;!8)%,=@OXL99HO8
  1600. i_SDh
  1601. ";N!4
  1602. {\Ws2
  1603. V}~uSj
  1604. =oeui}
  1605. hSS`]nT[
  1606. iD@YQCGR7O
  1607. KX5><3
  1608. ^M>1G{wn
  1609. Ba]yhSE@
  1610. 4wg^gT
  1611. $-FHUnpaH6=?TW:49,=9N]NWH84@SK$Q
  1612. NSTNHC\;SS-$:$
  1613. +IF]U\h^
  1614. wcON][kR*X|chqvSx
  1615. _=6D;49D/I
  1616. *_-8vI
  1617. IRjbRN6
  1618. qQDLAJdSM\uok
  1619. j_UJFILRL
  1620. -jN*FV-Nr3CD"
  1621. z2(;hseY
  1622. 9<EJDN5M>(1X]OT_SJB
  1623. PhXMM
  1624. KU<    +F
  1625. I-6ANbkO8:6IaTNVAKRaXJ?454<DLM3C
  1626. cBRQJ51J?
  1627. 0]Wbtg|
  1628. kN@F>D
  1629. [OERjgb
  1630. ^QE979>EA}
  1631. Q\6?=3
  1632. jSE6M
  1633. imXGCU&
  1634. R^_YOMmA^_0#>'
  1635. 1SQh`h|h
  1636. lVWd`rW^
  1637. mHFbXHMY<R
  1638. 6c`YloO
  1639. /tQ*HX-X|4HJ"
  1640. :.Cpyh^
  1641. ?>JNHS8O?(3
  1642. klSXhYJE
  1643. lQPLY@
  1644. pJ\[T;3RH
  1645. wTGNDMgXQa|wp
  1646. ng\QMOR[Q
  1647. D{aC{
  1648. LM|L[M+
  1649. ,+5cn
  1650. ?IdqcpOkN1C
  1651. qphwV
  1652. |d|~tM7[U"
  1653. UUvYUp
  1654. {uuyyuu{
  1655. ZORRSSUJ
  1656. voqqppse
  1657. ]UUYYUU]
  1658. MBGEJ 
  1659. ldhgl0
  1660. MA<EKIH2
  1661. lcZfmiiN$
  1662. &zmC|
  1663. mc,/@FH/,
  1664. MBFB6+%
  1665. ldgaPB6!'
  1666. I>ABEFJ0*
  1667. iacdfhmO2
  1668. ldm.>n
  1669. MBF>B<
  1670. ldg]b[
  1671. MBEGL 7
  1672. ldfhp6<
  1673. MBEEK
  1674. ldffo"U
  1675. @58;;8;
  1676. bXZ^^[`#
  1677. LBH27J,3
  1678. lciKRnG9
  1679. >,[w`[ph
  1680. qfuOkBHc
  1681. r0:@>:A8.5:B
  1682. >?75:>P</D[AAPaY;BGZ
  1683. tg^A<Qh#)
  1684.     "<I@$;
  1685. GFjE@RFKYjH]y
  1686. )Xdl6
  1687. I%'+&
  1688. 0$5<3&
  1689. yhsx~
  1690. /72/)$
  1691. o>_^NFCj
  1692. 8U;0i
  1693. n[O07<Lkdu
  1694. \3@Pc<)hv[h*
  1695. Z5B\D
  1696. c,Yj5>`N
  1697. {|elx
  1698. #'7MXT]cbt
  1699. PuHCu
  1700. n]T7BG[}z{
  1701. ]3APg<(gtZe*
  1702. {"X+#C
  1703. a,[l5@cM
  1704. tonZam
  1705. |Yfpq
  1706. "'6KURZ`_q
  1707. ^Y`TT
  1708. |27@<7C=22:D@==71*9Q@3K[A;]\LGAa
  1709. vZvucml2
  1710. 7H0/b
  1711. iYL-5:Kd\l
  1712. W1<JZ7(
  1713. "_iQ[$
  1714. U%#)(
  1715. 1&2..%
  1716. Z*Yg2<\I
  1717. _~I-GJ{
  1718. wtq\cm
  1719. zZfto
  1720. "'5*JRPW\\l
  1721. dcb`YZQ=YPL9?UJ]AV@Y2`h6vzvyyu`O=8/;[eqX#^QKZdW^ZRJQMGOZkaQF?<Rwyx
  1722. u    uwxx
  1723. \WWXa
  1724. yuuv}
  1725. end try
  1726. e    No Changeq
  1727. Dev.CD May 00 TC
  1728. \D!All Packages
  1729. Mac OS SDK Edition
  1730. XTND 1.3.6
  1731. workgroup
  1732. servers@
  1733. appletalk
  1734. first@
  1735. archive@
  1736. .sysodlogaskr
  1737.     thechoice
  1738.     theChoice
  1739. ) = -128    
  1740.  to the previous package.
  1741. To find all new and revised packages on the current CD:
  1742.     Choose New & Revised from the Current Selection pop-up menu on the Browser screen.
  1743.  Double-click an interesting-looking item in the packages list to see information about that package.
  1744. Note: Using the Current Selection pop-up menu, you can also display a list of packages from a specific CD type such as Tool Chest or System Software.
  1745. To search for specific text within package title, package descriptions, 
  1746. or filenames:
  1747.     Click the Find... button on the toolbar at the bottom of any screen.
  1748.     To focus the search on package titles or names of files contained in the package, click the More Choices button, then enter the appropriate criteria in the fields available.
  1749.     To restrict the search to new and revised packages or a specific CD type, click More Choices then choose the appropriate option from the Search popup menu.
  1750.     Click the Find button. The packages found by your search will appear in t
  1751. he package information screen format, listed in alphabetical order. The number of found packages is listed in the bottom right corner of the screen.
  1752.     Click Next to advance to the next package in the current selection, or Back to go to the previous package.
  1753. To Display the full path to a package on the CD:
  1754.     From the Browser screen, select the package from the packages list. The full path will be displayed in the lower part of the screen, just above the toolbar. If the path is not visible,
  1755.  click the Show Path button in the toolbar at the bottom of the screen.
  1756. To Open a package
  1757. s folder on the CD:
  1758.     From the Browser, select the package from the list and click the Open Folder button.
  1759.     From a package info screen, click the Open Folder button.
  1760. Note: If the package is not on the CD currently mounted in your computer, a dialog box will ask you for the correct volume. If you are running the Developer CD Series Assistant from a CD, there is no effective way to eject the CD cur
  1761. Browser Show Path
  1762. Browser Show Path
  1763. ^("")
  1764. ^("")
  1765. @58;;8;
  1766. bXZ^^[`#
  1767. LBH27J,3
  1768. lciKRnG9
  1769. ldm.>n
  1770. MBF>B<
  1771. @ @0`
  1772. `0@ p
  1773. P @0`
  1774. `0@ p
  1775. @ @0`
  1776. `0@ p
  1777. P @0`
  1778. `0@ p
  1779. @ @0`
  1780. `0@ p
  1781. P @0`
  1782. `0@ p
  1783. `@p0p 
  1784. `@p0p 
  1785. `@p0p 
  1786. 99:CD_Catalog.FP3
  1787. FaliA
  1788. Current
  1789. CD_Catalog.FP3
  1790. FMP3FMP3
  1791. Joint Solns Apple 10/99
  1792. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1793. MSPCA
  1794. NAMEA
  1795. CD_Catalog.FP3
  1796. RPTHA
  1797. CD_Catalog.FP3
  1798. alisA
  1799. Current
  1800. CD_Catalog.FP3
  1801. FMP3FMP3
  1802. Joint Solns Apple 10/99
  1803. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1804. .RPTH
  1805. FPTHA.Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1806. 2T!941
  1807. ldg]b[
  1808. MBEGL 7
  1809. ldfhp6<
  1810. MBEEK
  1811. ldffo"U
  1812. MBGEJ 
  1813. ldhgl0
  1814. MA<EKIH2
  1815. lcZfmiiN$
  1816. &zmC|
  1817. mc,/@FH/,
  1818. qsWWX}d
  1819. YWX{c
  1820. \WW[u|wwy{a
  1821. MBFB6+%
  1822. ldgaPB6!'
  1823. I>ABEFJ0*
  1824. iacdfhmO2
  1825. ZORRSSUJ
  1826. voqqppse
  1827. Dev.CD Jul 93
  1828. Dev.CD Apr 93"
  1829.         activate
  1830.     end tell
  1831. on error errMsg number errNum
  1832.     --enter statements to perform when no records are found such as...
  1833.     display dialog "Sorry, the item you selected could not be found."
  1834.     return
  1835. end try
  1836. All Packages
  1837. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  1838. Dev.CD Jan 94
  1839. Dev.CD Oct 93
  1840. Dev.CD Jul 93
  1841. Dev.CD Apr 93PDDev.CD Apr 94
  1842. Dev.CD Jan 94
  1843. Dev.CD Oct 93
  1844. Dev.CD Jul 93
  1845. Dev.CD Apr 9V
  1846. 29411X
  1847. Apr 94
  1848. aXWW`
  1849. ]XXYc
  1850. `XX]`ZW
  1851. sXWX^
  1852. XXdZXl
  1853. }vuu|
  1854. |vvz}wu
  1855. e    No ChangefTperformance
  1856. hardware
  1857. PowerPC,bandwidth
  1858. 'cache miss rates'
  1859. 'performance counters'q
  1860. Dev.CD Nov 00 TC Disk 1
  1861. All Packages
  1862. 5thColumn
  1863. Summary: 5thColumn
  1864.  allows one CPU to control or get information on another CPU remotely. This is done by executing functions over an AppleTalk network (LocalTalk, EtherTalk, TokenTalk).
  1865. Features: 5thColumn
  1866.  can synchronize clocks, shutdown, restart, take screen shots, launch applications, read memory, get gestalt information, delete files/folders, get directory IDs and drop CPU into MacsBug executing commands.
  1867. VU3.0.1d3.smiK
  1868. Vol IVL
  1869. Vol VIM[Runs on all Macintoshes and system software. As of now it needs MPW on the controlling end.OLDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User 3.0.1d3:PTDev.CD Nov 00 TC Disk 1
  1870.  - Tool Chest
  1871.  - Testing & Debugging
  1872.  - Virtual User 3.0.1d3V
  1873. 71455X
  1874. Nov 00^    TC Disk 1
  1875. e    No Change
  1876. nubusI
  1877. objectI
  1878. octoberJ
  1879. onlyA
  1880. openF
  1881. openedA
  1882. orientedJ
  1883. otherD
  1884. outlinesJ
  1885. overE
  1886. packageC
  1887. packagesA
  1888. packetK
  1889. packetsK
  1890. parserM
  1891. partF
  1892. particularF
  1893. pascalO
  1894. patchesN
  1895. patchingL
  1896. patternsC
  1897. physicalL
  1898. platformI
  1899. plug-inA
  1900. plug-insA
  1901. portK
  1902. portableA
  1903. powerbookN
  1904. powerpcD
  1905. pre-translateD
  1906. prerequisitesJ
  1907. previouslyA
  1908. printF
  1909. printingF
  1910. problemM
  1911. processD
  1912. productD
  1913. productsD
  1914. providedD
  1915. providesA
  1916. quadraM
  1917. quadrasM
  1918. quickdrawF
  1919. quicklyA
  1920. quitF
  1921. +RPTH
  1922. FPTHA+Current:Joint Solns Apple 10/99:Catalog.txt
  1923. FaliA
  1924. Current
  1925. Catalog.txt
  1926. TEXTttxt
  1927. Joint Solns Apple 10/99
  1928. +Current:Joint Solns Apple 10/99:Catalog.txt
  1929. MSPCA
  1930. NAMEA
  1931. Catalog.txt
  1932. RPTHA
  1933. Catalog.txt
  1934. alisA
  1935. Current
  1936. Catalog.txt
  1937. TEXTttxt
  1938. Joint Solns Apple 10/99
  1939. +Current:Joint Solns Apple 10/99:Catalog.txt
  1940. QRPTH
  1941. FPTHAQCurrent:Joint Solns Apple 11/99:CD Runtime App Folder:Developer CD Search Results
  1942. MSPCA
  1943. NAMEA
  1944. Developer CD Search Results
  1945. RPTHA
  1946. Developer CD Search Results
  1947. FaliA
  1948. Current
  1949. ADC_Master.FP3
  1950. FMP3FMP3
  1951. Joint Solns Apple 10/99
  1952. .Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1953. MSPCA
  1954. NAMEA
  1955. ADC_Master.FP3
  1956. RPTHA
  1957. ADC_Master.FP3
  1958. alisA
  1959. Current
  1960. ADC_Master.FP3
  1961. FMP3FMP3
  1962. Joint Solns Apple 10/99
  1963. .Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1964. FMRLA
  1965. SORTA
  1966. FMRLA
  1967. FMRLA
  1968. FMRLA
  1969. FMRLA
  1970. FilterB    SelectionC
  1971. ClickedE
  1972. CUstom
  1973. (LIST
  1974. LISTA
  1975. New & Revised
  1976. Mac OS SDK Edition
  1977. System Software Edition
  1978. Tool Chest Edition
  1979. Reference Library Edition
  1980. All Packages
  1981. Custom Search
  1982. VDEFA(
  1983. (LIST
  1984. LISTA%Any Field
  1985. Package Title
  1986. Any File Name
  1987. VDEFA(
  1988. (LIST
  1989. LISTAPAll Packages
  1990. New & Revised
  1991. Tool Chest CD
  1992. Reference Library CD
  1993. System Software CD
  1994. VDEFA(
  1995. (LIST
  1996. VDEFA(
  1997. (LIST
  1998. VDEFA(
  1999. (LIST
  2000. VDEFA(
  2001. (LIST
  2002. (LIST
  2003. PortalFilterB
  2004. SearchFieldC
  2005. SearchFilterD
  2006. PortalFilterCalcE
  2007. ReceivedF
  2008. UpdatedG
  2009. Keywords
  2010. VDEFA(
  2011.     Helvetica
  2012. Geneva
  2013. Palatino
  2014. Chicago
  2015. Verdana
  2016. Arial
  2017. NewRevisedCalcB
  2018.  "new")
  2019.  "New"  
  2020.  "updated") 
  2021.  "Revised" 
  2022.  "" )
  2023. updatedG
  2024. Revised
  2025. AppleScript_OpenB
  2026. t_OpenB
  2027. Pro 3.0 - 4.1F!
  2028. USENGLSH.MPR
  2029. rently in use in order to mount another. Therefore, if you are searching for packages on older CDs you may want to copy the About This CD folder, containing the Developer CD Series Assistant and its related files, to your hard drive first.
  2030. ore Choices button, then choo
  2031. Custom FindB
  2032. CustomFind
  2033. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  2034. HTML Text Extractor
  2035.  and 
  2036. PDF Text Extractor
  2037. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  2038. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  2039. 01956T
  2040. 1arch on package titles or names of files contained in the package, click the More Choices button, then enter the appropriate criteria in the fields available.
  2041.     To restrict the search to new and revised packages or a specific CD type, click More Choices then choose the appropriate option from the Search popup menu.
  2042.     Click the Find button. The packages found by your search will appear in t
  2043. 08249 packages list. The full path will be displayed on the right.
  2044. "Custom Search"
  2045. Custom SearchB+
  2046. ) > 0    
  2047. needsE
  2048. networkE
  2049. noteN
  2050. notesI
  2051. All Packages
  2052. 4PM 5.0
  2053. 4PM is a program that can be used to control and access the performance monitoring features of the PowerPC 604, G3 and G4 microprocessors and the performance monitoring features of the MPC106 memory controller. Counters can be turned on and off using a 'hot key' or by linking with the included 4PM library.
  2054. 4PM application for configuring and controlling the counters. 4PM Library for linking with applications.
  2055. JK4PM 5 0 Doc.pdf
  2056. 4PM 5.0
  2057. 4PM Library 1 0 Doc.pdf
  2058. 4PMLibrary 1.0
  2059. 4PMLibrary.hK
  2060. Jun 99L
  2061. Jul 99M
  2062. PowerPC 604 or greater.NYperformance, hardware, PowerPC,bandwidth, cpi, 'cache miss rates', 'performance counters'O?Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:4PM 5.0:PGDev.CD Nov 00 TC Disk 1
  2063.  - Tool Chest
  2064.  - Testing & Debugging
  2065.  - 4PM 5.0V
  2066. 71454X
  2067. Nov 00^    TC Disk 1
  2068. e    No Change
  2069. Jul 99^
  2070. Excellent CD (I)V
  2071. 37081X
  2072. Excellent CD (I)V
  2073. 27676X
  2074. _DESCRIPTION
  2075. Closing ScreenB
  2076. &ADC programs offer developers worldwide easy access to Apple tools and technologies, world-class technical support, and critical business and marketing information and services.
  2077. For news on programs and resources available to Apple developers, please visit our web site at developer.apple.com. please visit our web site at developer.apple.com.
  2078. Current Selection:{    <<
  2079. ABBF>>
  2080. Double-click for more info.
  2081. Find...
  2082. Open Folder
  2083. Package Info
  2084. Export List
  2085. Find...
  2086. Open Folder
  2087. Package Info
  2088. Export List
  2089. "Any Field"
  2090.     Any FieldC.
  2091. "All Packages"
  2092. All PackagesD
  2093. Find Execute
  2094. Apple Macintosh Coprocessor based NuBus cards such as the Ethernet NB, TokenTalk NB, and TokenRing 4/16 NB cards running on the PowerPC system.  See the document "Release Notes 1.2.1" for details. Sample Code.img System 6.0.5 or greater, MacPlus or later CPU. A/ROSE, MCP, Macintosh Coprocessor PlatformBz, Ethernet NB, PowerPC, Network Software, AppleTalk, TokenTalk, Token Ring Mar 92 May 94 All Packages
  2095. Tool Chest Edition
  2096. appletalk
  2097. component
  2098. _PortalFilterB
  2099. _PortalSelectionB
  2100. A    _HelpTextB
  2101. PortalFilterCalcB
  2102. C"All Packages" & "
  2103.  "SDK") 
  2104.  "Mac OS SDK Edition"
  2105.  = "TC" 
  2106.  "Tool Chest Edition" 
  2107.  = "RL" 
  2108.  "Reference Library Edition"
  2109.  "SSW")
  2110.  "System Software Edition"  
  2111.  "") & "
  2112. ! & "
  2113.  "new") 
  2114.  "updated") 
  2115.  "New & Revised" 
  2116.  "" )
  2117. All Packages
  2118. Mac OS SDK Edition
  2119. Tool Chest Edition
  2120. Reference Library Edition
  2121. System Software Edition
  2122. updatedG
  2123. New & Revised
  2124. PortalSelectionCalc
  2125. Browser Custom SearchM
  2126. New & RevisedB
  2127. To get information about a package on the CD:
  2128.     Click the Browser button below to go to the Browser screen.
  2129.     Choose a group of package titles to display from the Current Selection popup menu. The default displays new and revised items; you may also choose to display all packages or the packages on a particular CD.
  2130.     Double-click a title in the Browser list to go to the information screen for that package.
  2131.     Click Next to advance to the next package in the current selection, or Back to gor Back to goo go
  2132. _CustomFindB
  2133. [script
  2134. scriptable
  2135. search
  2136. sherlock
  2137. softwareI
  2138. tokenI
  2139. token
  2140. ringI
  2141. tokentalk
  2142. video
  2143. stack@
  2144. walltowalldialog
  2145. disposeresource
  2146. debugging
  2147. resource
  2148. handles@
  2149. multi-processing@
  2150. optimizing@
  2151. deleted@
  2152. appleevent@
  2153. digests@
  2154. robustness@
  2155. simple
  2156. example
  2157. obtain
  2158. mouse
  2159. location
  2160. using
  2161. acgis@
  2162. board@
  2163. continuing
  2164. offer
  2165. traditional
  2166. server
  2167. software
  2168. suite
  2169. distributed@
  2170. does@
  2171. european@
  2172. front@
  2173. implications@
  2174. introduce@
  2175. listed@
  2176. morley@
  2177. notes@
  2178. os-compatible@
  2179. provided@
  2180. recording@
  2181. sample
  2182. illustrating
  2183. scrolling
  2184. controls
  2185. streamnop
  2186. sample
  2187. streams
  2188. module
  2189. designed
  2190. style-linking@
  2191. summary
  2192. aetracker
  2193. init/control
  2194. panel
  2195. allows
  2196. summary
  2197. appletalk
  2198. developer's
  2199. toolkit
  2200. inten@
  2201. summary
  2202. allows
  2203. developer
  2204. monitor
  2205. text-handling@
  2206. applescript
  2207. apple
  2208. events
  2209. recordable
  2210. scriptable
  2211. script@
  2212. sprockets
  2213. sprite
  2214. blitter
  2215. drawsprocket
  2216. moofwars@
  2217. memory@
  2218. rates@
  2219. property
  2220. list@
  2221. aetec
  2222. aetrackerh
  2223. aeutd
  2224. aevti
  2225. affect
  2226. affected
  2227. affects
  2228. affordable
  2229. affordance
  2230. afloat
  2231. aforementioned
  2232. afterN
  2233. again
  2234. against
  2235. age-old
  2236. agent
  2237. agents
  2238. aggregate
  2239. aggressive{
  2240. aglfont
  2241. anagement
  2242. theresa
  2243. tensor
  2244. inform
  2245. webobjects
  2246. tools
  2247. techniques
  2248. theresa
  2249. tensor
  2250. website
  2251. ).8S[iac|i
  2252. 2+N/2>"
  2253. <6[s`VLh
  2254. zsfYQEE?D[
  2255. ;ZIAe~^4M_M@Do(
  2256. xJ(LR,
  2257. ^RU&U
  2258. qcd[WRnd\UUITE4TN_BLG
  2259.  22BB4
  2260. 4@k=AP+
  2261. xkZYQTv
  2262. |Aa{hUV
  2263. E,#! Q
  2264. uc4ht7
  2265. ]QP%U
  2266. {mTLl
  2267. AxQ[|
  2268. j^^VOJd]VOLBM>0MJY>GA
  2269. %97KK9!
  2270. ~jBslJM9Jd2K
  2271. L797=AO@S8)5;<54,)?RQQ78UH
  2272. /8Q\ibe
  2273. 0*J-2=!
  2274. <5J[LMIcoh]SMCD>=N
  2275. >;XkU0ASIABb$
  2276. XC>%W
  2277.  6sRC-Kei~
  2278. |nTOs
  2279. 5_BQos
  2280. u_SSF*?;KLGA;57,%:;H7>9
  2281. d:UWCV 
  2282. hCZa[ob;K
  2283. KMGdidhy
  2284. HRC<M
  2285. L@@<236.//>pxtcVZNH?A(
  2286. zD)58
  2287. ddWF.AN
  2288. !uWQCNk
  2289. F#7kuUW`x|
  2290. `o`hjZL_aQM\^?`@QdS?
  2291. g857+6
  2292. b=SYTe[8E
  2293. * Z_QMkhWTO@BE<68N
  2294. v|h^RQ3
  2295. yW5DI$
  2296. t5W    ^
  2297. baYH-CQ
  2298. &lin[i
  2299. {p`W`oc
  2300. D!dkOQZqv
  2301. [h[aaSFWWKGRT:V;K\M=
  2302. _7>?0>
  2303. G,AF=NF(3}yj
  2304. H348<?OBT3.9;=?;3.@
  2305. R987TM7NF`gbgy
  2306. :D;7KH==<235.+)7]ec
  2307. WPSHC:8$
  2308. 4(84-!
  2309. IWW:p`^QA-@L
  2310. #LID6=Wfv
  2311. yn_Ybse
  2312. QVCEMek}uT^QQL*C:AD?9<?*?/<LB6
  2313. W:'&,
  2314. VTK`[U[jcp
  2315. .Md4!3`!,
  2316. bMF 8o
  2317. mPXNMVx{
  2318. :kmV\lpfddu|vydO\^V[lp\PJZn=
  2319. -Lc4 5a!+
  2320. oWwihs
  2321. zmZYVskx
  2322. }!7dfOSci_^_ns
  2323. np]JWXPSadUJDSg9
  2324. ML]oVzb*
  2325. neZ@017:CMEJ-46;<<75/>RSN3;TJATK\YSYjgn
  2326. d()9:4 !+
  2327. rEb^ONF
  2328. O;K=<H^h
  2329. zmY[Ysru
  2330. w!/PNAHSZUSVabYW*L@EGDDHKA89FW3
  2331. SPNPB
  2332. MhRROVhcSv
  2333. !$%WB'
  2334. ./2BMUYV
  2335. .=DR<eF
  2336. S^dOZ{l
  2337. feU^Z
  2338. Ptnloxe\
  2339. {okkppz
  2340. sqfXeN
  2341. PPL1(
  2342. (-2xW0
  2343. !!9;@Vbfo_
  2344. ->ES<dE
  2345. bbONL
  2346. Llebfm]W|n
  2347. tgdcihq|xjh^S_I
  2348. {MKJ:/
  2349. it^2*6;<EJB?-1:?=><71@SSH.;WF>iPQOVjeVr
  2350. FaliA
  2351. VDEFA
  2352. PLDev.CD Nov 00 TC Disk 2
  2353.  - Sample Code
  2354.  - QuickTime
  2355.  - Goodies
  2356.  - qtgraphimpformance counters'q
  2357. Dev.CD Nov 00 TC Disk 1
  2358. All Packages
  2359. 5thColumn
  2360. Summary: 5thColumn
  2361.  allows one CPU to control or get information on another CPU remotely. This is done by executing functions over an AppleTalk network (LocalTalk, EtherTalk, TokenTalk).
  2362. Features: 5thColumn
  2363.  can synchronize clocks, shutdown, restart, take screen shots, launch applications, read memory, get gestalt information, delete files/folders, get directory IDs and drop CPU into MacsBug executing commands.
  2364. VU3.0.1d3.smiK
  2365. Vol IVL
  2366. Vol VIM[Runs on all Macintoshes and system software. As of now it needs MPW on the controlling end.OLDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User 3.0.1d3:PTDev.CD Nov 00 TC Disk 1
  2367.  - Tool Chest
  2368.  - Testing & Debugging
  2369.  - Virtual User 3.0.1d3V
  2370. 69828X
  2371. Nov 00^    TC Disk 1
  2372. e    No Change
  2373. allowed
  2374. allowing
  2375.    open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:4PM 5.0:"
  2376.         activate
  2377.     end tell
  2378. on error errMsg number errNum
  2379.     --enter statements to perform when no records are found such as...
  2380.     display dialog "Sorry, the item you selected could not be found."
  2381.     return
  2382. end try
  2383. Dev.CD Jul 93
  2384. Dev.CD Apr 9V
  2385. 72428X
  2386. Jul 93
  2387. p--set theItem to choose file -- uncomment to test in an AS editor
  2388.     tell application "Finder"
  2389.         open item "Dev.CD Jul 93
  2390. Dev.CD Apr 93"
  2391.         activate
  2392.     end tell
  2393. on error errMsg number errNum
  2394.     --enter statements to perform when no records are found such as...
  2395.     display dialog "Sorry, the item you selected could not be found."
  2396.     return
  2397. end try
  2398. All Packages
  2399. F    QuickTimeO
  2400. Dev.CD Jul 93
  2401. Dev.CD Apr 93P
  2402. Dev.CD Jul 93
  2403. Dev.CD Apr 9V
  2404. 72429X
  2405. Jul 93
  2406. p--set theItem to choose file -- uncomment to test in an AS editor
  2407.     tell application "Finder"
  2408.         open item "Dev.CD Jul 93
  2409. Dev.CD Apr 93"
  2410.         activate
  2411.     end tell
  2412. on error errMsg number errNum
  2413.     --enter statements to perform when no records are found such as...
  2414.     display dialog "Sorry, the item you selected could not be found."
  2415.     return
  2416. end try
  2417. All Packages
  2418. F    QuickTimeO
  2419. Dev.CD Jul 93
  2420. Dev.CD Apr 93V
  2421. 72430X
  2422. 72239X
  2423. Nov 00^    TC Disk 2
  2424. --set theItem to choose file -- uncomment to test in an AS editor
  2425.     tell application "Finder"
  2426.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtgraphimp:"
  2427.         activate
  2428.     end tell
  2429. on error errMsg number errNum
  2430.     --enter statements to perform when no records are found such as...
  2431.     display dialog "Sorry, the item you selected could not be found."
  2432.     return
  2433. end try
  2434. e    No Changeq
  2435. Dev.CD Nov 00 TC Disk 2
  2436. All Packages
  2437. QTHintMovies
  2438. This sample code illustrates how to add hint tracks to a QuickTime movie. It illustrates several methods of doing this, and shows how to either display or not display the settings dialog box.
  2439. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  2440. J8Building QT Samples
  2441. QTHintMovies.c
  2442. QTHintMovies.h
  2443. READMEV
  2444. 72240X
  2445. 1e    No Change
  2446. This sample code illustrates how to use QuickTime's graphics importer routines to open and display image files. The graphics importer routines were introduced in QuickTime version 2.5 as a new way to draw still images. The graphics import routines (for example, GetGraphicsImporterForFile) use graphics import components (of component type 'grip') to open and perform other operations on image files. Essentially, you can use the graphics import routines to insulate your application from the n
  2447. mitty gritty details of image file format and compression used in the image.
  2448. In this sample code, we allow the user to open an image file; then we draw it into a window on the screen. Your application, of course, will probably want to do more interesting things with the image. We also allow the user to save an image using JPEG compression.
  2449. Enjoy,
  2450. QuickTime Team
  2451. J4Building QT Samples
  2452. QTGraphImp.c
  2453. QTGraphImp.h
  2454. READMEOADev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtgraphimp:
  2455. All Packages
  2456. F#System Enabler 040 (Centris/Quadra)O7Dev.CD Apr 94
  2457. Dev.CD Jan 94
  2458. Dev.CD Oct 93
  2459. Dev.CD Jul 93P6Dev.CD Apr 94
  2460. Dev.CD Jan 94
  2461. Dev.CD Oct 93
  2462. Dev.CD Jul 9V
  2463. 72773X
  2464. Apr 94
  2465. --set theItem to choose file -- uncomment to test in an AS editor
  2466.     tell application "Finder"
  2467.         open item "Dev.CD Apr 94
  2468. Dev.CD Jan 94
  2469. Dev.CD Oct 93
  2470. Dev.CD Jul 93"
  2471.         activate
  2472.     end tell
  2473. on error errMsg number errNum
  2474.     --enter statements to perform when no records are found such as...
  2475.     display dialog "Sorry, the item you selected could not be found."
  2476.     return
  2477. end try
  2478. All Packages
  2479. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  2480. Dev.CD Jan 94
  2481. Dev.CD Oct 93
  2482. Dev.CD Jul 93
  2483. Dev.CD Apr 93PDDev.CD Apr 94
  2484. Dev.CD Jan 94
  2485. Dev.CD Oct 93
  2486. Dev.CD Jul 93
  2487. Dev.CD Apr 9V
  2488. 72774X
  2489. Apr 94
  2490. typeservicesforunico
  2491. typeservicesforunico
  2492. typeservicesforunico
  2493. typeservicesforunico
  2494. typeservicesforunico
  2495. typography
  2496. uappframeadorner
  2497. uappframeadorner
  2498. uappframeadorner
  2499. uapplication
  2500. uapplication
  2501. uapplication
  2502. udemotext
  2503. udemotext
  2504. udemotext
  2505. udialogs
  2506. udialogs
  2507. udialogs
  2508. udialogutils
  2509. udialogutils
  2510. udocument
  2511. udocument
  2512. udocument
  2513. t in an AS editor
  2514.     tell application "Finder"
  2515.         open item "Dev.CD Jul 95"
  2516.         activate
  2517.     end tell
  2518. on error errMsg number errNum
  2519.     --enter statements to perform when no records are found such as...
  2520.     display dialog "Sorry, the item you selected could not be found."
  2521.     return
  2522. end try
  2523. All Packages
  2524. 601 Processor Upgrade EnablerO
  2525. Dev.CD Jul 95P
  2526. Dev.CD Jul 9V
  2527. 69833X
  2528. qtfullscreen
  2529. qtfullscreen
  2530. qtfullscreen
  2531. qtgraphimp
  2532. qtgraphimp
  2533. qtgraphimp
  2534. qthintmovies
  2535. qthintmovies
  2536. qthintmovies
  2537. qtime
  2538. qtime
  2539. qtime
  2540. qtinternals
  2541. qtinternals
  2542. qtinternals
  2543. qtinternals
  2544. qtinternals
  2545. qtjava
  2546. qtjava
  2547. qtjavadocs
  2548. qtjavasdk
  2549. qtlogo
  2550. qtlogo
  2551. qtmissingcomp
  2552. qtmissingcomp
  2553. qtmissingcomp
  2554. qtmoviefromprocs
  2555. qtmoviefromprocs
  2556. qtmoviefromprocs
  2557. qtmoviefromurl
  2558. qtmoviefromurl
  2559. qtmoviefromurl
  2560. qtmultiimage
  2561. qtmultiimage
  2562. qtmultiimage
  2563. qtmusic
  2564. qtmusic
  2565. qtmusic
  2566. qtmusic
  2567. qtmusic
  2568. qtmusic
  2569. qtmusic
  2570. qtsprites
  2571. qtsprites
  2572. qtvideo
  2573. qtvideo
  2574. qtvideo
  2575. query
  2576. quick
  2577. quick
  2578. start
  2579. quicksort
  2580. quicksort
  2581. detailed
  2582. developer
  2583. documentation
  2584. detailing
  2585. detailsR
  2586. detect
  2587. detecting
  2588. detection
  2589. detective
  2590. detectory
  2591. detectorsy
  2592. detects
  2593. determination
  2594. determine
  2595. determines
  2596. determining
  2597. devanagari
  2598. developb
  2599. PQDev.CD Nov 00 TC Disk 2
  2600.  - Sample Code
  2601.  - QuickTime
  2602.  - Basics
  2603.  - qtfullscreen.winV
  2604. 72238X
  2605. Nov 00^    TC Disk 2
  2606. --set theItem to choose file -- uncomment to test in an AS editor
  2607.     tell application "Finder"
  2608.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:qtfullscreen.win:"
  2609.         activate
  2610.     end tell
  2611. on error errMsg number errNum
  2612.     --enter statements to perform when no records are found such as...
  2613.     display dialog "Sorry, the item you selected could not be found."
  2614.     return
  2615. end try
  2616. e    No Changef2QuickTime
  2617. fullscreen
  2618. BeginFullScreen
  2619. EndFullScreeno&http://developer.apple.com/samplecode/q
  2620. Dev.CD Nov 00 TC Disk 2
  2621. All Packages
  2622. qtgraphimp
  2623. 72239X
  2624. Deletedf*WebObjects
  2625. Performance
  2626. Tuning
  2627. Optimizationq
  2628. Dev.CD Mar OO RLDisk 1
  2629. All Packages
  2630. WebObjects Tools and Techniques
  2631. WebObjects Tools and Techniques by Theresa Ray of Tensor Information Systems, Inc.
  2632. Whether you are creating a new WebObjects application or maintaining an existing one, proficiency in using the ProjectBuilder, EOModeler and WebObjects Builder tools is essential. This survival guide enumerates tips and techniques which will allow you to enhance and tailor these tools to suit your programming needs and personal style.
  2633. WebObjectsToolsAndTech.pdfK
  2634. Jul 99M
  2635. Acrobat Reader 3.0NWWebObjects, EOModeler, Project Builder,  WebObjects Builder, Tools, Tips and TechniquesOSDev.CD Mar OO RLDisk 1:Interactive Media Resources:WebObjects Tools and Techniques:PXDev.CD Mar OO RLDisk 1
  2636.  - Interactive Media Resources
  2637.  - WebObjects Tools and TechniquesV
  2638. 73052X
  2639. Mar OO^
  2640. RLDisk 1
  2641. Deleted
  2642. enhanced
  2643. survival
  2644. guide
  2645. enterbutton
  2646. enterbutton
  2647. enterbutton
  2648. enterprise
  2649. enterprise
  2650. environment
  2651. eomodeler
  2652. eomodeler
  2653. erasefile
  2654. erasefile
  2655. errata~
  2656. error
  2657. error
  2658. handler
  2659. error
  2660. handler
  2661. errormsg
  2662. errormsg
  2663. errormsg
  2664. errors
  2665. ethernet
  2666. event~
  2667. eventloop
  2668. eventloop
  2669. events
  2670. events
  2671. apple
  2672. ethernet
  2673. apple
  2674. video
  2675. toolsc
  2676. terminology
  2677. 3/92d
  2678. aecdev/aedaemon
  2679. aecoercion
  2680. aegizmosg
  2681. aegizmos
  2682. 1.4.2g
  2683. aetrackerh
  2684. aetracker
  2685. aevti
  2686. dcmdi
  2687. aiffk
  2688. writer
  2689. sdevk
  2690. aiffwriter
  2691. alawm
  2692. scomm
  2693. aliasn
  2694. alias
  2695. javao
  2696. J@Building QT Samples
  2697. QTFrameStepper.c
  2698. QTFrameStepper.h
  2699. README.txtOEDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtframestepper:PPDev.CD Nov 00 TC Disk 2
  2700.  - Sample Code
  2701.  - QuickTime
  2702.  - Goodies
  2703.  - qtframesteppersg number errNum
  2704.     --enter statements to perform when no records are found such as...
  2705.     display dialog "Sorry, the item you selected could not be found."
  2706.     return
  2707. end try
  2708. All Packages
  2709. 601 Processor Upgrade EnablerO
  2710. Dev.CD Jul 95P
  2711. Dev.CD Jul 9V
  2712. 69839X
  2713. Jul 95
  2714. b--set theItem to choose file -- uncomment to test in an AS editor
  2715.     tell application "Finder"
  2716.         open item "Dev.CD Jul 95"
  2717.         activate
  2718.     end tell
  2719. on error errMsg number errNum
  2720.     --enter statements to perform when no records are found such as...
  2721.     display dialog "Sorry, the item you selected could not be found."
  2722.     return
  2723. end try
  2724. All Packages
  2725. 7.0foV
  2726. 69840X
  2727. 72237X
  2728. Nov 00^    TC Disk 2
  2729. --set theItem to choose file -- uncomment to test in an AS editor
  2730.     tell application "Finder"
  2731.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtframestepper:"
  2732.         activate
  2733.     end tell
  2734. on error errMsg number errNum
  2735.     --enter statements to perform when no records are found such as...
  2736.     display dialog "Sorry, the item you selected could not be found."
  2737.     return
  2738. end try
  2739. e    No Changeq
  2740. Dev.CD Nov 00 TC Disk 2
  2741. All Packages
  2742. qtfullscreenI]This sample code defines functions that illustrate how to play QuickTime movies full screen.
  2743. J4QTFullScreen.c
  2744. QTFullScreen.h
  2745. README.txt
  2746. WinPrefix.hL
  2747. Nov 00MBWindows 95/98/NT/2000 or later, QuickTime for Windows 2.5 or laterN5QuickTime, fullscreen, BeginFullScreen, EndFullScreenOFDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:qtfullscreen.win:V
  2748. 72238X
  2749. 1e    No Changeo&http://developer.apple.com/samplecode/
  2750. All Packages
  2751. System Enabler 111 (PB 160/180)O
  2752. Dev.CD Apr 93P
  2753. Dev.CD Apr 9V
  2754. 72823X
  2755. Apr 93
  2756. b--set theItem to choose file -- uncomment to test in an AS editor
  2757.     tell application "Finder"
  2758.         open item "Dev.CD Apr 93"
  2759.         activate
  2760.     end tell
  2761. on error errMsg number errNum
  2762.     --enter statements to perform when no records are found such as...
  2763.     display dialog "Sorry, the item you selected could not be found."
  2764.     return
  2765. end try
  2766. All Packages
  2767. System Enabler 111 (PB 160/180)O
  2768. Dev.CD Apr 93P
  2769. Dev.CD Apr 9V
  2770. 72824X
  2771. Apr 93
  2772. b--set theItem to choose file -- uncomment to test in an AS editor
  2773.     tell application "Finder"
  2774.         open item "Dev.CD Apr 93"
  2775.         activate
  2776.     end tell
  2777. on error errMsg number errNum
  2778.     --enter statements to perform when no records are found such as...
  2779.     display dialog "Sorry, the item you selected could not be found."
  2780.     return
  2781. end try
  2782. All Packages
  2783. 72825X
  2784. bigscrolling
  2785. bigscrolling
  2786. bigscrolling
  2787. bigscrolling
  2788. bigscrolling
  2789. binhex
  2790. binhex
  2791. binhex
  2792. specs
  2793. bit-depth
  2794. bless
  2795. blockreader
  2796. blockreader
  2797. bltmacros
  2798. bltmacros
  2799. board
  2800. boardslider
  2801. boardslider
  2802. bootvol
  2803. br-brazilianportugue
  2804. brazilian
  2805. brightness
  2806. brightness
  2807. contrast
  2808. british
  2809. browserz
  2810. browsermaker
  2811. browsermaker
  2812. bufcallback
  2813. bufcallback
  2814. bufcallback
  2815. bufcallback
  2816. buffereddrawer
  2817. buffereddrawer
  2818. bufferedimage
  2819. bufferedimage
  2820. bufferedwindows
  2821. bufferedwindows
  2822. bufferedwindows
  2823. pbproj
  2824. appleglot
  2825. appleglot
  2826. localization
  2827. internationalization
  2828. translation
  2829. applescriptO
  2830. applescript
  2831. apple
  2832. events
  2833. aegizmosg
  2834. anceA
  2835. JFBuilding QT Samples
  2836. QTFlattenToHandle.c
  2837. QTFlattenToHandle.h
  2838. README.txtOHDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtflattentohandle:PSDev.CD Nov 00 TC Disk 2
  2839.  - Sample Code
  2840.  - QuickTime
  2841.  - Goodies
  2842.  - qtflattentohandlerceK
  2843. Jan 96L
  2844.  M System 7.1 or later, AppleScriptN0AppleEvents, AppleScript, scriptable text editorO@Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:7Edit:PHDev.CD Nov 00 TC Disk 1
  2845.  - Sample Code
  2846.  - Interapplication Comm
  2847.  - 7EditV
  2848. 69841X
  2849. Nov 00^    TC Disk 1
  2850. --set theItem to choose file -- uncomment to test in an AS editor
  2851.     tell application "Finder"
  2852.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:7Edit:"
  2853.         activate
  2854.     end tell
  2855. on error errMsg number errNum
  2856.     --enter statements to perform when no records are found such as...
  2857.     display dialog "Sorry, the item you selected could not be found."
  2858.     return
  2859. end try
  2860. e    No Changef.AppleEvents
  2861. AppleScript
  2862. scriptable text editorq
  2863. Dev.CD Nov 00 TC Disk 1
  2864. e    No Changef
  2865. Virtual Userq
  2866. Dev.CD Nov 00 TC Disk 1
  2867. All Packages
  2868. VUMeters
  2869. Summary:  This application displays VU (Volume Unit) Meters, much like are found on tape decks.  The purpose is to monitor the sound input and output channels to insure that the proper sound level is present.
  2870. Features:  This application can display the levels (both peak reading and a more conventional power reading) of the sound at both the input and output of the Quadra AV computers.  Users can select whether they want to measure levels in terms of the analog voltages at the connectors (
  2871. pconventional way) or referenced to the peak level of the AV A/D and D/A systems.  Every effort was made to conform to the standard for VUMeter dynamics.
  2872. This package is useful as a debugging aid when working with sound.  It is also useful as a complete example of how to develop code for the Apple Real Time Architecture (ARTA) DSP system on the new Quadra AV systems
  2873. Jan 94V
  2874. 73043X
  2875. 1e    No Change
  2876. e    No Changef
  2877. txRatio
  2878. PICTq
  2879. Dev.CD Nov 00 TC Disk 1
  2880. All Packages
  2881. TypeServicesForUnicode
  2882. TypeServicesForUnicode is a sample application, provided with its source code files, which illustrate the new Apple Type Services for Unicode Imaging (ATSUI) technology introduced in Mac OS
  2883.  8.5.
  2884. The provided examples go from very simple to rather complex in increasing order of difficulty.
  2885. Ideally, developers will learn most of what they need of ATSUI by just reading the source code.
  2886. The features are ATSUI features: multiple styles, arbitrary angles, broken hilighting, hit testing, fractiB
  2887. onal justification, etc.
  2888. More ATSUI
  2889. Read Me, please...
  2890. SampleWindows.cp
  2891. SampleWindows.h
  2892. SomeUnicodeStuff.cp
  2893. SomeUnicodeStuff.h
  2894. TypeServicesForUnicode
  2895. TypeServicesForUnicode.cp
  2896. TypeServicesForUnicode.h
  2897. TypeServicesForUnicode.mcp
  2898. TypeServicesForUnicode.rsrc
  2899. WindowUtilities.cp
  2900. WindowUtilities.h
  2901. Dec 99M
  2902. Mac OS
  2903.  8.5 and later
  2904. 4-character
  2905. 4.0.4
  2906. 4.0.8
  2907. 4.5.2
  2908. 4/16R
  2909. 40-60
  2910. 40-bit
  2911. QTFlattenToHandle.c defines functions that illustrate how to use the handle data handler.
  2912. A data handler is a component (of type DataHandlerType) that is responsible for reading and writing a media's data. In other words, a data handler provides data input and output services to the media's media handler. Originally, QuickTime included a file data handler. QuickTime version 2.0 introduced the handle data handler (component subtype HandleDataHandlerSubType), which allows you to play movie d
  2913. ata stored in memory rather than in a file. This sample code shows how to work with the handle data handler.
  2914. Here, we will open a movie file and then flatten the movie data into a handle. Then we will play the movie from the handle. The essential step is to create a data reference record describing the handle and then pass that record, instead of an FSSpec record, to FlattenMovieData. To do this, set the flattenFSSpecPtrIsDataRefRecordPtr flag when calling FlattenMovieData.
  2915. OGDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Streaming:QTFileTransfer:PRDev.CD Nov 00 TC Disk 2
  2916.  - Sample Code
  2917.  - QuickTime
  2918.  - Streaming
  2919.  - QTFileTransferV
  2920. 72235X
  2921. Nov 00^    TC Disk 2
  2922. --set theItem to choose file -- uncomment to test in an AS editor
  2923.     tell application "Finder"
  2924.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Streaming:QTFileTransfer:"
  2925.         activate
  2926.     end tell
  2927. on error errMsg number errNum
  2928.     --enter statements to perform when no records are found such as...
  2929.     display dialog "Sorry, the item you selected could not be found."
  2930.     return
  2931. end try
  2932. e    No Changef/QuickTime
  2933. Asyncronous
  2934. Handlerq
  2935. Dev.CD Nov 00 TC Disk 2
  2936. All Packages
  2937. qtflattentohandle
  2938. 72236X
  2939. 72236X
  2940. Nov 00^    TC Disk 2
  2941. --set theItem to choose file -- uncomment to test in an AS editor
  2942.     tell application "Finder"
  2943.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtflattentohandle:"
  2944.         activate
  2945.     end tell
  2946. on error errMsg number errNum
  2947.     --enter statements to perform when no records are found such as...
  2948.     display dialog "Sorry, the item you selected could not be found."
  2949.     return
  2950. end try
  2951. e    No Changeq
  2952. Dev.CD Nov 00 TC Disk 2
  2953. All Packages
  2954. qtframestepper
  2955. QTFrameStepper.c defines functions that you can use to step frame-by-frame through a QuickTime movie. Indeed, it illustrates *two* different methods for doing this:
  2956. (1) using Movie Toolbox functions to advance (or retreat) to interesting times in the movie
  2957. (2) using movie controller actions to step forward or backward through a movie
  2958. See the top of the file QTFrameStepper.c for more detailed comments and instructions
  2959. on using this snippet.
  2960. Enjoy,
  2961. QuickTime Team
  2962. This sample demonstrates how to create a QuickTime movie with a video effect as a transition from one picture to another. This project differs from the QTShowEffect sample code it is based on in that it allows the user to create the effect "by hand" e.g. without the aid of the standard QuickTime effects parameter dialog box. Instead, the program itself builds the correct effects parameter description atoms.
  2963. JeappRsrc.rsrc
  2964. main.c
  2965. main.h
  2966. Movie File.mov
  2967. QTEffects
  2968. QTEffects Project
  2969. QTEffects.c
  2970. QTEffects.h
  2971. READ MEK
  2972. Dec 99M QuickTime 4, Mac OS 7.1 or laterN
  2973. QuickTime, effectsOHDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Effects:QTEffects Explode:PSDev.CD Nov 00 TC Disk 2
  2974.  - Sample Code
  2975.  - QuickTime
  2976.  - Effects
  2977.  - QTEffects Explode/ROSE
  2978.  1.2.1:PBDev.CD Nov 00 TC Disk 1
  2979.  - Tool Chest
  2980.  - Hardware
  2981.  - A/ROSE
  2982.  1.2.1V
  2983. 69844X
  2984. Nov 00^    TC Disk 1
  2985. e    No Change
  2986. projectdrag
  2987. projectfolders
  2988. projectmenu
  2989. projector
  2990. projects
  2991. projectx
  2992. projlistmenu
  2993. prominent
  2994. prominently
  2995. promised
  2996. promises
  2997. promotion
  2998. promotional
  2999. promotions
  3000. prompt
  3001. prompts^
  3002. proofreaders
  3003. propagates
  3004. proper
  3005. properly
  3006. properties
  3007. property
  3008. propertylist
  3009. proportional
  3010. propositin{
  3011. proprietary
  3012. prospective
  3013. protate
  3014. protect
  3015. protected
  3016. protection
  3017. proto
  3018. protocol
  3019. hine.
  3020. DisableEject:  Shows how to stop a floppy disk from being ejected. This has no chance of being compatible with future system software.
  3021. Disk Icons:  This C routine calls disk drivers to retrieve icon information.
  3022. EgretWakeup:  This is a test program to tell a Mac with an Egret (or Egret derivative) chip when to power up.  It does so by calling the _Egret trap. If the Power Manager exists, use the SetWUTime call as per Inside Macintosh, Power  Manager chapter (Vol VI). This program 
  3023. only works on a Egret-based Macs that ALSO can do softpower.  For example while the IIsi and LC CPUs both have Egrets, LCs can't do soft power on).
  3024. Floppy II:  This sample uses the sony driver calls to get the format list of a super drive disk, to find if the disk supports MFM 720 disk. If so, it reformats the disk to be that type. !! Warning: The data on the disk in drive 1  will get blown away and there are no warnings.!!
  3025. ledApp:  This is a faceless background task for System 7. It cou
  3026. user's
  3027. user's/application's
  3028. user-centric
  3029. user-controllable
  3030. user-controlled
  3031. user-defined
  3032. user-interface
  3033. user-perceived
  3034. userchkgestaltfuncti
  3035. userfunction
  3036. useritems
  3037. usersy
  3038. userstartup
  3039. able on the World Wide Web and complete course outlines, prerequisites, and target audiences.
  3040. 01-Intro to DU.pdf
  3041. 02-What's New from DU.pdf
  3042. 03-Information & Registrati.pdf
  3043. 04-Index of Courses.pdf
  3044. 05-Self-Paced Products.pdf
  3045. 06-On-Line Topics.pdf
  3046. 07-Mac OS:
  3047. 08-Object Oriented:
  3048. 09-Multimedia & Graphics:
  3049. 10-Newton:
  3050. 11-Other topics:
  3051. 12-Training Schedule.pdf
  3052. 13-DU Training Sites.pdf
  3053. May 92L
  3054. Oct 96M
  3055. Adobe Acrobat Reader
  3056. 72234X
  3057. Nov 00^    TC Disk 2
  3058. --set theItem to choose file -- uncomment to test in an AS editor
  3059.     tell application "Finder"
  3060.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Effects:QTEffects Explode:"
  3061.         activate
  3062.     end tell
  3063. on error errMsg number errNum
  3064.     --enter statements to perform when no records are found such as...
  3065.     display dialog "Sorry, the item you selected could not be found."
  3066.     return
  3067. end try
  3068. e    No Changef
  3069. QuickTime
  3070. effectsq
  3071. Dev.CD Nov 00 TC Disk 2
  3072. All Packages
  3073. QTFileTransfer
  3074. CThis sample code illustrates how to use QuickTime's ftp and http data handlers to transfer a file asynchronously from a web server.
  3075. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  3076. J<Building QT Samples
  3077. QTFileTransfer.c
  3078. QTFileTransfer.h
  3079. READMEN5QuickTime, FTP, HTTP, Asyncronous, Web, Data, Handler
  3080. driving
  3081. dronezone
  3082. dronezone
  3083. application
  3084. which
  3085. designed
  3086. dropB
  3087. dropdisk
  3088. droplet
  3089. dropouts
  3090. dropped
  3091. dropping
  3092. dropprint
  3093. dropprint
  3094. demonstrates
  3095. method
  3096. identifying
  3097. attached
  3098. drops
  3099. dsp/opengl
  3100. dspcontext
  3101. dspgetversion
  3102. dspuserselectcontext
  3103. dstspec
  3104. downloading
  3105. downloads
  3106. dozen
  3107. dozens
  3108. wbacks
  3109. drawcode
  3110. drawing
  3111. drawkeycaps
  3112. drawn
  3113. draws
  3114. drawsprcoket
  3115. drawsprocket
  3116. drill
  3117. drive
  3118. driven
  3119. {e    No ChangefOdisk device driver
  3120. RAM disk
  3121. Driver Gestalt
  3122. control panel
  3123. RAMDiskq
  3124. Dev.CD Nov 00 TC Disk 1
  3125. All Packages
  3126. RAVE Starter Samples
  3127. There are three different samples here, each showing a variation on the same theme -- we create a window and do some simple 2D drawing into it.  These samples don't show any clipping code or a full featured 3D engine; these will appear in a future sample.
  3128. These versions were compiled with CodeWarrior Pro 3 and the RAVE 1.5 SDK.
  3129. For more information, check out TechNote 1125, which covers many issues related to developing RAVE applications.
  3130. RAVE Common Code -- A few routines are used by m
  3131. 72473X
  3132. afterN
  3133. Dev.CD Jan 96 SSV
  3134. 72275X
  3135. Jan 96
  3136. f--set theItem to choose file -- uncomment to test in an AS editor
  3137.     tell application "Finder"
  3138.         open item "Dev.CD Jan 96 SSW"
  3139.         activate
  3140.     end tell
  3141. on error errMsg number errNum
  3142.     --enter statements to perform when no records are found such as...
  3143.     display dialog "Sorry, the item you selected could not be found."
  3144.     return
  3145. end try
  3146. All Packages
  3147. QuickDraw 3DO
  3148. Dev.CD Jan 96 SSWP
  3149. Dev.CD Jan 96 SSV
  3150. 72276X
  3151. Jan 96
  3152. f--set theItem to choose file -- uncomment to test in an AS editor
  3153.     tell application "Finder"
  3154.         open item "Dev.CD Jan 96 SSW"
  3155.         activate
  3156.     end tell
  3157. on error errMsg number errNum
  3158.     --enter statements to perform when no records are found such as...
  3159.     display dialog "Sorry, the item you selected could not be found."
  3160.     return
  3161. end try
  3162. All Packages
  3163. QuickDraw 3DO
  3164. Dev.CD Jan 96 SSWP
  3165. Dev.CD Jan 96 SSV
  3166. 72277X
  3167. Jan 96
  3168. - Common
  3169.     - Sun Compliant Java Runtime Environment 1.1
  3170.     - QuickTime 3 
  3171.     - QTJava.zip
  3172.     - QTJava media samples
  3173. - Mac OS:
  3174.     - System 8 or later
  3175.     - Macintosh Runtime for Java (MRJ) 2.1
  3176. - Windows 95, 98, or NT::
  3177.     - JRE/JDK from Sun Microsystems, Inc. recommended
  3178. QuickTime, Java, MRJv 99 TC:Programs & Marketing:About Developer University:"
  3179.         activate
  3180.     end tell
  3181. on error errMsg number errNum
  3182.     --enter statements to perform when no records are found such as...
  3183.     display dialog "Sorry, the item you selected could not be found."
  3184.     return
  3185. end try
  3186. Deletedq
  3187. Dev.CD Nov 99 TC
  3188. All Packages
  3189. ABS Technical NotesI
  3190. Summary: ABS Technical Notes contain the latest bugs, tips and tricks for developers of software for Apple Workgroup Servers, AppleSearch, AppleShare, AppleTalk Remote Access, and IP Gateway.JqApple Workgroup Servers:
  3191. AppleSearch:
  3192. AppleShare:
  3193. AppleTalk Remote Access:
  3194. IP Gateway:
  3195. Network Server Dev. Guide:K
  3196. Jul 92L
  3197. Jun 95M
  3198. Adobe Acrobat Reader.
  3199. MakeFile
  3200. Read Me
  3201. SCSI Simple Sample
  3202. SCSI Simple Sample MPW
  3203. SCSI Simple Sample MWC
  3204. SCSI Simple Sample MWC.SYM
  3205. SCSISimpleSample.
  3206. SCSISimpleSample.
  3207. .rsrc
  3208. SCSISimpleSample.
  3209. SCSISimpleSample.
  3210. .rsrc
  3211. SCSINKSCSI, SCSI Manager, SCSI Manager 4.3, bus scan, inquiry, SCSI Simple SampleOQDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:SCSI:SCSI Simple Sample:P\Dev.CD Nov 00 TC Disk 1
  3212.  - Sample Code
  3213.  - Devices and Hardware
  3214.  - SCSI
  3215.  - SCSI Simple SampleV
  3216. 72521X
  3217. Nov 00^    TC Disk 1
  3218. --set theItem to choose file -- uncomment to test in an AS editor
  3219.     tell application "Finder"
  3220.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:SCSI:SCSI Simple Sample:"
  3221.         activate
  3222.     end tell
  3223. on error errMsg number errNum
  3224.     --enter statements to perform when no records are found such as...
  3225.     display dialog "Sorry, the item you selected could not be found."
  3226.     return
  3227. end try
  3228. e    No Change
  3229. papworkstation
  3230. papworkstation
  3231. snippets
  3232. processes
  3233. snippets
  3234. quickdraw
  3235. snippets
  3236. quicktime
  3237. snippets
  3238. sound
  3239. snippets
  3240. testing
  3241. debugging
  3242. snippets
  3243. snippets
  3244. toolbox
  3245. development
  3246. softvdig
  3247. software
  3248. somobjects
  3249. somobjects
  3250. sonofsillyballs
  3251. sound
  3252. sound
  3253. manager
  3254. sound
  3255. premixer
  3256. effect
  3257. soundapp
  3258. soundboard
  3259. soundconvert
  3260. soundconverter
  3261. soundlevel
  3262. soundmemrecord
  3263. soundrecord
  3264. soundsnippets
  3265. soundsprockettest
  3266. source
  3267. sourcebug
  3268. sourceobj
  3269. sources
  3270. spain
  3271. spain
  3272. distribution
  3273. guide
  3274. 1.0.1
  3275. specific
  3276. speech
  3277. speech
  3278. recognition
  3279. manager
  3280. speech
  3281. recognition
  3282. sample
  3283. speech
  3284. synthesis
  3285. manager
  3286. pooler
  3287. spriteworld
  3288. sprocket
  3289. sprocketinvaders
  3290. squarewave
  3291. stack
  3292. standard
  3293. standard
  3294. samples
  3295. system
  3296. selected
  3297. non-open
  3298. files
  3299. shown
  3300. dimmed
  3301. sample
  3302. prompt
  3303. image
  3304. in-depth
  3305. Dec 99^    RL Disk 1
  3306. --set theItem to choose file -- uncomment to test in an AS editor
  3307.     tell application "Finder"
  3308.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:ABS Technical Notes:"
  3309.         activate
  3310.     end tell
  3311. on error errMsg number errNum
  3312.     --enter statements to perform when no records are found such as...
  3313.     display dialog "Sorry, the item you selected could not be found."
  3314.     return
  3315. end try
  3316. Deletedf-ESD
  3317. AppleSearch
  3318. AppleShare
  3319. IP Gatewayq
  3320. Dev.CD Dec 99 RL Disk 1
  3321. All Packages
  3322. ADB Analyzer 1.0D6
  3323. 69847X
  3324. OUDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:QTEffects:PcDev.CD Nov 00 TC Disk 2
  3325.  - Sample Code
  3326.  - QuickTime
  3327.  -  All Java
  3328.  - QuickTime for Java
  3329.  - QTEffectsV
  3330. 72233X
  3331. Nov 00^    TC Disk 2
  3332. --set theItem to choose file -- uncomment to test in an AS editor
  3333.     tell application "Finder"
  3334.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:QTEffects:"
  3335.         activate
  3336.     end tell
  3337. on error errMsg number errNum
  3338.     --enter statements to perform when no records are found such as...
  3339.     display dialog "Sorry, the item you selected could not be found."
  3340.     return
  3341. end try
  3342. e    No Changef
  3343. QuickTime
  3344. Dev.CD Nov 00 TC Disk 2
  3345. All Packages
  3346. QTEffects Explode
  3347. 72234X
  3348. addendumx
  3349. addframetomovie
  3350. addframetomovie
  3351. addframetomovie
  3352. addframetomovie
  3353. rsrcY
  3354. addheader
  3355. addhtactionsZ
  3356. addhtactions
  3357. addhtactions
  3358. addhtactions
  3359. addhtactions
  3360. addhtactions
  3361. addhtactions
  3362. addhtactions
  3363. rsrcZ
  3364. additions
  3365. addmenu
  3366. addresmenu[
  3367. addresmenu
  3368. addresmenu7.1[
  3369. addresmenu7.1
  3370. addresmenu7.1
  3371. addresmenu7.1
  3372. addresmenu7.1
  3373. addresmenu7.1
  3374. rsrc[
  3375. addressy
  3376. addresses
  3377. addvractions\
  3378. addvractions
  3379. addvractions
  3380. addvractions
  3381. addvractions
  3382. addvractions
  3383. addvractions
  3384. addvractions
  3385. rsrc\
  3386. administration
  3387. archive
  3388. filesz
  3389. archive
  3390. htmlz
  3391. color
  3392. imaging
  3393. advanced`
  3394. advanced
  3395. color
  3396. imaging`
  3397. advanced
  3398. color
  3399. imaging
  3400. advanced
  3401. technique
  3402. PNDev.CD Nov 00 TC Disk 2
  3403.  - Sample Code
  3404.  - QuickTime
  3405.  - Basics
  3406.  - QTCreateMovieV
  3407. 72232X
  3408. Nov 00^    TC Disk 2
  3409. --set theItem to choose file -- uncomment to test in an AS editor
  3410.     tell application "Finder"
  3411.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:QTCreateMovie:"
  3412.         activate
  3413.     end tell
  3414. on error errMsg number errNum
  3415.     --enter statements to perform when no records are found such as...
  3416.     display dialog "Sorry, the item you selected could not be found."
  3417.     return
  3418. end try
  3419. e    No Changef(QuickTime
  3420. Video
  3421. Sound
  3422. Track
  3423. Movie
  3424. Createq
  3425. Dev.CD Nov 00 TC Disk 2
  3426. All Packages
  3427. F    QTEffectsI
  3428. This demo program shows how to use QuickTime's visual effects architecture as applied to two source images. The effects are applied in realtime - controlled by the user settings in the window.J2ef.bat
  3429. PlayQTEffectApp.zip
  3430. QTEffect
  3431. README.txt
  3432. Feb 00
  3433. 2233X
  3434. 1e    No Change
  3435. get/set
  3436. getbootvol
  3437. getbootvol
  3438. getdinfo
  3439. getdinfo
  3440. getdir
  3441. getdir
  3442. getdraghilite
  3443. getdraghilite
  3444. getdraghilitecolor
  3445. getdraghilitecolor
  3446. getdraghilitecolor
  3447. getdraghilitecolor
  3448. getenetaddrdirect
  3449. scripter
  3450. display
  3451. summary
  3452. three
  3453. samples
  3454. involving
  3455. standard
  3456. dialogs
  3457. summary
  3458. three
  3459. tools
  3460. testing
  3461. performance
  3462. summary
  3463. supplementing
  3464. documentation
  3465. summary
  3466. toolbox
  3467. assistant
  3468. gives
  3469. rapid
  3470. access
  3471. up-to-da
  3472. summary
  3473. unmountit
  3474. easily
  3475. unmount
  3476. eject
  3477. sharable
  3478. summary
  3479. validator
  3480. utility
  3481. testing
  3482. sierra/i
  3483. summary
  3484. versionedit
  3485. software
  3486. development
  3487. which
  3488. summary
  3489. simple
  3490. macintosh
  3491. application
  3492. supports
  3493. summary
  3494. vucollect
  3495. virtual
  3496. summary
  3497. pleased
  3498. provide
  3499. version
  3500. 1.5.1
  3501. sample
  3502. illustrates
  3503. video
  3504. effects
  3505. sample
  3506. illustrates
  3507. create
  3508. shortcut
  3509. sample
  3510. illustrates
  3511. quicktime's
  3512. sample
  3513. illustrates
  3514. quicktime's
  3515. graphics
  3516. sample
  3517. illustrates
  3518. quicktime's
  3519. standard
  3520. sample
  3521. illustrates
  3522. quicktime's
  3523. sample
  3524. illustrates
  3525. low-level
  3526. quickt
  3527. sample
  3528. illustrates
  3529. write
  3530. derived
  3531. sample
  3532. illustrates
  3533. determine
  3534. proces
  3535. sample
  3536. package
  3537. shows
  3538. define
  3539. custom
  3540. effect
  3541. sample
  3542. shows
  3543. parse
  3544. in-memory
  3545. scrap
  3546. sample
  3547. component
  3548. pretends
  3549. handler
  3550. sample
  3551. cycles
  3552. through
  3553. available
  3554. engines
  3555. 69849X
  3556. b--set theItem to choose file -- uncomment to test in an AS editor
  3557.     tell application "Finder"
  3558.         open item "Dev.CD Apr 92"
  3559.         activate
  3560.     end tell
  3561. on error errMsg number errNum
  3562.     --enter statements to perform when no records are found such as...
  3563.     display dialog "Sorry, the item you selected could not be found."
  3564.     return
  3565. end try
  3566. show/hide
  3567. showballoon
  3568. showcase
  3569. showdraghilite
  3570. showingO
  3571. shown
  3572. similar
  3573. similarities
  3574. similarly
  3575. simone
  3576. simpleb
  3577. e    No Changeq
  3578. Dev.CD Nov 00 TC Disk 2
  3579. All Packages
  3580. QTCreateMovie
  3581. CreateMovie is a sample application that demonstrates how to use the QuickTime APIs to create a very simple QuickTime movie with both a video track and a sound track.
  3582. CreateMovie is based largely on the sample code included in Inside Macintosh:QuickTime, starting with pg. 2-45.
  3583. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  3584. Building QT Samples
  3585. CreateMovie.c
  3586. CreateMovie.h
  3587. CreateMovie.rsrc
  3588. MacPrefix.h
  3589. QTCreateMovie 68k
  3590. QTCreateMovie 68k.mcp
  3591. QTCreateMovie PPC
  3592. QTCreateMovie PPC.mcp
  3593. QTCreateMovie Win.mcp
  3594. QTCreateMovie.exe
  3595. QTCreateMovie.mak
  3596. QTSound.c
  3597. QTSound.h
  3598. QTVideo.c
  3599. QTVideo.h
  3600. READ ME.txt
  3601. WinPrefix.h
  3602. N-QuickTime, Video, Sound, Track, Movie, CreateOCDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:QTCreateMovie:V
  3603. 72232X
  3604. 1e    No Change
  3605. --set theItem to choose file -- uncomment to test in an AS editor
  3606.     tell application "Finder"
  3607.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtaddeffectseg:"
  3608.         activate
  3609.     end tell
  3610. on error errMsg number errNum
  3611.     --enter statements to perform when no records are found such as...
  3612.     display dialog "Sorry, the item you selected could not be found."
  3613.     return
  3614. end try
  3615. s:ADB Parser 5.0.7:PYDev.CD Nov 00 TC Disk 1
  3616.  - Tool Chest
  3617.  - Devices
  3618.  - Apple Desktop Bus
  3619.  - ADB Parser 5.0.7
  3620. ultiple samples, so I pulled them out here to have a single code base.  They are also routines that are very useful for many RAVE applications.
  3621. Gouraud Sample -- This creates context on a specific GDevice and draws a single shaded triangle onto it until you click the mouse.
  3622. Callback Sample -- This is identical to the Gouraud sample, except that it also 
  3623. demonstrates how to implement a compositing callback.  Erase callbacks look identical to compositing callbacks, and these are the two moC}st common callbacks games will implement.
  3624. Texture Sample -- Loads a texture into memory and then draws a textured triangle. 
  3625. JYCallBack Sample
  3626. Gouraud Sample
  3627. RAVE CommonCode
  3628. RAVE Starter Samples Readme
  3629. Texture SampleK
  3630. Jun 98M
  3631. RAVEN.RAVE, Gouraud, compsite, callback, texture, 3DOEDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 3D:RAVE Starter Samples:PMDev.CD Nov 00 TC Disk 1
  3632.  - Sample Code
  3633.  - Graphics 3D
  3634.  - RAVE Starter Samples
  3635. 2.1.1
  3636. 3.2.1
  3637. a/roseR
  3638. chooser
  3639. choosesy
  3640. choosing
  3641. chosen
  3642. christine
  3643. chromakey
  3644. chromakey
  3645. movie
  3646. simple
  3647. application
  3648. which
  3649. designed
  3650. chromakeying
  3651. chrominance
  3652. chrp{
  3653. chunk
  3654. chunks
  3655. cicn's
  3656. cincludes
  3657. circumstances
  3658. claim{
  3659. claims
  3660. clarified
  3661. claris
  3662. clarisworks
  3663. clark
  3664. clash{
  3665. class
  3666. classes{
  3667.  errNum
  3668.     --enter statements to perform when no records are found such as...
  3669.     display dialog "Sorry, the item you selected could not be found."
  3670.     return
  3671. end try
  3672. e    No Changef
  3673. QuickTime
  3674. frame
  3675. movie
  3676. Dev.CD Nov 00 TC Disk 2
  3677. All Packages
  3678. AddHTActions
  3679. 69852X
  3680. qt3dtween
  3681. technical
  3682. backgrounder
  3683. qtcode
  3684. qtcode
  3685. qtcode
  3686. qtcreatemovie
  3687. qtcreatemovie
  3688. qtcreatemovie
  3689. qtcreatemovie
  3690. qtcreatemovie
  3691. qtcreatemovie
  3692. qtcreatemovie
  3693. qtcreatemovie
  3694. qtdevdocs
  3695. qteffect
  3696. qteffects
  3697. qteffects
  3698. qteffects
  3699. qteffects
  3700. project
  3701. qtfiletransfer
  3702. qtfiletransfer
  3703. qtfiletransfer
  3704. qtflattentohandle
  3705. qtflattentohandle
  3706. qtflattentohandle
  3707. qtforjava
  3708. qtframestepper
  3709. qtframestepper
  3710. qtframestepper
  3711. qtinternals
  3712. qtlogo
  3713. qtlogo
  3714. qtsound
  3715. qtsound
  3716. qtsound
  3717. qtsprites
  3718. qtsprites
  3719. qtsprites
  3720. qtsprites
  3721. qtvideo
  3722. qtvideo
  3723. qtvideo
  3724. query
  3725. quick
  3726. quick
  3727. start
  3728. quicksort
  3729. quicksort
  3730. nu7.1
  3731. addresmenu7.1
  3732. rsrc[
  3733. addressy
  3734. addresses
  3735. addvractions\
  3736. addvractions
  3737. addvractions
  3738. addvractions
  3739. addvractions
  3740. addvractions
  3741. addvractions
  3742. addvractions
  3743. rsrc\
  3744. administration
  3745. archive
  3746. filesz
  3747. archive
  3748. htmlz
  3749. advanced`
  3750. advanced
  3751. color
  3752. imaging`
  3753. advanced
  3754. color
  3755. imaging
  3756. advanced
  3757. technique
  3758. 5F    QuickTimeO
  3759. Dev.CD Jan 94
  3760. Dev.CD Oct 93P
  3761. Dev.CD Jan 94
  3762. Dev.CD Oct 9
  3763. rawip
  3764. rawmode
  3765. reader_
  3766. readlocation
  3767. readsector
  3768. reality
  3769. reassembler
  3770. receive
  3771. receives
  3772. recognition
  3773. reconfiguration
  3774. record
  3775. record
  3776. sound
  3777. spbrecord
  3778. soundconvert
  3779. recordableb
  3780. recording
  3781. recordretrievepictin
  3782. recordretrievepictin
  3783. retrievepictinfo
  3784. redistribution
  3785. reference
  3786. referential
  3787. reformatting
  3788. region
  3789. registration
  3790. registry
  3791. related
  3792. relative
  3793. release
  3794. remove
  3795. rename
  3796. renderer
  3797. rendering
  3798. replace
  3799. replacement
  3800. reports
  3801. resedit
  3802. resedit
  3803. 2.1.1
  3804. disassembly
  3805. disassembler
  3806. viewer
  3807. edito
  3808. resolution
  3809. resource[
  3810. resource
  3811. addresmenu[
  3812. resources^
  3813. altdboxproc
  3814. alter
  3815. alterations
  3816. altered
  3817. altering
  3818. alternateg
  3819. alternatebufferdispl
  3820. alternatingr
  3821. alternative
  3822. alternatively
  3823. alters
  3824. althoughe
  3825. altivec
  3826. always
  3827. america
  3828. e    No Changef QuickTime
  3829. Track
  3830. Actionsq
  3831. Dev.CD Nov 00 TC Disk 2
  3832. All Packages
  3833. AddResMenu7.1
  3834. 69853X
  3835. mainly
  3836. maintain{
  3837. maintained
  3838. hat has a text track. In particular, it adds two go-to-URL actions to parts of the text track.
  3839. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  3840. AddHTActions 68K
  3841. AddHTActions PPC
  3842. AddHTActions.c
  3843. AddHTActions.exe
  3844. AddHTActions.h
  3845. AddHTActions.mcp
  3846. AddHTActions.rsrc
  3847. Building QT Samples
  3848. READMEN$QuickTime, Text, Track, URL, ActionsOcDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Macintosh:Wired Movies and Sprites:AddHTActions:PqDev.CD Nov 00 TC Disk 2
  3849.  - Sample Code
  3850.  - QuickTime
  3851.  -  All Macintosh
  3852.  - Wired Movies and Sprites
  3853.  - AddHTActions
  3854. Rhapsody Developer Documentation
  3855. Rhapsody Home Pages
  3856. A set of "home pages" that guides you to the documentation you're looking for. These pages mirror those found on the Rhapsody Developer CD, yet lead you to more up-to-date information.
  3857. Release Notes
  3858. The release notes describe new features, known problems, and bug fixes for the current Rhapsody release. They often contain late-breaking information that did not make it into the installed release notes. 
  3859.  Yellow Box Java APIs
  3860.  An alpha vBaersion of the Application Kit and Foundation APIs, as rewritten for Java.
  3861. OPENSTEP Documentation
  3862. JVDeveloperTutorial_NT:
  3863. DevEnvGuide:
  3864. index.html
  3865. ProgrammingTopics:
  3866. rhapsody.html
  3867. System:K
  3868. May 97L
  3869. Dec 98M
  3870. web browserNURhapsody, Yellow Box Java APIs, OPENSTEP, Rhapsody Home pages, Rhapsody Release NotesO1Dev.CD Dec 99 RL:Technical Publications:rhapsody:P6Dev.CD Dec 99 RL
  3871.  - Technical Publications
  3872.  - rhapsody
  3873. QT3DTween is a sample application that creates a QuickTime movie 
  3874. containing both a 3D track and a tween track. The 3D track is created 
  3875. by reading data from any 3DMF file. The tween track contains 
  3876. QuickDraw3D camera data. The camera data in the tween track 
  3877. specifies both an initial position for the camera and a final 
  3878. position for the camera. The result of the tween track can be 
  3879. seen as the movie is played: the objects in the scene will appear 
  3880. to move. 
  3881. The code is based on
  3882.  the QuickTime 3.0 APIs. Please note that 
  3883. all QuickTime atom data must be in big-endian format. The code 
  3884. makes use of the QuickTime 3.0 endian format conversion routines 
  3885. contained in the interface file Endian.h to do any required 
  3886. translations.
  3887. Note also the code contains very limited error checking. 
  3888. It's up to you to add the appropriate error-handling routines.
  3889. QT3DTween can be compiled and run under the MacOS and under Windows. 
  3890. The main tweening code is found in the file
  3891.  QT3DTween.c. 
  3892. The remaining files in this folder are part of the general 
  3893. Mac and Windows support code.
  3894. USING QT3DTween
  3895. Launch the application and select either "Use Camera Tweening" 
  3896. or "Use Rotation Tweening" (or both) from the Test menu. 
  3897. Then select the menu item "Create 3D Tween Movie". 
  3898. A window will appear asking you to select a 3DMF file 
  3899. (a sample 3DMF file is included, but you can choose any 3DMF file). 
  3900. Once a 3DMF file is selected, the selection window will go awaD
  3901. you'll then be asked to select a destination for the new movie. 
  3902. Open the newly created movie and play the movie.
  3903. Enjoy,
  3904. QuickTime Team
  3905. Application Files
  3906. Common Files
  3907. QT3DTween.c
  3908. QT3DTween.dsp
  3909. QT3DTween.dsw
  3910. QT3DTween.exe
  3911. QT3DTween.h
  3912. QT3DTween.mak
  3913. README.txt
  3914. Red Chair.3dmfODDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:QT3DTween.win:PODev.CD Nov 00 TC Disk 2
  3915.  - Sample Code
  3916.  - QuickTime
  3917.  - Goodies
  3918.  - QT3DTween.win
  3919. All Packages
  3920. F    QuickTimeO
  3921. Dev.CD Jan 94
  3922. Dev.CD Oct 93P
  3923. Dev.CD Jan 94
  3924. Dev.CD Oct 9V
  3925. 72400X
  3926. Jan 94
  3927. p--set theItem to choose file -- uncomment to test in an AS editor
  3928.     tell application "Finder"
  3929.         open item "Dev.CD Jan 94
  3930. Dev.CD Oct 93"
  3931.         activate
  3932.     end tell
  3933. on error errMsg number errNum
  3934.     --enter statements to perform when no records are found such as...
  3935.     display dialog "Sorry, the item you selected could not be found."
  3936.     return
  3937. end try
  3938. All Packages
  3939. F    QuickTimeO
  3940. Dev.CD Jan 94
  3941. Dev.CD Oct 93P
  3942. Dev.CD Jan 94
  3943. Dev.CD Oct 9V
  3944. 72401X
  3945. Jan 94
  3946. p--set theItem to choose file -- uncomment to test in an AS editor
  3947.     tell application "Finder"
  3948.         open item "Dev.CD Jan 94
  3949. Dev.CD Oct 93"
  3950.         activate
  3951.     end tell
  3952. on error errMsg number errNum
  3953.     --enter statements to perform when no records are found such as...
  3954.     display dialog "Sorry, the item you selected could not be found."
  3955.     return
  3956. end try
  3957. All Packages
  3958. Nov 00^    TC Disk 2
  3959. --set theItem to choose file -- uncomment to test in an AS editor
  3960.     tell application "Finder"
  3961.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Macintosh:QuickTime VR:AddVRActions:"
  3962.         activate
  3963.     end tell
  3964. on error errMsg number errNum
  3965.     --enter statements to perform when no records are found such as...
  3966.     display dialog "Sorry, the item you selected could not be found."
  3967.     return
  3968. end try
  3969. e    No Changef"QuickTime
  3970. Wired
  3971. Hotspot
  3972. Actionsq
  3973. Dev.CD Nov 00 TC Disk 2
  3974. All Packages
  3975. AdLib 2.6.5
  3976. Ad Lib is a graphical view editor which is used to create and edit view resources for MacApp-based applications.
  3977. Ad Lib v2.6.5 fixes a problem where earlier version of Ad Lib could not be run under Mac OS 8.5 and later.
  3978. Install Ad Lib 2.6.5K
  3979. Apr 00L
  3980. Apr 00
  3981. A&Mac OS 7.5 or later.  68020 or better.
  3982. 72230X
  3983. Nov 00^    TC Disk 2
  3984. --set theItem to choose file -- uncomment to test in an AS editor
  3985.     tell application "Finder"
  3986.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:QT3DTween.win:"
  3987.         activate
  3988.     end tell
  3989. on error errMsg number errNum
  3990.     --enter statements to perform when no records are found such as...
  3991.     display dialog "Sorry, the item you selected could not be found."
  3992.     return
  3993. end try
  3994. e    No Changeq
  3995. Dev.CD Nov 00 TC Disk 2
  3996. All Packages
  3997. qtaddeffectsegI
  3998. This sample code illustrates how to use add video effects to segments of movies. See the top of the file AddEffectSegment.c for more details.J@AddEffectSegment.c
  3999. AddEffectSegment.h
  4000. Building QT Samples
  4001. READMEOEDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtaddeffectseg:PPDev.CD Nov 00 TC Disk 2
  4002.  - Sample Code
  4003.  - QuickTime
  4004.  - Goodies
  4005.  - qtaddeffectsegV
  4006. 72231X
  4007. Nov 00^    TC Disk 2
  4008. e    No Change
  4009. me: All Macintosh:QuickTime VR:AddVRActions:
  4010. JCheaders
  4011. QDesign Decom
  4012. QDesign_decomp readme
  4013. QDesign_decomp.
  4014. sourceOPDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:QT QDesign decomp:P[Dev.CD Nov 00 TC Disk 2
  4015.  - Sample Code
  4016.  - QuickTime
  4017.  - Music and Sound
  4018.  - QT QDesign decompV
  4019. 72229X
  4020. Nov 00^    TC Disk 2
  4021. --set theItem to choose file -- uncomment to test in an AS editor
  4022.     tell application "Finder"
  4023.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:QT QDesign decomp:"
  4024.         activate
  4025.     end tell
  4026. on error errMsg number errNum
  4027.     --enter statements to perform when no records are found such as...
  4028.     display dialog "Sorry, the item you selected could not be found."
  4029.     return
  4030. end try
  4031. e    No Changeq
  4032. Dev.CD Nov 00 TC Disk 2
  4033. All Packages
  4034. F    QT3DTween
  4035. 72230X
  4036. --set theItem to choose file -- uncomment to test in an AS editor
  4037.     tell application "Finder"
  4038.         open item "Dev.CD Apr 94
  4039. Dev.CD Jan 94
  4040. Dev.CD Oct 93
  4041. Dev.CD Jul 93
  4042. Dev.CD Apr 93"
  4043.         activate
  4044.     end tell
  4045. on error errMsg number errNum
  4046.     --enter statements to perform when no records are found such as...
  4047.     display dialog "Sorry, the item you selected could not be found."
  4048.     return
  4049. end try
  4050. image's
  4051. image-handling
  4052. imageproducing
  4053. imagesx
  4054. imagetrack
  4055. imagewriter
  4056. imaginable
  4057. imagine[
  4058. imaging`
  4059. immediate
  4060. immediately
  4061. impacts
  4062. implement
  4063. userfunction
  4064. userfunction
  4065. gestalt
  4066. users
  4067. userstartup
  4068. adevs
  4069. adhere
  4070. adjust
  4071. adjustable
  4072. adjusting
  4073. adjustments
  4074. admin
  4075. administrating
  4076. administration
  4077. administrator's
  4078. administrators
  4079. adobe_
  4080. adobe's
  4081. adoptu
  4082. adopters
  4083. adopting
  4084. adoptionu
  4085. adopts{
  4086. adorner
  4087. adorners
  4088. adrienne
  4089. advance
  4090. lthoughe
  4091. amongj
  4092. extension
  4093. which
  4094. enables
  4095. developers
  4096. adopt
  4097. high-leveu
  4098. analyzej
  4099. angle\
  4100. animationt
  4101. announcement{
  4102. anotherB
  4103. anything[
  4104. apisu
  4105. appearanceu
  4106. appleP
  4107. SoftVDIG is  a software-only video digitizer component. See develop issue 14 for more complete information on SoftVDIG.
  4108.  It illustrates how to write a software digitizer component, and it's useful to test the HackTV application on computers that do not have hardware digitizers.
  4109. JjBuilding QT Samples
  4110. MWPrefixRezPPC.h
  4111. README
  4112. SoftVDIG PPC
  4113. SoftVDIG PPC.mcp
  4114. softVdig.c
  4115. softVdig.h
  4116. softVdig.rM
  4117. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  4118. N,QuickTime, Video, Digitizer, Component, VDIGOADev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Capturing:SoftVdig:PLDev.CD Nov 00 TC Disk 2
  4119.  - Sample Code
  4120.  - QuickTime
  4121.  - Capturing
  4122.  - SoftVdigcgetcharproperty
  4123. udpsample
  4124. ufailure
  4125. ufailure
  4126. signals
  4127. exception
  4128. handling
  4129. routines
  4130. library
  4131. ukrainian
  4132. ukranian
  4133. e    No Changef
  4134. QuickTime
  4135. Effect
  4136. Video
  4137. Trackq
  4138. Dev.CD Nov 00 TC Disk 2
  4139. All Packages
  4140. SampleRateAvailIbThis snippet checks for the number of sample rates available on a given Mac and lists those rates.J:SampleRateAvail(PPC)
  4141. SampleRateAvail.c
  4142. SampleRateAvail.mcpM
  4143. Sound Manager 3.0 or laterN$sound, sample, rate, SampleRateAvailO:Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:SampleRateAvail:PBDev.CD Nov 00 TC Disk 2
  4144.  - Sample Code
  4145.  - Sound
  4146.  - SampleRateAvailV
  4147. 72502X
  4148. Nov 00^    TC Disk 2
  4149. --set theItem to choose file -- uncomment to test in an AS editor
  4150.     tell application "Finder"
  4151.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:SampleRateAvail:"
  4152.         activate
  4153.     end tell
  4154. on error errMsg number errNum
  4155.     --enter statements to perform when no records are found such as...
  4156.     display dialog "Sorry, the item you selected could not be found."
  4157.     return
  4158. end try
  4159. e    No Changef!sound
  4160. sample
  4161. SampleRateAvailq
  4162. Dev.CD Nov 00 TC Disk 2
  4163. All Packages
  4164. 72503X
  4165. All Packages
  4166. QuickDraw GXO
  4167. Dev.CD Jun 97 SSWP
  4168. Dev.CD Jun 97 SSV
  4169. 72368X
  4170. Jun 97
  4171. f--set theItem to choose file -- uncomment to test in an AS editor
  4172.     tell application "Finder"
  4173.         open item "Dev.CD Jun 97 SSW"
  4174.         activate
  4175.     end tell
  4176. on error errMsg number errNum
  4177.     --enter statements to perform when no records are found such as...
  4178.     display dialog "Sorry, the item you selected could not be found."
  4179.     return
  4180. end try
  4181. D!All Packages
  4182. Mac OS SDK Edition
  4183. QuickDraw3D 1.6 SDK
  4184. QuickDraw 3D, a graphics library that can be used to define three-dimensional (3D) models, apply colors and other attributes to parts of the models, and create images of those models.  These capabilities can be used to develop a wide range of applications, including interactive three-dimensional modeling, simulation and animation, data visualization, computer-aided drafting and design, games, and many others.
  4185. 72369X
  4186. Deleted
  4187. application
  4188. NIMacApp, Framework, Object-oriented, Classes, C++, View, Editor, ResourcesO7Dev.CD Nov 00 TC Disk 1:Tool Chest:MacApp:Ad Lib 3.0.1:P?Dev.CD Nov 00 TC Disk 1
  4189.  - Tool Chest
  4190.  - MacApp
  4191.  - Ad Lib 3.0.1V
  4192. 69856X
  4193. Nov 00^    TC Disk 1
  4194. e    No Change
  4195. /A(http://developer.apple.com/tools/macapp/
  4196. qdrawhandler
  4197. qdrawhandler
  4198. qdrawhandler
  4199. qdrawhandler
  4200. qdrawhandler
  4201. qdrawhandlerdispatch
  4202. qdrawhandlerdispatch
  4203. qdrawmhdlr
  4204. qdrawmhdlr
  4205. qdrawmhdlr
  4206. qdrawmhdlr
  4207. qdrawmhdlr
  4208. qdrawmhdlr
  4209. internals
  4210. internals
  4211. carbon
  4212. qt3-more
  4213. qt3-more
  4214. video
  4215. qt3dtween
  4216. qt3dtween
  4217. qt3dtween
  4218. qt3dtween
  4219. qt3dtween
  4220. qt3dtween
  4221. qtsprites
  4222. query
  4223. quick
  4224. quick
  4225. start
  4226. quicksort
  4227. quicksort
  4228. QT Internals is a simple QuickTime application that dumps information about  the movie structures. Open movies and use the menu entries for displaying information in a text window.J
  4229. About DTSQTUtilities
  4230. DTSQTUtilities.c
  4231. DTSQTUtilities.h
  4232. Mac Framework
  4233. QT Internals - 68k.
  4234. QT Internals - PPC.
  4235. QTInternals - 68k
  4236. QTInternals - PPC
  4237. QTInternals.c
  4238. QTInternals.h
  4239. READMEM    QuickTimeN
  4240. QuickTime, movie, structures
  4241. OCDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:QT Internals:PNDev.CD Nov 00 TC Disk 2
  4242.  - Sample Code
  4243.  - QuickTime
  4244.  - Goodies
  4245.  - QT InternalsV
  4246. 72228X
  4247. Nov 00^    TC Disk 2
  4248. --set theItem to choose file -- uncomment to test in an AS editor
  4249.     tell application "Finder"
  4250.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:QT Internals:"
  4251.         activate
  4252.     end tell
  4253. on error errMsg number errNum
  4254.     --enter statements to perform when no records are found such as...
  4255.     display dialog "Sorry, the item you selected could not be found."
  4256.     return
  4257. end try
  4258. e    No Changef
  4259. QuickTime
  4260. movie
  4261. structures
  4262. Dev.CD Nov 00 TC Disk 2
  4263. All Packages
  4264. QT QDesign decomp
  4265. QDesign decompression information:
  4266. Version 1.0.1 fixes a hard coded constant, the source format (inputFormat.format),
  4267. to be read from the AIFF file decompression atom instead.  This fixes a bug where
  4268. not all QDesign sounds would decompress.
  4269. This sample is designed to show you how to create the required QuickTime atom and send
  4270. it to the QDesign decompression codecs so that you can decompress QDesign compressed
  4271. AIFF files using the Sound Manager's SoundConvert routines and the QuickTime QD
  4272. Cesign
  4273. codecs.
  4274. This sample also shows a tecnique of playing a sound that doesn't rely on doing any
  4275. work, other than setting a flag, at interrupt time.  Use this tecnique if you want to
  4276. be a friendly application, but not if you can't stand to have sound dropouts.
  4277. The interesting bits are in PlaySound and SoundCallBackFcn.
  4278. 72229X
  4279. 1e    No Change
  4280. Application Files
  4281. Building QT Samples
  4282. Common Files
  4283. QDMediaMaker.mak
  4284. QDMMaker 68k
  4285. QDMMaker 68k.mcp
  4286. QDMMaker PPC
  4287. QDMMaker PPC.mcp
  4288. QDMMaker Win.mcp
  4289. QDMMaker.c
  4290. QDMMaker.exe
  4291. QDMMaker.h
  4292. README
  4293. Untitled.movOBDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Codecs:QDMediaMaker:PMDev.CD Nov 00 TC Disk 2
  4294.  - Sample Code
  4295.  - QuickTime
  4296.  - Codecs
  4297.  - QDMediaMakerV
  4298. 72227X
  4299. Nov 00^    TC Disk 2
  4300. --set theItem to choose file -- uncomment to test in an AS editor
  4301.     tell application "Finder"
  4302.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Codecs:QDMediaMaker:"
  4303.         activate
  4304.     end tell
  4305. on error errMsg number errNum
  4306.     --enter statements to perform when no records are found such as...
  4307.     display dialog "Sorry, the item you selected could not be found."
  4308.     return
  4309. end try
  4310. e    No Changeq
  4311. Dev.CD Nov 00 TC Disk 2
  4312. All Packages
  4313. QT InternalsV
  4314. 72228X
  4315. sample
  4316. articles{
  4317. articulate
  4318. artwork
  4319. toolbox
  4320. keychain
  4321. en READER.PDF automatically. (Note: the Help menu is the second menu from the right and is indicated by a Question mark icon.)
  4322. Adobe encourages you to register as an Acrobat Reader user; letting us know who you are helps us continue to provide you with better products, better service, and the most up-to-date information on Adobe Acrobat. If you have not already registered, please do so at:
  4323.     http://www.adobe.com/acrobat/register.html
  4324. To view the latest informationC
  4325.  on Acrobat, please go to:
  4326.     http://www.adobe.com/acrobat/
  4327. The person installing this package must agree to a license agreement presented during the installation process.
  4328. Reader InstallerK
  4329. May 97L
  4330. Feb 99
  4331. O7Dev.CD Dec 00 RL Disk 1:Utilities:Acrobat Reader 4.0.1:
  4332. wang's
  4333. wantl
  4334. wanted
  4335. wanting
  4336. wants
  4337. warming
  4338. warning
  4339. warnings
  4340. warns
  4341. warranty
  4342. warrior
  4343. waste
  4344. watch
  4345. watcher
  4346. watches
  4347. watchme
  4348. watchme
  4349. custom
  4350. application
  4351. intended
  4352. support
  4353. wavelet
  4354. wavetable
  4355. wavetablesynth
  4356. waving
  4357. develop-ers
  4358. rements
  4359. -  Macintosh computer with 68020 (Macintosh II series) or greater processor (including all Power Macintosh computers). 
  4360. -  MacOS 7.0 or later
  4361. -  3300 KB application RAM for 680x0-based Macintosh or Power Macintosh with Virtual Memory turned on; 5227 KB for Power Macintosh with Virtual Memory turned off
  4362. -  8 MB hard disk space, plus 4.4 MB additional temporary disk space  available during installation 
  4363. -  For viewing PDF files inside a Web browser, Netscape Navigator 3.0
  4364. O or later (3.0.1 or later recommended)
  4365. (Netscape Navigator 2.0.2 can also be used with limitations; e.g., it will not allow you to submit a PDF form, and operations such as printing PDF files from within Netscape Navigator 2.0.2 can crash your Mac.)
  4366. You may also be able to use other Web browsers that fully support the Netscape APIs.
  4367. Adobe, Acrobat, Reader, PDF
  4368. r13u5
  4369. r14a1
  4370. r15d1
  4371. radiostation
  4372. radiostation
  4373. ramcdev
  4374. ramcdev
  4375. ramdisk
  4376. ramdisk
  4377. ramdiskcdev
  4378. ramdiskcdev
  4379. ramdiskcommon
  4380. ramdiskcommon
  4381. ramdiskdrivermain
  4382. ramdiskdrivermain
  4383. ramdiskdrvr
  4384. ramdiskdrvr
  4385. concurrent
  4386. connections
  4387. connectivity
  4388. connectix
  4389. considerx
  4390. considerable
  4391. considerationsx
  4392. consideredx
  4393. consideringx
  4394. consistencyu
  4395. consistent
  4396. consistsg
  4397. console
  4398. constant
  4399. constants`
  4400. construct
  4401. construction
  4402. consuming
  4403. contactj
  4404. containT
  4405. contained
  4406. containing
  4407. containsS
  4408. contentz
  4409. contentsi
  4410. context
  4411. contextualy
  4412. continue_
  4413. continuing
  4414. 72709X
  4415. Nov 99^
  4416. --set theItem to choose file -- uncomment to test in an AS editor
  4417.     tell application "Finder"
  4418.         open item "Dev.CD Nov 99 TC:System Software:System 7.5.5 Update:"
  4419.         activate
  4420.     end tell
  4421. on error errMsg number errNum
  4422.     --enter statements to perform when no records are found such as...
  4423.     display dialog "Sorry, the item you selected could not be found."
  4424.     return
  4425. end try
  4426. Deletedq
  4427. Dev.CD Nov 99 TC
  4428. All Packages
  4429. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  4430. Dev.CD Jan 94
  4431. Dev.CD Oct 93
  4432. Dev.CD Jul 93
  4433. Dev.CD Apr 93PDDev.CD Apr 94
  4434. Dev.CD Jan 94
  4435. Dev.CD Oct 93
  4436. Dev.CD Jul 93
  4437. Dev.CD Apr 9V
  4438. 72710X
  4439. Apr 94
  4440. relationships
  4441. relative
  4442. relatively
  4443. relax
  4444. releaseR
  4445. Dev.CD Apr 95
  4446. Dev.CD Jan 9V
  4447. 72343X
  4448. Apr 95
  4449. p--set theItem to choose file -- uncomment to test in an AS editor
  4450.     tell application "Finder"
  4451.         open item "Dev.CD Apr 95
  4452. Dev.CD Jan 95"
  4453.         activate
  4454.     end tell
  4455. on error errMsg number errNum
  4456.     --enter statements to perform when no records are found such as...
  4457.     display dialog "Sorry, the item you selected could not be found."
  4458.     return
  4459. end try
  4460. All Packages
  4461. QuickDraw GXO
  4462. Dev.CD Apr 95
  4463. Dev.CD Jan 95P
  4464. Dev.CD Apr 95
  4465. Dev.CD Jan 9V
  4466. 72344X
  4467. Apr 95
  4468. p--set theItem to choose file -- uncomment to test in an AS editor
  4469.     tell application "Finder"
  4470.         open item "Dev.CD Apr 95
  4471. Dev.CD Jan 95"
  4472.         activate
  4473.     end tell
  4474. on error errMsg number errNum
  4475.     --enter statements to perform when no records are found such as...
  4476.     display dialog "Sorry, the item you selected could not be found."
  4477.     return
  4478. end try
  4479. All Packages
  4480. QuickDraw GXO
  4481. Dev.CD Apr 95P
  4482. Dev.CD Apr 9V
  4483. 72345X
  4484. olr.qtx. Move that .qtx file into the System folder in the Windows folder. (You may need to edit the .bat file if the Rez and RezWack utilities are not located in the folder QuickTimeSDK\QTDevWin\Tools.)
  4485. If you are using MS-Dev, just build the project and then run the batch file QDrawMHdlr.rez.bat; move the .qtx file as described in the preceding paragraph.
  4486. Enjoy!
  4487. Building QT Samples
  4488. dllmain.c
  4489. MacPrefix.h
  4490. MacPrefixRez68K.h
  4491. MacPrefixRezPPC.h
  4492. QDMediaCommon.h
  4493. QDrawHandler.c
  4494. QDrawHandler.h
  4495. QDrawHandler.l
  4496. QDrawHandler.r
  4497. QDrawHandlerDispatch.h
  4498. QDrawMHdlr 68K
  4499. QDrawMHdlr PPC
  4500. QDrawMHdlr.dll
  4501. QDrawMHdlr.mcp
  4502. QDrawMHdlr.rez.bat
  4503. README
  4504. WinPrefix.h
  4505. ODDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Codecs:QDMediaHandler:PODev.CD Nov 00 TC Disk 2
  4506.  - Sample Code
  4507.  - QuickTime
  4508.  - Codecs
  4509.  - QDMediaHandler
  4510. JwRead Me 
  4511.  Interaction Sample
  4512. Receiver
  4513. Receiver.mcp
  4514. Receiver.rsrc
  4515. reciever.c
  4516. Sender(PPC)
  4517. sender.c
  4518. Sender.mcp
  4519. Sender.rsrcM
  4520. System 7.0N+AppleEvent, interaction, AEInteractWithUser
  4521. waysg
  4522. wdefcolorsample
  4523. wdefcolorsamplewdef
  4524. wdefpatch
  4525. wdefs
  4526. we're
  4527. we've
  4528. weather
  4529. web-site
  4530. webcolor
  4531. webobjects
  4532. website
  4533. websites
  4534. weeklyz
  4535. weeks
  4536. weight
  4537. weird
  4538. weiss
  4539. well{
  4540. driveid
  4541. driver
  4542. driver
  4543. gestalt
  4544. drivers
  4545. device
  4546. driver
  4547. block
  4548. storage
  4549. drivergestalt
  4550. drivergestaltexplore
  4551. drivers
  4552. actionsZ
  4553. activate
  4554. active
  4555. actively
  4556. activities
  4557. activityh
  4558. actualw
  4559. actually
  4560. graphical
  4561. editor
  4562. which
  4563. create
  4564. adaptU
  4565. adaptation
  4566. additionalY
  4567. additions{
  4568. addresmenu[
  4569. addressy
  4570. address
  4571. resolution
  4572. protocol
  4573. protocol
  4574. mapping
  4575. addresses
  4576. addressing
  4577. addsZ
  4578. addvractions\
  4579. This sample code illustrates one way to write a derived media handler. It's based on the code described in the article "Somewhere in QuickTime: Derived Media Handlers" by John Wang in develop, issue 14. That article shows how to store QuickDraw pictures as the media in a track. 
  4580. The current sample expands on the original code by making it PowerPC-savvy and cross-platform. 
  4581. Mac OS Build Instructions:
  4582. Build either the PPC or 68K project using CodeWarrior; then install the resulting extens
  4583. ion in the Extensions folder in the System folder and reboot. Alternatively, just drop the extension onto a utility like Reinstaller to make the media handler immediately available.
  4584. Windows Build Instructions:
  4585. Build the Windows DLL using CodeWarrior; then copy the DLL to a Windows machine, along with the files QDrawHandler.r, QDMediaCommon.h, and QDrawMHdlr.rez.bat. Once all these files are on a Windows machine, run the batch file QDrawMHdlr.rez.bat, which should create the file QDrawMHd
  4586. nsetpalette
  4587. nshost
  4588. nshost
  4589. cocoa
  4590. address
  4591. network
  4592. tcp/ip
  4593. search
  4594. browse
  4595. internet
  4596. nubus
  4597. number
  4598. number
  4599. formatting
  4600. resedit
  4601. localization
  4602. numbers
  4603. objec
  4604. object
  4605. object
  4606. disassembly
  4607. ultraslimfast
  4608. dumpobj
  4609. pportlib
  4610. macodbc
  4611. database
  4612. connectivity
  4613. drivers
  4614. network
  4615. middlewar
  4616. apple
  4617. event
  4618. opening
  4619. documents
  4620. off-screen
  4621. offscreenr
  4622. offscreen
  4623. copybits
  4624. newgworld
  4625. gworld
  4626. pixmap
  4627. bitmap
  4628. alterr
  4629. ooptesample
  4630. opaque
  4631. choose
  4632. folder
  4633. navigation
  4634. services
  4635. transport
  4636. cache
  4637. delete
  4638. query
  4639. arpsample
  4640. 72226X
  4641. Nov 00^    TC Disk 2
  4642. --set theItem to choose file -- uncomment to test in an AS editor
  4643.     tell application "Finder"
  4644.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Codecs:QDMediaHandler:"
  4645.         activate
  4646.     end tell
  4647. on error errMsg number errNum
  4648.     --enter statements to perform when no records are found such as...
  4649.     display dialog "Sorry, the item you selected could not be found."
  4650.     return
  4651. end try
  4652. e    No Changeq
  4653. Dev.CD Nov 00 TC Disk 2
  4654. All Packages
  4655. QDMediaMaker
  4656. QDMMaker is a sample application that creates movies that use the QuickDraw media handler. Select a menu item in the Make menu to create one of four different movies. You can use these movies to test the QuickDraw media handler.
  4657. This code is based on the sample application code MakeMyMediaMovies by John Wang. See develop magazine, issue 14, for more information about the QuickDraw derived media handler.
  4658. 72227X
  4659. 1e    No Change
  4660. replacementV
  4661. replaces
  4662. replaces
  4663. postscript
  4664. sample
  4665. replacing
  4666. repliese
  4667. reply
  4668. report{
  4669. reported
  4670. reporter
  4671. reporting
  4672. reports
  4673. repositories
  4674. repository
  4675. represent
  4676. representation
  4677. representations
  4678. representative
  4679. represented
  4680. representing
  4681. represents
  4682. reprinting{
  4683. reproduce
  4684. reproduced
  4685. reproduction
  4686. request
  4687. tivate
  4688.     end tell
  4689. on error errMsg number errNum
  4690.     --enter statements to perform when no records are found such as...
  4691.     display dialog "Sorry, the item you selected could not be found."
  4692.     return
  4693. end try
  4694. e    No Change
  4695. printer-specific
  4696. printers{
  4697. printers/print
  4698. printing
  4699. printing-related
  4700. prints
  4701. prior
  4702. priorities
  4703. priority
  4704. private
  4705. y 92L
  4706. May 94M
  4707. System 7.0N
  4708. AE, Apple Events, AppleEventsO[Dev.CD Nov 00 TC Disk 1:Tool Chest:Interapplication Communication:AE User Terminology 3/92:PcDev.CD Nov 00 TC Disk 1
  4709.  - Tool Chest
  4710.  - Interapplication Communication
  4711.  - AE User Terminology 3/92V
  4712. 69862X
  4713. Nov 00^    TC Disk 1
  4714. e    No Change
  4715. $FSpCompat.c
  4716. FSpCompat.h
  4717. GetFolder.rsrc
  4718. MoreDesktopMgr.c
  4719. MoreDesktopMgr.h
  4720. MoreFiles.c
  4721. MoreFiles.h
  4722. MoreFilesExtras.c
  4723. MoreFilesExtras.h
  4724. Optimization.h
  4725. OptimizationEnd.h
  4726. Search.c
  4727. Search.h
  4728. StandardGetFolder(PPC)
  4729. StandardGetFolder.c
  4730. StandardGetFolder.h
  4731. StandardGetFolder.mcp
  4732. StandardGetFolderMain.c
  4733. System 7N+Standard File StandardFile SF Choose FolderOJDev.CD Nov 00 TC Disk 1:Sample Code:Files:Standard File:StandardGetFolder:PUDev.CD Nov 00 TC Disk 1
  4734.  - Sample Code
  4735.  - Files
  4736.  - Standard File
  4737.  - StandardGetFolderu
  4738. summary
  4739. definition
  4740. procedure
  4741. source
  4742. summary
  4743. series
  4744. tools
  4745. source
  4746. allow
  4747. summary
  4748. xcmds
  4749. xfcns
  4750. perform
  4751. summary
  4752. three
  4753. tools
  4754. written
  4755. hardwar
  4756. summary
  4757. simple
  4758. window
  4759. based
  4760. debugger
  4761. kernel
  4762. summary
  4763. prgram
  4764. guide
  4765. macintosh
  4766. power
  4767. MacOS more accessible.
  4768. Speech Recognition Manager: This QuickView database documents the speech recognition services for Macintosh computers.
  4769. Inside Macintosh: Telephony: This QuickView Database describes the Telephone Manager, the part of the Macintosh system software that you can use to develop applications and other software that provide telephony capabilities (that is, capabilities that allow you to manage telephones, and in particular to establish or control connections between teleD
  4770. phones on a telephone network). You can use the Telephone Manager to develop a wide range of applications, including screen-based telephone dialers, computer-based answering-machines, call forwarders, and so forth.
  4771. Jh Read Me First!
  4772. Adv Color Imaging on the Mac OS:
  4773. Apple Game Sprockets:
  4774. IM-Telephony:
  4775. Speech Recognition:K
  4776. Feb 97OZDev.CD Sep 97 RL:Technical Documentation:Toolbox Assistant:QuickView Databases-Standalone:
  4777. May 94L
  4778. Nov 96O
  4779. Dev.CD Nov 99 TC:Sample Code:P
  4780. Dev.CD Nov 99 TC
  4781.  - Sample Codepc
  4782. aecdev
  4783. rsrce
  4784. aecdev-aedaemone
  4785. aechess
  4786. aechess
  4787. aecoerceinitf
  4788. aecoerceinit
  4789. aecoercionf
  4790. aecoercion
  4791. rsrcf
  4792. aecoercioninit
  4793. aecoercioninit
  4794. makef
  4795. aedaemon
  4796. aedaemon
  4797. aedaemon
  4798. aedaemon
  4799. rsrce
  4800. aedaemonaeventse
  4801. aedaemonaevents
  4802. aedaemonmaine
  4803. aedaemonmain
  4804. aedaemonppcstuffe
  4805. aedaemonppcstuff
  4806. aegizmosc
  4807. aegizmos
  4808. 1.4.2c
  4809. aehelpers
  4810. aehelpers
  4811. aehelpers
  4812. aereceive
  4813. aereceive
  4814. aereceive
  4815. aesend
  4816. aesend
  4817. aesend
  4818. aeutd
  4819. resourced
  4820. analyzerU
  4821. appleT
  4822. apple
  4823. workgroup
  4824. serversT
  4825. appleeventtypesd
  4826. appleeventtypes
  4827. applesearch
  4828. appleshare
  4829. appletalkT
  4830. appletalk
  4831. remote
  4832. accessT
  4833. architectureQ
  4834. archivedV
  4835. autoguest
  4836. buildingZ
  4837. building
  4838. samplesZ
  4839. coercionc
  4840. coercionsf
  4841. --set theItem to choose file -- uncomment to test in an AS editor
  4842.     tell application "Finder"
  4843.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:RotateString:"
  4844.         activate
  4845.     end tell
  4846. on error errMsg number errNum
  4847.     --enter statements to perform when no records are found such as...
  4848.     display dialog "Sorry, the item you selected could not be found."
  4849.     return
  4850. end try
  4851. pshot
  4852. snapshot
  4853. snapshot
  4854. snapshot
  4855. snapshot
  4856. snapshot
  4857. snapshotsample
  4858. snapshotsample
  4859. agent
  4860. specific
  4861. files
  4862. transports
  4863. software
  4864. software
  4865. license
  4866. software
  4867. license
  4868. sortablepicture
  4869. sortablepicture
  4870. sortablepicture
  4871. sortpicts
  4872. sortpicts
  4873. sortpicts
  4874. sortpicts
  4875. sortpictsapp
  4876. sortpictsapp
  4877. sortpictsthreads
  4878. sortpictsthreads
  4879. sorts
  4880. finder
  4881. apple
  4882. events
  4883. finder
  4884. appleevents
  4885. finderevents
  4886. events
  4887. finder
  4888. strings
  4889. finder
  4890. scripting
  4891. finder
  4892. windows
  4893.  alone code (Desk Accessories, CDEVs, INITs, and Drivers) can send and receive Apple events indirectly by way of a faceless background application.  Although it is possible for stand alone code to send Apple events, it is not possible for stand alone code to receive Apple events or receive replies to any Apple events it sends.  This sample shows how a CDEV can send and receive apple events. 
  4894. AECDEV
  4895. AECdev.c
  4896. AECdev.h
  4897. AECDev.mcp
  4898. AECDEV.PPC.c
  4899. AECDev.rsrc
  4900. AEDaemon
  4901. AEDaemon.h
  4902. AEdaemon.mcp
  4903. AEDaemon.rsrc
  4904. AEDaemonAEvents.c
  4905. AEDaemonMain.c
  4906. AEDaemonPPCStuff.c
  4907. Quit AEDaemon
  4908. Read Me 
  4909.  AECDEV-AEDAEMONM
  4910. System 7.0N
  4911. PPC ToolboxOJDev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:AECDEV/AEDAEMON:PRDev.CD Nov 00 TC Disk 1
  4912.  - Sample Code
  4913.  - Interapplication Comm
  4914.  - AECDEV/AEDAEMONV
  4915. 69863X
  4916. Nov 00^    TC Disk 1
  4917. e    No Change
  4918. qtshoweffect
  4919. qtsimpleapplet
  4920. qtsndtween
  4921. qtspacketizerreassem
  4922. qtsprites
  4923. qtstdcompr
  4924. qtstreamingapplet
  4925. qtstreammsg
  4926. qtstreamsplicer
  4927. qttestapplet
  4928. qttext
  4929. qttimecode
  4930. qttojavaimage
  4931. qtvectors
  4932. qtwiredsprites
  4933. quadra
  4934. qualified
  4935. quickdraw
  4936. PQDev.CD Nov 00 TC Disk 1
  4937.  - Tool Chest
  4938.  - QuickDraw GX
  4939.  - QDGX Spooler Patch 1.0.2V
  4940. 72225X
  4941. Nov 00^    TC Disk 1
  4942. --set theItem to choose file -- uncomment to test in an AS editor
  4943.     tell application "Finder"
  4944.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickDraw GX:QDGX Spooler Patch 1.0.2:"
  4945.         activate
  4946.     end tell
  4947. on error errMsg number errNum
  4948.     --enter statements to perform when no records are found such as...
  4949.     display dialog "Sorry, the item you selected could not be found."
  4950.     return
  4951. end try
  4952. e    No Changef:QuickDraw GX spooler print patch AppleShare Novell Netwareq
  4953. Dev.CD Nov 00 TC Disk 1
  4954. All Packages
  4955. QDMediaHandler
  4956. 72226X
  4957. haven't
  4958. using
  4959. usual
  4960. usually
  4961. utilities
  4962. utility
  4963. utilizes
  4964. utilizing
  4965. v-twinj
  4966. v1.2.1R
  4967. v1.5.1
  4968. v1.7.2
  4969. v2.6.5]
  4970. v3.0.1^
  4971. v7.1.2
  4972. vacinity
  4973. valid
  4974. validate
  4975. validating
  4976. validation
  4977. mssccprj.scc
  4978. QTime.c
  4979. QTime.h
  4980. README.txt
  4981. resource.h
  4982. SimpleEditSDI.c
  4983. SimpleEditSDI.dsp
  4984. SimpleEditSDI.dsw
  4985. SimpleEditSDI.exe
  4986. SimpleEditSDI.h
  4987. SimpleEditSDI.mak
  4988. SimpleEditSDI.rc
  4989. STDWIN.C
  4990. STDWIN.HOGDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:SimpleEditSDI.win:PRDev.CD Nov 00 TC Disk 2
  4991.  - Sample Code
  4992.  - QuickTime
  4993.  - Basics
  4994.  - SimpleEditSDI.winV
  4995. 72561X
  4996. Nov 00^    TC Disk 2
  4997. --set theItem to choose file -- uncomment to test in an AS editor
  4998.     tell application "Finder"
  4999.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:SimpleEditSDI.win:"
  5000.         activate
  5001.     end tell
  5002. on error errMsg number errNum
  5003.     --enter statements to perform when no records are found such as...
  5004.     display dialog "Sorry, the item you selected could not be found."
  5005.     return
  5006. end try
  5007. e    No Changeq
  5008. Dev.CD Nov 00 TC Disk 2
  5009. All Packages
  5010. SimpleHelpI^SimpleHelp is a very basic sample that demonstrates adding a help book to a cocoa application.K
  5011. Nov 00V
  5012. 72562X
  5013. 1e    No Change
  5014. e    No Changef.unmount
  5015. put away
  5016. Finder Apple Events
  5017. MoreFilesq
  5018. Dev.CD Nov 00 TC Disk 1
  5019. All Packages
  5020. QDGX Spooler Patch 1.0.2
  5021. Summary:  The QuickDraw GX Print Spooler Patch fixes a problem when trying to print to AppleShare and Novell Netware print spoolers.  This patch makes changes to the QuickDraw GX extension and the LaserWriter GX printer driver.  You should work with copies of the GX extension and GX driver, and then move the modified files into your system's Extensions folder.
  5022. These spooler patches replace any previous versions. This version fixes a problem where users were unable to patch certain localizB
  5023. ed versions of GX.
  5024. JuGX Spooler Patch Read Me
  5025. QDGX 1.1.1 Spooler Patch 1.0.2
  5026. QDGX 1.1.2 Spooler Patch 1.0.2
  5027. QDGX 1.1.3 Spooler Patch 1.0.2K
  5028. Jun 96M3QuickDraw GX (minimum 1.1.1), System 7.5 (minimum).N:QuickDraw GX spooler print patch AppleShare Novell NetwareOIDev.CD Nov 00 TC Disk 1:Tool Chest:QuickDraw GX:QDGX Spooler Patch 1.0.2:V
  5029. 72225X
  5030. 1e    No Change
  5031. --set theItem to choose file -- uncomment to test in an AS editor
  5032.     tell application "Finder"
  5033.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Files:PutAwayVolumes:"
  5034.         activate
  5035.     end tell
  5036. on error errMsg number errNum
  5037.     --enter statements to perform when no records are found such as...
  5038.     display dialog "Sorry, the item you selected could not be found."
  5039.     return
  5040. end try
  5041. end try
  5042. PutAwayVolumes
  5043. This code sample demonstrates several ways to unmount a volume.
  5044. o Call MoreFiles and have it take its best shot.
  5045. o Augment MoreFiles with a little Finder-style interface and some strategic trash-emptying.
  5046. o Send an AppleEvent to Finder and have it do the whole thing.
  5047. A real strategy might use all of the above depending on its context.  The sample discusses which contexts might require which techniques.
  5048. J}MoreFiles
  5049. PutAwayOneVolume.c
  5050. PutAwayOneVolume.h
  5051. PutAwayOneVolume.rsrc
  5052. PutAwayVolumes(PPC)
  5053. PutAwayVolumes.c
  5054. PutAwayVolumes.mcpM
  5055. System 7.0N1unmount, put away, Finder Apple Events, MoreFilesO9Dev.CD Nov 00 TC Disk 1:Sample Code:Files:PutAwayVolumes:PADev.CD Nov 00 TC Disk 1
  5056.  - Sample Code
  5057.  - Files
  5058.  - PutAwayVolumesV
  5059. 72224X
  5060. Nov 00^    TC Disk 1
  5061. e    No Change
  5062. No Changef
  5063. AppleEvent Manager
  5064. coercionq
  5065. Dev.CD Nov 00 TC Disk 1
  5066. All Packages
  5067. AEGizmos 1.4.2V
  5068. 69865X
  5069. --set theItem to choose file -- uncomment to test in an AS editor
  5070.     tell application "Finder"
  5071.         open item "Dev.CD Apr 94
  5072. Dev.CD Jan 94
  5073. Dev.CD Oct 93
  5074. Dev.CD Aug 93"
  5075.         activate
  5076.     end tell
  5077. on error errMsg number errNum
  5078.     --enter statements to perform when no records are found such as...
  5079.     display dialog "Sorry, the item you selected could not be found."
  5080.     return
  5081. end try
  5082. 7.5.1
  5083. 7.5.2
  5084. 7.5.3
  5085. 7.5.5
  5086. 7.6.1
  5087. 7/19/2000
  5088. 7/25/00
  5089. 7100/80
  5090. 711702111
  5091. 73007200/1207200/906
  5092. 730513255
  5093. 750203540
  5094. 7editO
  5095. colorizepict
  5096. colorizepict
  5097. commQ
  5098. communicationsQ
  5099. communications
  5100. toolboxQ
  5101. compilable
  5102. componentdispatchk
  5103. componentdispatch
  5104. componentdispatch
  5105. componentprototypesk
  5106. componentprototypes
  5107. componentss
  5108. compressionm
  5109. compression
  5110. prefixm
  5111. compressorm
  5112. connection
  5113. contextualu
  5114. contextual
  5115. manageru
  5116. contrast
  5117. Dev.CD Jan 96 SDKV
  5118. 72296X
  5119. Jan 96
  5120. g--set theItem to choose file -- uncomment to test in an AS editor
  5121.     tell application "Finder"
  5122.         open item "Dev.CD Jan 96 SDK1"
  5123.         activate
  5124.     end tell
  5125. on error errMsg number errNum
  5126.     --enter statements to perform when no records are found such as...
  5127.     display dialog "Sorry, the item you selected could not be found."
  5128.     return
  5129. end try
  5130. All Packages
  5131. QuickDraw GXO Dev.CD Jan 96 SDK1
  5132. Dev.CD Jul 95P
  5133. Dev.CD Jan 96 SDK1
  5134. Dev.CD Jul 9V
  5135. 72297X
  5136. Jan 96
  5137. u--set theItem to choose file -- uncomment to test in an AS editor
  5138.     tell application "Finder"
  5139.         open item "Dev.CD Jan 96 SDK1
  5140. Dev.CD Jul 95"
  5141.         activate
  5142.     end tell
  5143. on error errMsg number errNum
  5144.     --enter statements to perform when no records are found such as...
  5145.     display dialog "Sorry, the item you selected could not be found."
  5146.     return
  5147. end try
  5148. All Packages
  5149. QuickDraw GXO
  5150. Dev.CD Jan 96 SDK1P
  5151. Dev.CD Jan 96 SDKV
  5152. 72298X
  5153. cpugestalt
  5154. cpugestalt
  5155. cpugestalt
  5156. cpugestalt
  5157. cquicktime
  5158. cquicktime
  5159. cquicktime
  5160. cquicktimewindow
  5161. cquicktimewindow
  5162. cquicktimewindow
  5163. crcpatch
  5164. crcpatch
  5165. folder
  5166. create
  5167. create
  5168. bless
  5169. create
  5170. createalias
  5171. createalias
  5172. E Tools:AEGizmos 1.4.2:PeDev.CD Nov 00 TC Disk 1
  5173.  - Tool Chest
  5174.  - Interapplication Communication
  5175.  - AE Tools
  5176.  - AEGizmos 1.4.2V
  5177. 69865X
  5178. Nov 00^    TC Disk 1
  5179. --set theItem to choose file -- uncomment to test in an AS editor
  5180.     tell application "Finder"
  5181.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Interapplication Communication:AE Tools:AEGizmos 1.4.2:"
  5182.         activate
  5183.     end tell
  5184. on error errMsg number errNum
  5185.     --enter statements to perform when no records are found such as...
  5186.     display dialog "Sorry, the item you selected could not be found."
  5187.     return
  5188. end try
  5189. e    No Change
  5190. pthreads
  5191. pub/pccts
  5192. public
  5193. publications
  5194. published
  5195. publisherw
  5196. publishers
  5197. publishing{
  5198. publishing
  5199. second
  5200. edition
  5201. pulled
  5202. punctuation
  5203. punjabi
  5204. puntuation
  5205. puppetstrings
  5206. purchase
  5207. purdue
  5208. purevoice
  5209. purge
  5210. purgeable
  5211. purged
  5212. purposeu
  5213. purposeful
  5214. purposes
  5215. putawayvolumes
  5216. ecording.  Please see the Read Me for complete details.
  5217. JUAETracker
  5218. AETracker Monitor
  5219. AETracker 
  5220.  Read
  5221. AETracker.h
  5222. Programmatic Interface - AETK
  5223. Mar 92L
  5224. Oct 92OYDev.CD Nov 00 TC Disk 1:Tool Chest:Interapplication Communication:AE Tools:AETracker 3.0:V
  5225. 69866X
  5226. 1e    No Change
  5227. --set theItem to choose file -- uncomment to test in an AS editor
  5228.     tell application "Finder"
  5229.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:quitapps:"
  5230.         activate
  5231.     end tell
  5232. on error errMsg number errNum
  5233.     --enter statements to perform when no records are found such as...
  5234.     display dialog "Sorry, the item you selected could not be found."
  5235.     return
  5236. end try
  5237. appletalkR
  5238. appletalk
  5239. ethernet
  5240. networking
  5241. opentransport
  5242. tcp/ip
  5243. appletalk
  5244. ethertalk
  5245. tokentalk
  5246. network
  5247. ethernet
  5248. token
  5249. appletalk
  5250. printer
  5251. access
  5252. protocol
  5253. option
  5254. appletalk
  5255. networking
  5256. appletalk
  5257. router
  5258. internet
  5259. application
  5260. applications
  5261. appstogo
  5262. appstogo
  5263. rapid
  5264. application
  5265. development
  5266. arabic
  5267. architecture
  5268. archiving
  5269. arpsample
  5270. arrangement
  5271. 73060X
  5272. Dec 99^
  5273. --set theItem to choose file -- uncomment to test in an AS editor
  5274.     tell application "Finder"
  5275.         open item "Dev.CD Dec 99 RL:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:Word Services Suite 1.0.7:"
  5276.         activate
  5277.     end tell
  5278. on error errMsg number errNum
  5279.     --enter statements to perform when no records are found such as...
  5280.     display dialog "Sorry, the item you selected could not be found."
  5281.     return
  5282. end try
  5283. Deletedf8Apple Events Spell Grammar Writeswell Spellswell Workingq
  5284. Dev.CD Dec 99 RL
  5285. D(All Packages
  5286. Reference Library Edition
  5287. Workgroup Server 9650
  5288. electronics@
  5289. enet@
  5290. entertainment@
  5291. folder
  5292. multiprocessor
  5293. sharing
  5294. shared
  5295. volumes@
  5296. folder@
  5297. after
  5298. wombat@
  5299. language@
  5300. line@
  5301. loading@
  5302. macapp
  5303. framework
  5304. object-oriented
  5305. standard
  5306. library
  5307. carbonli@
  5308. manager@
  5309. ktime
  5310. effect
  5311. custom@
  5312. sample
  5313. illustrating
  5314. scrolling
  5315. controls
  5316. samples@
  5317. sampling@
  5318. scanning@
  5319. scriptable@
  5320. async
  5321. sample
  5322. simple
  5323. sample
  5324. illustrates
  5325. asynch@
  5326. seed@
  5327. seeing@
  5328. send@
  5329. serialdriverarbitrat
  5330. example
  5331. correctly
  5332. arbit@
  5333. services@
  5334. set-top@
  5335. setprojector@
  5336. settings@
  5337. sharedmemory@
  5338. shots@
  5339. shows@
  5340. shows
  5341. affect
  5342. background
  5343. color
  5344. control
  5345. signs@
  5346. simple
  5347. simpler@
  5348. simulator@
  5349. situationually@
  5350. sizes@
  5351. smaller@
  5352. smallest@
  5353. smith@
  5354. snazzy@
  5355. snippet
  5356. demonstrate
  5357. system
  5358. utilitie@
  5359. society@
  5360. solaris@
  5361. sole@
  5362. someone@
  5363. somewhere@
  5364. soundinputsample@
  5365. sources@
  5366. specified@
  5367. spells@
  5368. sprocketinvaders@
  5369. stack@
  5370. standardized@
  5371. step@
  5372. steps@
  5373. study@
  5374. integration
  5375. e    No Changef
  5376. strlist
  5377. string
  5378. string listq
  5379. Dev.CD Nov 00 TC Disk 1
  5380. All Packages
  5381. StylemapIJA code illustration for the Q&A on "intrinsic styles of a PostScript font"J%StyleMap(PPC)
  5382. StyleMap.mcp
  5383. StyleMap.pN
  5384. print, PostScript, fontO6Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:StyleMap:P>Dev.CD Nov 00 TC Disk 2
  5385.  - Sample Code
  5386.  - Printing
  5387.  - StyleMapV
  5388. 72627X
  5389. Nov 00^    TC Disk 2
  5390. --set theItem to choose file -- uncomment to test in an AS editor
  5391.     tell application "Finder"
  5392.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:StyleMap:"
  5393.         activate
  5394.     end tell
  5395. on error errMsg number errNum
  5396.     --enter statements to perform when no records are found such as...
  5397.     display dialog "Sorry, the item you selected could not be found."
  5398.     return
  5399. end try
  5400. e    No Changef
  5401. print
  5402. PostScript
  5403. fontq
  5404. Dev.CD Nov 00 TC Disk 2
  5405. All Packages
  5406. Super Snapshot
  5407. 72628X
  5408. summary
  5409. applescript
  5410. easy-to-use
  5411. scripting
  5412. language
  5413. All Packages
  5414. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  5415. Dev.CD Jan 94
  5416. Dev.CD Oct 93
  5417. Dev.CD Jul 93
  5418. Dev.CD Apr 93PDDev.CD Apr 94
  5419. Dev.CD Jan 94
  5420. Dev.CD Oct 93
  5421. Dev.CD Jul 93
  5422. Dev.CD Apr 9V
  5423. 72711X
  5424. Apr 94
  5425. --set theItem to choose file -- uncomment to test in an AS editor
  5426.     tell application "Finder"
  5427.         open item "Dev.CD Apr 94
  5428. Dev.CD Jan 94
  5429. Dev.CD Oct 93
  5430. Dev.CD Jul 93
  5431. Dev.CD Apr 93"
  5432.         activate
  5433.     end tell
  5434. on error errMsg number errNum
  5435.     --enter statements to perform when no records are found such as...
  5436.     display dialog "Sorry, the item you selected could not be found."
  5437.     return
  5438. end try
  5439. All Packages
  5440. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  5441. Dev.CD Jan 94
  5442. Dev.CD Oct 93
  5443. Dev.CD Jul 93
  5444. Dev.CD Apr 93PDDev.CD Apr 94
  5445. Dev.CD Jan 94
  5446. Dev.CD Oct 93
  5447. Dev.CD Jul 93
  5448. Dev.CD Apr 9V
  5449. 72712X
  5450. Apr 94
  5451. referenced
  5452. references
  5453. reflectingV
  5454. reformats
  5455. t to change at any moment. You should be careful when using this.
  5456. GestaltValue:  GestaltValue is a binary library that allows you to add your own Gestalt selectors to the System. No source.
  5457. Sleep Queue Entry:  This snippet demonstrates how to create a sleep queue entry under Think C.
  5458. TestGestalt:  These sample applications show how to use Gestalt to get information on system features.
  5459. TimeZone.Daylight:  This program shows how you can use the ReadLocation function to show the current lC
  5460. ocation and time zone information that is in the Date & Time Control Panel.  The program also shows how you can determine if Daylight Savings Time is on or off.  The program also shows how you can determine if Daylight Savings Time is on or off.
  5461. May 94L
  5462. Nov 96debugl
  5463. aiffwriter
  5464. aiffwriter
  5465. aiffwriter
  5466. aiffwriter
  5467. aiffwriter
  5468. autoguest
  5469. buildingZ
  5470. building
  5471. samplesZ
  5472. changesj
  5473. coercionc
  5474. coercionsf
  5475. .DS_Store
  5476. build
  5477. English.lproj
  5478. main.cp
  5479. main.nib
  5480. PThreadSorts.app
  5481. PThreadSorts.pbproj
  5482. PThreadSorts.rsrc
  5483. ReadMe.rtf
  5484. SortablePicture.cp
  5485. SortablePicture.h
  5486. SortsK
  5487. Nov 00M
  5488. Mac OS X or laterNFMP, thread, pthread, POSIX, Multiprocessing, sorting, tasks, threadingO;Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:PThreadSorts:PCDev.CD Nov 00 TC Disk 2
  5489.  - Sample Code
  5490.  - Processes
  5491.  - PThreadSortsV
  5492. 72223X
  5493. Nov 00^    TC Disk 2
  5494. --set theItem to choose file -- uncomment to test in an AS editor
  5495.     tell application "Finder"
  5496.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:PThreadSorts:"
  5497.         activate
  5498.     end tell
  5499. on error errMsg number errNum
  5500.     --enter statements to perform when no records are found such as...
  5501.     display dialog "Sorry, the item you selected could not be found."
  5502.     return
  5503. end try
  5504. e    No Changef?MP
  5505. thread
  5506. pthread
  5507. POSIX
  5508. Multiprocessing
  5509. sorting
  5510. tasks
  5511. threadingo&http://developer.apple.com/samplecode/q
  5512. Dev.CD Nov 00 TC Disk 2
  5513. All Packages
  5514. 72224X
  5515. sample
  5516. ple event) dcmd is a MacsBug tool that displays a formatted listing of the contents of an AppleEvent record.  It is most useful when used in conjuntion with an ATB or TVB set on AESend to examine the contents of an event being sent or the result returned.
  5517. Much improved on the previous version, including many bug fixes and several enhancement to display format and additional type displays.
  5518. ReadMe - aevt dcmdK
  5519. Dec 98M
  5520. MacsBugN&MacsBug, AppleEvent, apple event, dcmdOADev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:aevt dcmd:PIDev.CD Nov 00 TC Disk 1
  5521.  - Tool Chest
  5522.  - Testing & Debugging
  5523.  - aevt dcmd
  5524. --set theItem to choose file -- uncomment to test in an AS editor
  5525.     tell application "Finder"
  5526.         open item "Dev.CD Dec 00 RL Disk 2:TechnicalPublications:Documenation_in_PDF:"
  5527.         activate
  5528.     end tell
  5529. on error errMsg number errNum
  5530.     --enter statements to perform when no records are found such as...
  5531.     display dialog "Sorry, the item you selected could not be found."
  5532.     return
  5533. end try
  5534. enterprise{
  5535. enterprise
  5536. internet
  5537. documentation
  5538. formats
  5539. enterprise
  5540. objects
  5541. enterprise
  5542. objects
  5543. documentation
  5544. enterprise
  5545. objects
  5546. framework
  5547. enters\
  5548. entertainment{
  5549. entire
  5550. entirely
  5551. entities
  5552. entitled
  5553. entity
  5554. esfahani
  5555. eskimo
  5556. especially
  5557. essential
  5558. essentials
  5559. ethernetR
  5560. ethertalkB
  5561. JDMalph 2.5:
  5562. ProjectDrag Applets:
  5563. ProjectDrag User Manual.txt
  5564. Sources:K
  5565. Sep 95L
  5566. Nov 95OPBookmark CD 26:develop:develop Issue 23:develop Issue 23 code:ProjectDrag 1.1b8:P[Bookmark CD 26
  5567.  - develop
  5568.  - develop Issue 23
  5569.  - develop Issue 23 code
  5570.  - ProjectDrag 1.1b8V
  5571. 72221X
  5572. k CD 2
  5573. --set theItem to choose file -- uncomment to test in an AS editor
  5574.     tell application "Finder"
  5575.         open item "Bookmark CD 26:develop:develop Issue 23:develop Issue 23 code:ProjectDrag 1.1b8:"
  5576.         activate
  5577.     end tell
  5578. on error errMsg number errNum
  5579.     --enter statements to perform when no records are found such as...
  5580.     display dialog "Sorry, the item you selected could not be found."
  5581.     return
  5582. end try
  5583. e    No Changeq
  5584. Bookmark CD 26
  5585. All Packages
  5586. ProtoViewsI
  5587. These examples are based on some code I wrote to fill up the screens in a prototype application. In addition to showing how to do list and grid views, they also show how to read a text file and create lists of data objects. 
  5588. J@ProtoViews Doc
  5589. ProtoViews.cp
  5590. ProtoViews.h
  5591. Using the View ClassesM
  5592. MacAppN6MacApp, TTextListView, TTextGridView, View, ProtoViewsOJDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:ProtoViews:PUDev.CD Nov 00 TC Disk 2
  5593.  - Sample Code
  5594.  - Platforms and Tools
  5595.  - MacApp
  5596.  - ProtoViewsely or together to perform a variety of information access tasks.
  5597. New feaures of AIAT 1.1 include:
  5598.  Document summarization - rank sentences within a document
  5599.  Document routing - specify arbitrary documenB
  5600. t categories and route documents among them
  5601.  Incremental accessor updating
  5602.  Improved related terms algorithm
  5603. Contact Apple's Software Licensing Department for licensing information
  5604. JOAIAT 1.0 Manual.pdf
  5605. AIAT 1.1 Changes.pdf
  5606. AIAT ReadMe
  5607. Examples
  5608. Headers
  5609. LibrariesK
  5610. Nov 97L
  5611. Jun 98MLMetrowerks CodeWarrior Pro version 1 or Metrowerks CodeWarrior Pro version 2N
  5612. search, index, vtwin, summaryO0Dev.CD Oct 00 SDK1:Development Kits:Mac OS:AIAT:
  5613. 72222X
  5614. Nov 00^    TC Disk 2
  5615. --set theItem to choose file -- uncomment to test in an AS editor
  5616.     tell application "Finder"
  5617.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:ProtoViews:"
  5618.         activate
  5619.     end tell
  5620. on error errMsg number errNum
  5621.     --enter statements to perform when no records are found such as...
  5622.     display dialog "Sorry, the item you selected could not be found."
  5623.     return
  5624. end try
  5625. e    No Changef2MacApp
  5626. TTextListView
  5627. TTextGridView
  5628. ProtoViewsq
  5629. Dev.CD Nov 00 TC Disk 2
  5630. All Packages
  5631. PThreadSorts
  5632. PThread sorts is a sample based on the older sample called MP Threaded Sort by Matthew Xavier Mora that took pictures and applied different sorting algorithms to them using MP Tasks.  This sample is similar but uses POSIX Threads(pthreads) on Mac OS X instead.
  5633. Nov 00V
  5634. 72223X
  5635. 1e    No Change
  5636. Summary: The C version of ProgressWindoid 
  5637.  a HyperCard XWindow  which implements a modeless progress bar in an XWindoid.  Use it to add progress feedback to any HyperCard application.  Since it is modeless, it is good for monitoring operations that take place in the background.
  5638. Features: Multiple progress bars may be created.  All imaginable parameters of the progress bar windoid are gettable/settable as HyperCard properties.  Includes Test/Demo Stack and full source.  
  5639. JbProgressWindoid
  5640. ProgressWindoid Worksheet
  5641. ProgressWindoid.c
  5642. ProgressWindoid.make
  5643. ProgressWindoid.
  5644. Vol VIIL
  5645. Apr 92M5HyperCard 2.0, This package is System 7.0 compatible.OfDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:ProgressWindoid
  5646. C:PtDev.CD Nov 00 TC Disk 1
  5647.  - Tool Chest
  5648.  - Development Kits
  5649.  - HyperCard Related
  5650.  - XCMDs & XFCNs
  5651.  - ProgressWindoid
  5652. Ccustom sound-producing hardware.
  5653. 69870X
  5654. 1e    No Change
  5655. bases
  5656. baseservices
  5657. basic
  5658. basically
  5659. basicdiskimage
  5660. basicdiskimage
  5661. arbitrary
  5662. chunk
  5663. basics
  5664. basing
  5665. basis
  5666. basket
  5667. batch
  5668. batteries
  5669. battery
  5670. bbedit
  5671. Wessor.c
  5672. A-Law(PPC)
  5673. A-Law.mcp
  5674. A-Law.rsrc
  5675. ALAW.r
  5676. ComponentDispatch.c
  5677. ComponentDispatch.h
  5678. Compression.prefix
  5679. Decompression.prefixM
  5680. Sound Manager 3.0 or later
  5681. 72220X
  5682. Nov 00^    TC Disk 1
  5683. --set theItem to choose file -- uncomment to test in an AS editor
  5684.     tell application "Finder"
  5685.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:ProgressWindoid
  5686.         activate
  5687.     end tell
  5688. on error errMsg number errNum
  5689.     --enter statements to perform when no records are found such as...
  5690.     display dialog "Sorry, the item you selected could not be found."
  5691.     return
  5692. end try
  5693. e    No Changeq
  5694. Dev.CD Nov 00 TC Disk 1
  5695. All Packages
  5696. ProjectDrag 1.1b8
  5697. @Summary:  ProjectDrag is free drag-and-drop source control software, based on SourceServer from Apple. SourceServer is an AppleEvent-based subset of the MPW Shell which implements the Projector source control commands. See the column in develop issue 23 (pp. 72-6) for information on SourceServer and ProjectDrag basics.
  5698. Sep 95L
  5699. Nov 95V
  5700. 72221X
  5701. 1e    No Change
  5702. 72583X
  5703. Nov 99^
  5704. r--set theItem to choose file -- uncomment to test in an AS editor
  5705.     tell application "Finder"
  5706.         open item "Dev.CD Nov 99 TC:Sample Code:"
  5707.         activate
  5708.     end tell
  5709. on error errMsg number errNum
  5710.     --enter statements to perform when no records are found such as...
  5711.     display dialog "Sorry, the item you selected could not be found."
  5712.     return
  5713. end try
  5714. Deletedq
  5715. Dev.CD Nov 99 TC
  5716. D!All Packages
  5717. Tool Chest Edition
  5718. Snippets - Printing
  5719. (** = new, * = revised)
  5720. Dashed Lines:  This sample demonstrates how to draw dashed line objects on PostScript printers. This simple example does not deal with QuickDraw printers, on which it draws solid black lines.
  5721. Dashed-capped Lines:  This sample demonstrates how to draw dashed line objects on PostScript printers. In this case, they are capped PostScript lines. I use round caps, which means that the ends of the lines are rounded. This simple example does not deal with QuickDraw
  5722. GrayT
  5723. getinfo
  5724. getkeysV
  5725. getlastchange
  5726. getmfsize
  5727. getnextevent
  5728. getnextfond
  5729. getopen
  5730. getownergroup
  5731. getpixrowbytes
  5732. getpopupmenuhandle
  5733. getprocessinformatio
  5734. getresource
  5735. getsounddescriptione
  5736. getstdfilterproc
  5737. getsystemgammas
  5738. gettable/settable
  5739. getter
  5740. getting{
  5741. getting
  5742. started
  5743. webobjects
  5744. mactcp
  5745. mactcp
  5746. first
  5747. mactcp
  5748. mactype
  5749. mactype
  5750. datasheet
  5751. white
  5752. paper
  5753. mag'n
  5754. magic
  5755. magic
  5756. oracle
  5757. magic
  5758. oracle
  5759. readme
  5760. magic
  5761. script
  5762. magic
  5763. magic
  5764. utility
  5765. magican
  5766. magician
  5767. magicoracle
  5768. magicoracle
  5769. mail~
  5770. suite
  5771. suite
  5772. dictionary
  5773. mailfoo
  5774. project
  5775. projectdrag
  5776. projectdrag
  5777. 1.1b8
  5778. projects
  5779. protoviews
  5780. pthreadsorts
  5781. publications
  5782. putawayvolumes
  5783. qdesign
  5784. spooler
  5785. patch
  5786. 1.0.2
  5787. qdmediahandler
  5788. qdmediamaker
  5789. internals
  5790. qdesign
  5791. decomp
  5792. qt3dtween
  5793. qtaddeffectseg
  5794. qtcreatemovie
  5795. qteffects
  5796. qteffects
  5797. explode
  5798. qtfiletransfer
  5799. qtflattentohandle
  5800. qtframestepper
  5801. qtfullscreen
  5802. qtgraphimp
  5803. qthintmovies
  5804. qtimadecompression
  5805. qtjava
  5806. qtjava
  5807. media
  5808. samples
  5809. qtmissingcomp
  5810. qtmoviefromprocs
  5811. qtmoviefromurl
  5812. qtmultiimage
  5813. qtmusic
  5814. qtmusictoo
  5815. qtreadwritejpeg
  5816. qtshell
  5817. qtshortcut
  5818. receive
  5819. redistribution
  5820. registration
  5821. registry~
  5822. release
  5823. reporting
  5824. reports
  5825. requests
  5826. resedit
  5827. resources
  5828. inidicators
  5829. init/controlh
  5830. initial
  5831. initialization
  5832. initialize
  5833. initializing
  5834. initiallyy
  5835. initiate
  5836. initiatives{
  5837. initport
  5838. initprojector
  5839. ter drivers under various circumstances. Read TN#91 for details.
  5840. PostScriptHandleDemo:  This sample demonstrates how to use the PostScriptHandle PicComment to send PostScript to PostScript printers. This is of course only useful for PostScript printers.
  5841. Print clipped offscreen: This sample shows how to print a clipped offscreen. Replaces old sample called 'Offscreen region MaskRgn'.
  5842. Print multipage PICT:  Takes a PICT larger than one page and "tiles" it so that it prints across the righ
  5843. t number of sheets of paper to tape together and make a poster, like many drawing applications.
  5844. PrintDialogMagic:  A short example of how to avoid having the print dialogs wait for user response (useful for automated printing).
  5845. Rotated Thingies:  This example demonstrates how to rotate objects on PostScript printers using two methods: RotateBegin/End PicComments and TextBegin/End PicComments. PrGeneral is used to change the resolution, which throws another wrench in the works: scaling.
  5846. }MYAny Macintosh with keyboard.  Any Macintosh System Software. Works on PowerBooks 100-170.S editor
  5847.     tell application "Finder"
  5848.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Alias XFCN 1.3:"
  5849.         activate
  5850.     end tell
  5851. on error errMsg number errNum
  5852.     --enter statements to perform when no records are found such as...
  5853.     display dialog "Sorry, the item you selected could not be found."
  5854.     return
  5855. end try
  5856. e    No Changef
  5857. Alias
  5858. HyperCard
  5859. System 7q
  5860. Dev.CD Nov 00 TC Disk 1
  5861. All Packages
  5862. All JavaI3A collection of all the QuickTime for Java samples.J
  5863. QuickTime for Java
  5864. - Common
  5865.     - Sun Compliant Java Runtime Environment 1.1
  5866.     - QuickTime 3 
  5867.     - QTJava.zip
  5868.     - QTJava media samples
  5869. - Mac OS:
  5870.     - System 8 or later
  5871.     - Macintosh Runtime for Java (MRJ) 2.1
  5872. - Windows 95, 98, or NT::
  5873.     - JRE/JDK from Sun Microsystems, Inc. recommended
  5874. O8Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:V
  5875. 69873X
  5876. 1e    No Change
  5877. 72219X
  5878. Nov 00^    TC Disk 1
  5879. --set theItem to choose file -- uncomment to test in an AS editor
  5880.     tell application "Finder"
  5881.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ProgressBars:"
  5882.         activate
  5883.     end tell
  5884. on error errMsg number errNum
  5885.     --enter statements to perform when no records are found such as...
  5886.     display dialog "Sorry, the item you selected could not be found."
  5887.     return
  5888. end try
  5889. e    No Changeq
  5890. Dev.CD Nov 00 TC Disk 1
  5891. All Packages
  5892. ProgressWindoid-C
  5893. 72220X
  5894. b"ProgressBars" is a source code sample illustrating how to use the "standard" progress bar and the "barber pole" progress bar in an application.  Inidicators displayed in this example are not based on the appearance manager controls.  Developers creating applications for use with Mac OS 8 and later should use the appearance manager indicator controls.
  5895. AppleEvents.c
  5896. BareBones.c
  5897. BareBones.h
  5898. Documentation
  5899. Events.c
  5900. Initialize.c
  5901. Menus.c
  5902. NonThreadedProgress.c
  5903. ProgressBars(PPC)
  5904. ProgressBars.mcp
  5905. ProgressBars.rsrc
  5906. Prototypes.h
  5907. ThreadedProgress.c
  5908. Utilities.c
  5909. Windows.cOIDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ProgressBars:PQDev.CD Nov 00 TC Disk 1
  5910.  - Sample Code
  5911.  - Human Interface Toolbox
  5912.  - ProgressBars
  5913. Communications Toolbox
  5914. Contributed
  5915. Devices and Hardware
  5916. Files
  5917. Games
  5918. Graphics 2D
  5919. Graphics 3D
  5920. Help Systems
  5921. Human Interface Toolbox
  5922. Interapplication Comm
  5923. Memory
  5924. Networking
  5925. OS Utilities
  5926. Overview
  5927. Platforms and Tools
  5928. Printing
  5929. Processes
  5930. QuickTime
  5931. Runtime Architecture
  5932. Sound
  5933. wdefs
  5934. we're
  5935. we've
  5936. webobjects
  5937. website
  5938. weeklyz
  5939. weeks
  5940. weight
  5941. weird
  5942. weiss
  5943. well{
  5944. well-designed
  5945. well-trod
  5946. }OEDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:PMDev.CD Nov 00 TC Disk 1
  5947.  - Tool Chest
  5948.  - Testing & Debugging
  5949.  - General toolsV
  5950. 72218X
  5951. Nov 00^    TC Disk 1
  5952. --set theItem to choose file -- uncomment to test in an AS editor
  5953.     tell application "Finder"
  5954.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:"
  5955.         activate
  5956.     end tell
  5957. on error errMsg number errNum
  5958.     --enter statements to perform when no records are found such as...
  5959.     display dialog "Sorry, the item you selected could not be found."
  5960.     return
  5961. end try
  5962. e    No Changeq
  5963. Dev.CD Nov 00 TC Disk 1
  5964. All Packages
  5965. ProgressBars
  5966. 72219X
  5967. n of all the Macintosh QuickTime samples.J
  5968. Basics
  5969. Capturing
  5970. Codecs
  5971. Effects
  5972. Goodies
  5973. Importers and Exporters
  5974. Music and Sound
  5975. QuickTime for Java
  5976. QuickTime Text
  5977. QuickTime VR
  5978. Streaming
  5979. TimeCodes
  5980. Vectors
  5981. Wired Movies and SpritesO=Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Macintosh:V
  5982. 69874X
  5983. 1e    No Change
  5984. All Packages
  5985. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  5986. Dev.CD Jan 94
  5987. Dev.CD Oct 93
  5988. Dev.CD Jul 93
  5989. Dev.CD Apr 93PDDev.CD Apr 94
  5990. Dev.CD Jan 94
  5991. Dev.CD Oct 93
  5992. Dev.CD Jul 93
  5993. Dev.CD Apr 9V
  5994. 72715X
  5995. Apr 94
  5996. --set theItem to choose file -- uncomment to test in an AS editor
  5997.     tell application "Finder"
  5998.         open item "Dev.CD Apr 94
  5999. Dev.CD Jan 94
  6000. Dev.CD Oct 93
  6001. Dev.CD Jul 93
  6002. Dev.CD Apr 93"
  6003.         activate
  6004.     end tell
  6005. on error errMsg number errNum
  6006.     --enter statements to perform when no records are found such as...
  6007.     display dialog "Sorry, the item you selected could not be found."
  6008.     return
  6009. end try
  6010. All Packages
  6011. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  6012. Dev.CD Jan 94
  6013. Dev.CD Oct 93
  6014. Dev.CD Jul 93
  6015. Dev.CD Apr 93PDDev.CD Apr 94
  6016. Dev.CD Jan 94
  6017. Dev.CD Oct 93
  6018. Dev.CD Jul 93
  6019. Dev.CD Apr 9V
  6020. 72716X
  6021. Apr 94
  6022. read-only
  6023. read/write
  6024. readability
  6025. recordableb
  6026. JSummary: This is the developer's kit for the XTND file translation system. It includes the XTND engine itself as well as sample source code showing how to write XTND translators and how to add XTND support to an application
  6027. Features: By supporting XTND, an application can import and export text in a variety of standard formats.
  6028. Application Examples
  6029. Claris Translators
  6030. Claris XTND System
  6031. Documentation
  6032. PowerMac Stuff
  6033. Template for FTYP
  6034. Translator Examples
  6035. XTND 1.3.6 - Read Me First
  6036. XTND HeadersK
  6037. Vol XL
  6038. Nov 94M%Any Mac running System 6.0.7 or laterO@Dev.CD Oct 00 SDK1:Development Kits:
  6039.  Obsolete/Unsupported:XTND:PHDev.CD Oct 00 SDK1
  6040.  - Development Kits
  6041.  Obsolete/Unsupported
  6042.  - XTND
  6043. someone@
  6044. somewhere@
  6045. sources@
  6046. specified@
  6047. sprocketinvaders@
  6048. stack@
  6049. step@
  6050. steps@
  6051. string@
  6052. struggling@
  6053. study@
  6054. suite@
  6055. summary
  6056. summary
  6057. 5thcolumn
  6058. allows
  6059. control
  6060. informati@
  6061. g4enemy
  6062. g4enemy
  6063. g4externs
  6064. g4externs
  6065. g4graphics
  6066. g4graphics
  6067. g4interface
  6068. g4interface
  6069. g4lava
  6070. g4lava
  6071. g4main
  6072. g4main
  6073. g4play
  6074. g4play
  6075. g4prefs
  6076. g4prefs
  6077. g4resources
  6078. g4resources
  6079. g4setuptakedown
  6080. g4setuptakedown
  6081. g4sound
  6082. g4sound
  6083. g4utilities
  6084. g4utilities
  6085. gameheaders
  6086. reating
  6087. content
  6088. routine
  6089. sending
  6090. documents
  6091. apple
  6092. event
  6093. sample
  6094. compression/decompre
  6095. sound
  6096. manager
  6097. component
  6098. sample
  6099. write
  6100. those
  6101. things
  6102. sample
  6103. quicktime
  6104. component
  6105. accessorj
  6106. accessoriese
  6107. acclaimed
  6108. accommodates
  6109. account/password
  6110. accuracy
  6111. accurate
  6112. accurately
  6113. accurately
  6114. print
  6115. image
  6116. scanned
  6117. accurately
  6118. print
  6119. image
  6120. viewed
  6121. monitor
  6122. achieve
  6123. |PHDev.CD Dec 99 RL
  6124.  - Technical Documentation
  6125.  - Peripherals DocumentationV
  6126. 72217X
  6127. Dec 99^
  6128. --set theItem to choose file -- uncomment to test in an AS editor
  6129.     tell application "Finder"
  6130.         open item "Dev.CD Dec 99 RL:Technical Documentation:Peripherals Documentation:"
  6131.         activate
  6132.     end tell
  6133. on error errMsg number errNum
  6134.     --enter statements to perform when no records are found such as...
  6135.     display dialog "Sorry, the item you selected could not be found."
  6136.     return
  6137. end try
  6138. Deletedq
  6139. Dev.CD Dec 99 RL
  6140. All Packages
  6141. Programmer's Key 1.4.2
  6142. ISummary: Programmer's Key is a small INIT that allows the use of the 'power-on' key of an Apple Desktop Bus keyboard as a substitute for the Programmer's Switch. To install Programmer's Key; simply drag it into your System Folder and reboot.
  6143. Features: Allows reset and interrupt from keyboard.
  6144. This package is 7.0 compatible.  
  6145. General tools.imgK
  6146. Vol IIIL
  6147. Mar 92V
  6148. 72218X
  6149. 1e    No Change
  6150. Change
  6151. Advanced Web Site Technique.pdf
  6152. Avoid Audio Pitfalls Guide.pdf
  6153. CompbasedMediaBroadcastEnv
  6154. Creating MIDI for the Web3.pdf
  6155. DeBabelizer 3.0.pdf
  6156. Design For Reuse.pdf
  6157. DesignForRobustness
  6158. Digital Asset Management.pdf
  6159. Digital Storyboard.pdf 
  6160. DVD Development.pdf
  6161. DVD_Primer.pdf
  6162. Enhanced CD Survival Guide.pdf
  6163. EOModeler
  6164. Frameworks.pdf
  6165. Gender-Based Title Creation.pdf
  6166. Int_Media_Writer_Resources.pdf
  6167. Java Survival Guide.pdf
  6168. Making Cool QD3D Apps.pdf
  6169. Music on the Net.pdf
  6170. New Audio Features QT3.pdf
  6171. Porting
  6172. kObjectiveCtoJava
  6173. Push Tech Survival Gd.pdf
  6174. QT3-More Than Dig. Video.pdf
  6175. Simplified Stream Audio.pdf
  6176. Web Animation Guide.pdf
  6177. WebObjects Database Part I.pdf
  6178. WebObjects Database Part II.pdf
  6179. WebObjects Memory Mgmt.pdf
  6180. WebObjects Tools and Techniques
  6181. WebObjectsCategories&Posers.pdf
  6182. WebObjectsPerformanceTuning
  6183. Working with WebObjects.pdf
  6184. Writing for Interactive Media
  6185. profiler
  6186. appleevent
  6187. detectorsy
  6188. developerS
  6189. developers
  6190. directions{
  6191. der Mac OS. (This is not an endorsement.)
  6192. It's also a C code sample which shows how easy it is to make a scriptable application for a specific use. It doesn't use the object model and it doesn't have a huge feature set. (Its functionality fills a specific need in Developer Relations, namely aiding an AppleScript called SeedBuilder to make uniform seed archives and segments.) This is a drawback in at least one sense, but also an advantage in another in that it may demystify scriptable applDfications for some number of developers by exposing scripting support in terms they already understand.
  6193. J<Project
  6194. ScriptableStuffItEngine
  6195. ScriptableStuffItEngine.htmlK
  6196. Feb 99M
  6197. Universal Headers 3.2, System 7N0AppleScript, StuffIt, Engine, scriptable, scriptOZDev.CD Nov 00 TC Disk 1:Tool Chest:Interapplication Communication:ScriptableStuffItEngine:PbDev.CD Nov 00 TC Disk 1
  6198.  - Tool Chest
  6199.  - Interapplication Communication
  6200.  - ScriptableStuffItEnginen
  6201. ramdiskdrvr
  6202. ramdiskdrvr
  6203. theory
  6204. there[
  6205. there
  6206. three
  6207. different
  6208. samples
  6209. showing
  6210. variat
  6211. there
  6212. various
  6213. approaches
  6214. wavelet
  6215. processing
  6216. color
  6217. thereby
  6218. therefore
  6219. theresa
  6220. these`
  6221. these
  6222. applications
  6223. demonstrate
  6224. write
  6225. background
  6226. oe sure that the name of the profile file is the same as the name in the profile.  To use this application, first rename the file name of the profile as desired.  Then drag the ColorSync Profile (or a folder containing several profiles) onto this application and it make the internal profile name the same as the profile's file name.
  6227. Features: see above
  6228. Issues: none
  6229. Communications Toolbox
  6230. Contributed
  6231. Devices and Hardware
  6232. Files
  6233. Games
  6234. Graphics 2D
  6235. Graphics 3D
  6236. Help Systems
  6237. Human Interface Toolbox
  6238. Interapplication Comm
  6239. Memory
  6240. Networking
  6241. OS Utilities
  6242. Overview
  6243. Platforms and Tools
  6244. Printing
  6245. Processes
  6246. QuickTime
  6247. Runtime Architecture
  6248. Sound
  6249. Jan 98M    ColorSyncN
  6250. ColorSync profile rename toolO>Dev.CD Oct 99 SDK: Development Kits: Mac OS: ColorSync 2.6 SDKPFDev.CD Oct 99 SDK
  6251.  -  Development Kits
  6252.  -  Mac OS
  6253.  -  ColorSync 2.6 SD"
  6254.     return
  6255. end try
  6256. e    No Changeo&http://developer.apple.com/samplecode/
  6257. What is the name of ColorSync
  6258.  Profile?
  6259. With ColorSync ICC Profiles, there are two separate profile names.  The obvious name is the name of the profile file.  This is the name that one can easily view and edit in the Finder.  The other name is the name in the profile.  This name can be longer and more descriptive than the file name which is limited by the file system to 31 characters on the Mac (or 8 characters on the DOS).  
  6260. Many applications correctly use the more descriptive internal 
  6261. profile name when building a popup menu or scrollable list of profiles to the user.  The ColorSync Photoshop Plug-ins are a good example of this.  The only problem with this approach is that, if the user renames a profile file in the Finder, the internal profile name is not changed.  A popup menu or scrollable list of profiles in an application is similarly unaffected.  
  6262. What does ProfileRenamer do to solve this?
  6263. ProfileRenamer is a simple drag-and-drop application which can help you mak
  6264. 72466X
  6265. Nov 00^    TC Disk 1
  6266. --set theItem to choose file -- uncomment to test in an AS editor
  6267.     tell application "Finder"
  6268.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickTime:QuickTime Tools:"
  6269.         activate
  6270.     end tell
  6271. on error errMsg number errNum
  6272.     --enter statements to perform when no records are found such as...
  6273.     display dialog "Sorry, the item you selected could not be found."
  6274.     return
  6275. end try
  6276. e    No Changeq
  6277. Dev.CD Nov 00 TC Disk 1
  6278. vD!All Packages
  6279. Mac OS SDK Edition
  6280. QuickTime VR
  6281.     ation
  6282. modifymouseaccl
  6283. cursors
  6284. custom
  6285. custom
  6286. folder
  6287. custom
  6288. icons
  6289. custom
  6290. window
  6291. customgetfile
  6292. customgetfile
  6293. customputfile
  6294. dialog
  6295. select
  6296. folder
  6297. balloo
  6298. customgetfilepreviews
  6299. customputfile
  6300. cyrillic
  6301. decompressionQ
  6302. decompressor
  6303. decompressors
  6304. delete
  6305. delsearch
  6306. dependency
  6307. depth
  6308. processes
  6309. processing
  6310. processmgr
  6311. processorZ
  6312. processor-based{
  6313. processorsu
  6314. procs
  6315. prodos
  6316. produce
  6317. produced
  6318. producer
  6319. producer/consumer
  6320. produces
  6321. produces
  6322. module
  6323. producing
  6324.  theItem to choose file -- uncomment to test in an AS editor
  6325.     tell application "Finder"
  6326.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Anima:"
  6327.         activate
  6328.     end tell
  6329. on error errMsg number errNum
  6330.     --enter statements to perform when no records are found such as...
  6331.     display dialog "Sorry, the item you selected could not be found."
  6332.     return
  6333. end try
  6334. e    No Changef0Sprite
  6335. NewGWorld
  6336. GWorld
  6337. off screen
  6338. CopyBits
  6339. Blitq
  6340. Dev.CD Nov 00 TC Disk 1
  6341. 72216X
  6342. Oct 99^
  6343. --set theItem to choose file -- uncomment to test in an AS editor
  6344.     tell application "Finder"
  6345.         open item "Dev.CD Oct 99 SDK: Development Kits: Mac OS: ColorSync 2.6 SDK"
  6346.         activate
  6347.     end tell
  6348. on error errMsg number errNum
  6349.     --enter statements to perform when no records are found such as...
  6350.     display dialog "Sorry, the item you selected could not be found."
  6351.     return
  6352. end try
  6353. Deletedf
  6354. ColorSync profile rename toolq
  6355. Dev.CD Oct 99 SDK
  6356. |D(All Packages
  6357. Reference Library Edition
  6358. ProgGuide to Apple ScannersI
  6359. Summary: The "Programmer's Guide to Apple Scanners, second edition" is a complete revision of the original manual incorporating detailed information on the Apple Color OneScanner including driver calls and SCSI commands.J1Apple CD-ROM Handbook
  6360. ProgGuide to Apple ScannersK
  6361. Mar 93M
  6362. Apple DocViewerOCDev.CD Dec 99 RL:Technical Documentation:Peripherals Documentation:
  6363. postscript
  6364. sample
  6365. gxgraphics
  6366. gxifier
  6367. gxifier
  6368. gxoverridetool
  6369. hacktv
  6370. hairlines
  6371. handbookw
  6372. handles
  6373. handwriting
  6374. handyscrollingsample
  6375. hardware
  6376. hardware
  6377. system
  6378. update
  6379. stack
  6380. localization
  6381. navigator
  6382. hebrew
  6383. hebrew
  6384. language
  6385. hebrew
  6386. language
  6387. v1.0.1
  6388. helper
  6389. helpful
  6390. helpful
  6391. scripts
  6392. hidemenubar
  6393. hiermenus
  6394. hitec
  6395. hitec
  6396. super
  6397. front
  6398. hosesample
  6399. hotsauce
  6400.     Hjh MacTCP networking. You can easily put this code into your MacTCP application for the same functionality.
  6401. Communications Toolbox
  6402. Contributed
  6403. Devices and Hardware
  6404. Files
  6405. Games
  6406. Graphics 2D
  6407. Graphics 3D
  6408. Help Systems
  6409. Human Interface Toolbox
  6410. Interapplication Comm
  6411. Memory
  6412. Networking
  6413. OS Utilities
  6414. Overview
  6415. Platforms and Tools
  6416. Printing
  6417. Processes
  6418. QuickTime
  6419. Runtime Architecture
  6420. Sound
  6421. Feb 92L
  6422. May 95O
  6423. Dev.CD Nov 99 TC:Sample Code:P
  6424. Dev.CD Nov 99 TC
  6425.  - Sample Codepearancecdev
  6426. appearancehelpers
  6427. appearancehelpers
  6428. appearancehelpers
  6429. appearancesample
  6430. appearancesample
  6431. appkit
  6432. appleT
  6433. apple
  6434. cd-rom
  6435. apple
  6436. cd-rom
  6437. handbookw
  6438. apple
  6439. directions
  6440. 03/97}
  6441. apple
  6442. directions
  6443. 04/95{
  6444. apple
  6445. directions
  6446. 04/96|
  6447. apple
  6448. directions
  6449. 04/97}
  6450. apple
  6451. directions
  6452. 05/95{
  6453. apple
  6454. directions
  6455. 05/96|
  6456. ye    No Changef
  6457. process managerq
  6458. Dev.CD Nov 00 TC Disk 2
  6459. All Packages
  6460. ProcessI2A simple demonstration of the Process Manager API.J
  6461. proc.c
  6462. Process(PPC)
  6463. Process.mcpM
  6464. System 7.0N6Process Manager, GetNextProcess, GetProcessInformationO6Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:Process:P>Dev.CD Nov 00 TC Disk 2
  6465.  - Sample Code
  6466.  - Processes
  6467.  - ProcessV
  6468. 72215X
  6469. Nov 00^    TC Disk 2
  6470. --set theItem to choose file -- uncomment to test in an AS editor
  6471.     tell application "Finder"
  6472.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:Process:"
  6473.         activate
  6474.     end tell
  6475. on error errMsg number errNum
  6476.     --enter statements to perform when no records are found such as...
  6477.     display dialog "Sorry, the item you selected could not be found."
  6478.     return
  6479. end try
  6480. e    No Changef4Process Manager
  6481. GetNextProcess
  6482. GetProcessInformationq
  6483. Dev.CD Nov 00 TC Disk 2
  6484. {D!All Packages
  6485. Mac OS SDK Edition
  6486. ProfileRenamer
  6487. Apr 98N
  6488. Appearance Managerppearance Manager
  6489. --set theItem to choose file -- uncomment to test in an AS editor
  6490.     tell application "Finder"
  6491.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:ProcDoggie:"
  6492.         activate
  6493.     end tell
  6494. on error errMsg number errNum
  6495.     --enter statements to perform when no records are found such as...
  6496.     display dialog "Sorry, the item you selected could not be found."
  6497.     return
  6498. end try
  6499. apple's
  6500. developer
  6501. publications
  6502. apple's
  6503. developer
  6504. publications
  6505. features
  6506. improved
  6507. apple-related
  6508. apple-sanctioned
  6509. apple-specific
  6510. apple-sponsored
  6511. applecd
  6512. appleeventh
  6513. appleevent-based
  6514. appleevents
  6515. appleglot
  6516. appleguidegluelib
  6517. appleii
  6518. applejava
  6519. applelink{
  6520. applemodemtool
  6521. applescriptb
  6522. applescript's
  6523. applescript-based
  6524. applescriptsO
  6525. applesearchT
  6526. appleshareT
  6527. appleshare/file
  6528. applesingle/appledou
  6529. applet
  6530. xe    No Changef
  6531. testing
  6532. debugging
  6533. printersq
  6534. Dev.CD Nov 00 TC Disk 1
  6535. All Packages
  6536. ProcDoggie
  6537. ProcDoggie is a full blown application that demonstrates a variety of Process Manager-related techniques, including:
  6538. 1. Getting a list of running processes
  6539. 2. Getting information about a running process
  6540. 3. Launching a processes, with and without opening documents
  6541. ProcDoggie(PPC)
  6542. ProcDoggie.mcp
  6543. ProcDoggie.p
  6544. ProcDoggie.rsrc
  6545. Read Me About ProcDoggie
  6546. StubLDEF
  6547. UDialogUtils.p
  6548. UEmergMem.p
  6549. UEvents.p
  6550. UGlobals.p
  6551. UMenuHandler.p
  6552. UProcessGuts.p
  6553. UProcessLDEF.p
  6554. UProcessUtils.pK
  6555. May 97L
  6556. Jan 98N
  6557. process managerO9Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:ProcDoggie:PADev.CD Nov 00 TC Disk 2
  6558.  - Sample Code
  6559.  - Processes
  6560.  - ProcDoggieV
  6561. 72214X
  6562. Nov 00^    TC Disk 2
  6563. e    No Change
  6564. e software programmer, this book gives you the information to create an exciting, successful CD-ROM-based product. It also provides tips on project managment and  building a development team.
  6565. nt team.
  6566. --set theItem to choose file -- uncomment to test in an AS editor
  6567.     tell application "Finder"
  6568.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:"
  6569.         activate
  6570.     end tell
  6571. on error errMsg number errNum
  6572.     --enter statements to perform when no records are found such as...
  6573.     display dialog "Sorry, the item you selected could not be found."
  6574.     return
  6575. end try
  6576. AppearanceCDEV
  6577. Documents
  6578. Prefs for use with System 7.x
  6579. Tools
  6580. _KeyboardK
  6581. Oct 98L
  6582. Sep 99N$Appearance, .Keyboard, function keysO@Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Appearance SDK 1.0.4:PHDev.CD Oct 00 SDK1
  6583.  - Development Kits
  6584.  - Mac OS
  6585.  - Appearance SDK 1.0.4
  6586. patterns
  6587. pause
  6588. pausegl
  6589. payoff
  6590. pballocate
  6591. pbcatsearch
  6592. pbdtgetappl
  6593. pbreadasync
  6594. pbwriteasync
  6595. pbxxx
  6596. pc-card
  6597. pccts
  6598. pci-based
  6599. pci-pci
  6600. pci-the{
  6601. pcmcia
  6602. viewer
  6603. utility
  6604. which
  6605. graphically
  6606. pending
  6607. penetrate
  6608. penguins
  6609. pentiumZ
  6610. people[
  6611. peoplesoft
  6612. percentage
  6613. perfectly
  6614. performf
  6615. vPJDev.CD Nov 00 TC Disk 2
  6616.  - Sample Code
  6617.  - Printing
  6618.  - Print multipage PICTV
  6619. 72211X
  6620. Nov 00^    TC Disk 2
  6621. --set theItem to choose file -- uncomment to test in an AS editor
  6622.     tell application "Finder"
  6623.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:Print multipage PICT:"
  6624.         activate
  6625.     end tell
  6626. on error errMsg number errNum
  6627.     --enter statements to perform when no records are found such as...
  6628.     display dialog "Sorry, the item you selected could not be found."
  6629.     return
  6630. end try
  6631. e    No Changef
  6632. print
  6633. PICTq
  6634. Dev.CD Nov 00 TC Disk 2
  6635. All Packages
  6636. PrintDialogMagicIuThis example shows how to automate printing while still showing the print dialog (which is needed for LaserWriter 8).JSPrintDialogMagic(PPC)
  6637. PrintDialogMagic.c
  6638. PrintDialogMagic.mcp
  6639. PrintDialogMagic.rsrcM
  6640. LaserWriter 8N
  6641. LaserWriter 8, print, dialogO>Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:PrintDialogMagic:V
  6642. 72212X
  6643. 1e    No Change
  6644. wPFDev.CD Nov 00 TC Disk 2
  6645.  - Sample Code
  6646.  - Printing
  6647.  - PrintDialogMagicV
  6648. 72212X
  6649. Nov 00^    TC Disk 2
  6650. --set theItem to choose file -- uncomment to test in an AS editor
  6651.     tell application "Finder"
  6652.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:PrintDialogMagic:"
  6653.         activate
  6654.     end tell
  6655. on error errMsg number errNum
  6656.     --enter statements to perform when no records are found such as...
  6657.     display dialog "Sorry, the item you selected could not be found."
  6658.     return
  6659. end try
  6660. e    No Changef
  6661. LaserWriter 8
  6662. print
  6663. dialogq
  6664. Dev.CD Nov 00 TC Disk 2
  6665. All Packages
  6666. PrintRecordSpyISSummary:  Displays record directly for the current print record in a simple window.J
  6667. General tools.imgK
  6668. Feb 94N
  6669. testing, debugging, printersOEDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:PMDev.CD Nov 00 TC Disk 1
  6670.  - Tool Chest
  6671.  - Testing & Debugging
  6672.  - General toolsV
  6673. 72213X
  6674. Nov 00^    TC Disk 1
  6675. e    No Change
  6676. printdialogmagic
  6677. printdialogmagic
  6678. printing
  6679. printingutils
  6680. printingutils
  6681. printondemand
  6682. printondemand
  6683. printpict
  6684. printpict
  6685. printpictlist
  6686. printpictlist
  6687. his book gives you the information to create an exciting, successful CD-ROM-based product. It also provides tips on project managment and  building a development team.
  6688. print
  6689. record
  6690. mybuildmenu
  6691. mycomponent
  6692. mycomponent
  6693. mycomponent
  6694. mycomponent
  6695. mycomponent
  6696. mycomponent
  6697. mycomponentroutines
  6698. mycomponentroutines
  6699. mycomponentroutines
  6700. mycustomportscanner
  6701. mycustomportscanner
  6702. mydeviceloop
  6703. mydeviceloop
  6704. mydeviceloop
  6705. mydeviceloop
  6706. mydialog
  6707. mydialog
  6708. mydialog
  6709. myenetdriver
  6710. myenetdriver
  6711. myhelpmenu
  6712. myhelpmenu
  6713. myhelpmenu
  6714. myhelpmenu
  6715. myhelpmenu
  6716. myhelpmenu
  6717. mylistdef
  6718. mylistdef
  6719. myportcalls
  6720. myportcalls
  6721. myportcalls
  6722. myportmodule
  6723. myportmodule
  6724. myquicktakeapp
  6725. myquicktakeapp
  6726. 1.0.1tc7
  6727. myquicktakeapp
  6728. 1.0.2
  6729. myregistercomponent
  6730. myregistercomponent
  6731. applet
  6732. --set theItem to choose file -- uncomment to test in an AS editor
  6733.     tell application "Finder"
  6734.         open item "Dev.CD Apr 94
  6735. Dev.CD Jan 94
  6736. Dev.CD Oct 93
  6737. Dev.CD Jul 93
  6738. Dev.CD Apr 93"
  6739.         activate
  6740.     end tell
  6741. on error errMsg number errNum
  6742.     --enter statements to perform when no records are found such as...
  6743.     display dialog "Sorry, the item you selected could not be found."
  6744.     return
  6745. end try
  6746. professional
  6747. professionals
  6748. proficiency
  6749. proficient
  6750. protocols
  6751. prototyping
  6752. provide_
  6753. provided
  6754. providesO
  6755. providing
  6756. pseudo
  6757. public
  6758. publications
  6759. published
  6760. publisherw
  6761. publishing{
  6762. punctuation
  6763. puntuation
  6764. purchase
  6765. purposeu
  6766. purposes
  6767. 72210X
  6768. Nov 00^    TC Disk 2
  6769. --set theItem to choose file -- uncomment to test in an AS editor
  6770.     tell application "Finder"
  6771.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:Print Clipped Offscreen:"
  6772.         activate
  6773.     end tell
  6774. on error errMsg number errNum
  6775.     --enter statements to perform when no records are found such as...
  6776.     display dialog "Sorry, the item you selected could not be found."
  6777.     return
  6778. end try
  6779. e    No Changef
  6780. printq
  6781. Dev.CD Nov 00 TC Disk 2
  6782. All Packages
  6783. Print multipage PICTI
  6784. Print multipage PICT:  Takes a PICT larger than one page and "tiles" it so that it prints across the right number of sheets of paper to tape together and make a poster, like many drawing applications.J]Print Multipage PICT(PPC)
  6785. Print multipage PICT.mcp
  6786. Print multipage PICT.p
  6787. print.p
  6788. Sample.rsrcN
  6789. tile, print, PICTOBDev.CD Nov 00 TC Disk 2:Sample Code:Printing:Print multipage PICT:V
  6790. 72211X
  6791. 1e    No Change
  6792. clipper
  6793. clipping
  6794. clock
  6795. clocksB
  6796. clockwise
  6797. close
  6798. closeall
  6799. closed
  6800. closeport
  6801. closest
  6802. closing
  6803. closing
  6804. cmpismissing
  6805. codeO
  6806. OPrint 
  6807. clipped offscreen:  Takes a text string, turns it into a region and copies a clipped bitmap (just a pattern in this case, but it could be anything) to the printing grafPort.  The effect is patterned text here, but any image could be showing through the text.
  6808. This sample is a rewrite of the 'Offscreen region MaskRgn' sample. 
  6809. JGOffscreen Region.c
  6810. PrintClippedOffscreen(PPC)
  6811. PrintClippedOffscreen.mcpN
  6812. clip, text, printOEDev.CD Nov 00 TC Disk 2:Sample Code:Printing:Print Clipped Offscreen:PMDev.CD Nov 00 TC Disk 2
  6813.  - Sample Code
  6814.  - Printing
  6815.  - Print Clipped Offscreen
  6816. vrmakeobject
  6817. simple
  6818. application
  6819. converts
  6820. linear
  6821. wang's@
  6822. ways@
  6823. we'll@
  6824. websites@
  6825. well-designed@
  6826. were@
  6827. aegizmos@
  6828. when@
  6829. otdumpinternetstatus
  6830. otdumpportregistry
  6831. otendpointinfo
  6832. otfindserialports
  6833. otherresinfo-mungede
  6834. otllctest
  6835. otlookupnametest
  6836. otpapsampleserver
  6837. otpingsample
  6838. otsimpledownloadhttp
  6839. otsimpleserverhttp
  6840. otstreamlogviewer
  6841. ottcpwilldial
  6842. ottraceroutesample
  6843. gworld
  6844. output
  6845. profile
  6846. profiler
  6847. project
  6848. projects
  6849. publications
  6850. quadra
  6851. qualified
  6852. quickdraw
  6853. r13u5
  6854. r15d1
  6855. reader_
  6856. receive
  6857. redistribution
  6858. registration
  6859. registry~
  6860. release
  6861. reporting
  6862. reports
  6863. requests
  6864. resedit
  6865. resources
  6866. All Packages
  6867. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  6868. Dev.CD Jan 94
  6869. Dev.CD Oct 93P(Dev.CD Apr 94
  6870. Dev.CD Jan 94
  6871. Dev.CD Oct 9V
  6872. 72862X
  6873. Apr 94
  6874. ~--set theItem to choose file -- uncomment to test in an AS editor
  6875.     tell application "Finder"
  6876.         open item "Dev.CD Apr 94
  6877. Dev.CD Jan 94
  6878. Dev.CD Oct 93"
  6879.         activate
  6880.     end tell
  6881. on error errMsg number errNum
  6882.     --enter statements to perform when no records are found such as...
  6883.     display dialog "Sorry, the item you selected could not be found."
  6884.     return
  6885. end try
  6886. All Packages
  6887. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  6888. Dev.CD Jan 94
  6889. Dev.CD Oct 93P(Dev.CD Apr 94
  6890. Dev.CD Jan 94
  6891. Dev.CD Oct 9V
  6892. 72863X
  6893. Apr 94
  6894. lands
  6895. learning{
  6896. learning/testing
  6897. least
  6898. lengths
  6899. less{
  6900. lesser
  6901. letters
  6902. letting_
  6903. levela
  6904. All Packages
  6905. System Enabler 088 (AVs)O
  6906. Dev.CD Apr 94
  6907. Dev.CD Jan 94P
  6908. Dev.CD Apr 94
  6909. Dev.CD Jan 9V
  6910. 72815X
  6911. Apr 94
  6912. p--set theItem to choose file -- uncomment to test in an AS editor
  6913.     tell application "Finder"
  6914.         open item "Dev.CD Apr 94
  6915. Dev.CD Jan 94"
  6916.         activate
  6917.     end tell
  6918. on error errMsg number errNum
  6919.     --enter statements to perform when no records are found such as...
  6920.     display dialog "Sorry, the item you selected could not be found."
  6921.     return
  6922. end try
  6923. All Packages
  6924. System Enabler 088 (AVs)O)Dev.CD Apr 94
  6925. Dev.CD Jan 94
  6926. Dev.CD Oct 93P(Dev.CD Apr 94
  6927. Dev.CD Jan 94
  6928. Dev.CD Oct 9V
  6929. 72816X
  6930. Apr 94
  6931. motorola{
  6932. mount
  6933. mounted
  6934. mounting
  6935. mounts
  6936. mouse
  6937. move{
  6938. movieY
  6939. movieplayer
  6940. movies\
  6941. moving
  6942. mpc106A
  6943. mrjtoolkit
  6944. msdev
  6945. muchi
  6946. mulitple
  6947. Create and Bless Keys
  6948. MIB Bits
  6949. PPC Toolbox Keychain
  6950. PPCToolboxKeychain.c
  6951. PPCToolboxKeychain.h
  6952. PPCToolboxKeychain.mcp
  6953. PPCToolboxKeychain.r
  6954. Read Me
  6955. Testbed.prefixK
  6956. Nov 00M
  6957. Mac OS 9 or higherN6Apple events, AppleEvents, PPC Toolbox, AutoGuest INITOBDev.CD Nov 00 TC Disk 1:Sample Code:Networking:PPCToolboxKeychain:PJDev.CD Nov 00 TC Disk 1
  6958.  - Sample Code
  6959.  - Networking
  6960.  - PPCToolboxKeychainV
  6961. 72208X
  6962. Nov 00^    TC Disk 1
  6963. --set theItem to choose file -- uncomment to test in an AS editor
  6964.     tell application "Finder"
  6965.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:PPCToolboxKeychain:"
  6966.         activate
  6967.     end tell
  6968. on error errMsg number errNum
  6969.     --enter statements to perform when no records are found such as...
  6970.     display dialog "Sorry, the item you selected could not be found."
  6971.     return
  6972. end try
  6973. e    No Changef3Apple events
  6974. AppleEvents
  6975. PPC Toolbox
  6976. AutoGuest INITo&http://developer.apple.com/samplecode/q
  6977. Dev.CD Nov 00 TC Disk 1
  6978. All Packages
  6979. 72209X
  6980. fifteenv
  6981. fifth
  6982. figure
  6983. figured
  6984. file^
  6985. Wortunity to populate the Contextual Menu when the user selects text.
  6986. The data that ADD searches for and the actions that can be taken on the data is developer extensible.  The detectors are written using regular expressions and the actions are written using AppleScript.
  6987. This package is the SDK which provides documentation and a tool for creating new detectors and actions.
  6988. Features: Apple Data Detectors Extension - provides base functional
  6989. PrefsI
  6990. This application displays a sample preferences dialog containing editable text fields, radio buttons, and a file selection button.  Settings from this dialog are saved in a preferences file.
  6991. J%Pref.c
  6992. Pref.rsrc
  6993. Prefs(PPC)
  6994. Prefs.mcpOBDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Prefs:PJDev.CD Nov 00 TC Disk 1
  6995.  - Sample Code
  6996.  - Human Interface Toolbox
  6997.  - PrefsV
  6998. 72209X
  6999. Nov 00^    TC Disk 1
  7000. --set theItem to choose file -- uncomment to test in an AS editor
  7001.     tell application "Finder"
  7002.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Prefs:"
  7003.         activate
  7004.     end tell
  7005. on error errMsg number errNum
  7006.     --enter statements to perform when no records are found such as...
  7007.     display dialog "Sorry, the item you selected could not be found."
  7008.     return
  7009. end try
  7010. e    No Changeq
  7011. Dev.CD Nov 00 TC Disk 1
  7012. All Packages
  7013. Print clipped offscreen
  7014. 72210X
  7015. ied to work on Mac OS 7.6 or later.  Note that developers will als
  7016. testbed
  7017. prefix
  7018. testcpp
  7019. tester
  7020. testfinderevents
  7021. testfinderevents
  7022. testfinderevents
  7023. testfinderlaunch
  7024. testfinderlaunch
  7025. testfinderlaunch
  7026. Read MeK
  7027. Feb 98M
  7028. PowerPC processor requiredN4detector, contextual menu, Apple Data Detectors, ADDODDev.CD Oct 00 SDK1:Development Kits:Mac OS:Apple Data Detectors SDK:PLDev.CD Oct 00 SDK1
  7029.  - Development Kits
  7030.  - Mac OS
  7031.  - Apple Data Detectors SDK
  7032. O@Dev.CD Nov 00 TC Disk 2:Sample Code:Text:TypeServicesForUnicode:PHDev.CD Nov 00 TC Disk 2
  7033.  - Sample Code
  7034.  - Text
  7035.  - TypeServicesForUnicodeV
  7036. 73005X
  7037. Nov 00^    TC Disk 2
  7038. --set theItem to choose file -- uncomment to test in an AS editor
  7039.     tell application "Finder"
  7040.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Text:TypeServicesForUnicode:"
  7041.         activate
  7042.     end tell
  7043. on error errMsg number errNum
  7044.     --enter statements to perform when no records are found such as...
  7045.     display dialog "Sorry, the item you selected could not be found."
  7046.     return
  7047. end try
  7048. e    No Changef=Unicode Imaging Text Type Bi-directional Rotation Double-byteq
  7049. Dev.CD Nov 00 TC Disk 2
  7050. All Packages
  7051. TypeServicesForUnicode
  7052. 73006X
  7053. All Packages
  7054. QuickDraw GXO#Dev.CD Aug 96 TC
  7055. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  7056. Dev.CD Jan 96 SDKV
  7057. 72312X
  7058. Aug 96
  7059. x--set theItem to choose file -- uncomment to test in an AS editor
  7060.     tell application "Finder"
  7061.         open item "Dev.CD Aug 96 TC
  7062. Dev.CD Jan 96 SDK1"
  7063.         activate
  7064.     end tell
  7065. on error errMsg number errNum
  7066.     --enter statements to perform when no records are found such as...
  7067.     display dialog "Sorry, the item you selected could not be found."
  7068.     return
  7069. end try
  7070. All Packages
  7071. QuickDraw GXO#Dev.CD Aug 96 TC
  7072. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  7073. Dev.CD Jan 96 SDKV
  7074. 72313X
  7075. Aug 96
  7076. async
  7077. async
  7078. device
  7079. asyncdriversample
  7080. asynchronous
  7081. asynchronous
  7082. manager
  7083. ataerrordetector
  7084. atapi
  7085. audio
  7086. audio
  7087. auntie
  7088. authentication
  7089. center
  7090. automated
  7091. automated
  7092. testing
  7093. automation
  7094. b--set theItem to choose file -- uncomment to test in an AS editor
  7095.     tell application "Finder"
  7096.         open item "Dev.CD Jul 95"
  7097.         activate
  7098.     end tell
  7099. on error errMsg number errNum
  7100.     --enter statements to perform when no records are found such as...
  7101.     display dialog "Sorry, the item you selected could not be found."
  7102.     return
  7103. end try
  7104. he item you selected could not be found."
  7105.     return
  7106. end try
  7107. Deletedf#Apple news
  7108. Apple Developer Newsq
  7109. Dev.CD May 98 TC
  7110. ;D!All Packages
  7111. Tool Chest Edition
  7112. Apple Directions 1995
  7113. All Packages
  7114. PPC EnablerO
  7115. Dev.CD Jul 95P
  7116. Dev.CD Jul 9V
  7117. 72207X
  7118. Jul 95
  7119. b--set theItem to choose file -- uncomment to test in an AS editor
  7120.     tell application "Finder"
  7121.         open item "Dev.CD Jul 95"
  7122.         activate
  7123.     end tell
  7124. on error errMsg number errNum
  7125.     --enter statements to perform when no records are found such as...
  7126.     display dialog "Sorry, the item you selected could not be found."
  7127.     return
  7128. end try
  7129. All Packages
  7130. PPCToolboxKeychain
  7131. This sample demonstrates the subtleties needed to create a PPC Toolbox keychain item.  PPC Toolbox uses generic password keychain items, however it stores the address of the remote machine in an non-obvious fashion.  This sample shows how to 
  7132. bless
  7133.  a generic password keychain item so that it can be used by the PPC Toolbox.  The ultimate goal of this sample is to allow you to programmatically send Apple events to a remote machine without any user interaction.
  7134. Nov 00V
  7135. 72208X
  7136. 1e    No Change
  7137. b--set theItem to choose file -- uncomment to test in an AS editor
  7138.     tell application "Finder"
  7139.         open item "Dev.CD Jul 95"
  7140.         activate
  7141.     end tell
  7142. on error errMsg number errNum
  7143.     --enter statements to perform when no records are found such as...
  7144.     display dialog "Sorry, the item you selected could not be found."
  7145.     return
  7146. end try
  7147.  a mirror image of the ADN content on Apple's web site and is included for those developers who do not have web access. 
  7148. 72990X
  7149. Sep 97^
  7150. --set theItem to choose file -- uncomment to test in an AS editor
  7151.     tell application "Finder"
  7152.         open item "Dev.CD Sep 97 RL:Technical Documentation:Toolbox Assistant:"
  7153.         activate
  7154.     end tell
  7155. on error errMsg number errNum
  7156.     --enter statements to perform when no records are found such as...
  7157.     display dialog "Sorry, the item you selected could not be found."
  7158.     return
  7159. end try
  7160. Deletedf+QuickView
  7161. Toolbox Assistant
  7162. quick referenceq
  7163. Dev.CD Sep 97 RL
  7164. D(All Packages
  7165. Reference Library Edition
  7166. Toolbox Assistant Update
  7167. Dev.CD Jul 96 SSWP
  7168. Dev.CD Jul 96 SSV
  7169. 72703X
  7170. Jul 96
  7171. f--set theItem to choose file -- uncomment to test in an AS editor
  7172.     tell application "Finder"
  7173.         open item "Dev.CD Jul 96 SSW"
  7174.         activate
  7175.     end tell
  7176. on error errMsg number errNum
  7177.     --enter statements to perform when no records are found such as...
  7178.     display dialog "Sorry, the item you selected could not be found."
  7179.     return
  7180. end try
  7181. All Packages
  7182. System 7.5 Update 2.0O
  7183. Dev.CD Jul 96 SSWP
  7184. Dev.CD Jul 96 SSV
  7185. 72704X
  7186. Jul 96
  7187. f--set theItem to choose file -- uncomment to test in an AS editor
  7188.     tell application "Finder"
  7189.         open item "Dev.CD Jul 96 SSW"
  7190.         activate
  7191.     end tell
  7192. on error errMsg number errNum
  7193.     --enter statements to perform when no records are found such as...
  7194.     display dialog "Sorry, the item you selected could not be found."
  7195.     return
  7196. end try
  7197. All Packages
  7198. System 7.5 Update 2.0O
  7199. Dev.CD Jul 96 SSWP
  7200. Dev.CD Jul 96 SSV
  7201. 72705X
  7202. Jul 96
  7203. All Packages
  7204. PowerTalk (PPC)O
  7205. Dev.CD Oct 94P
  7206. Dev.CD Oct 9V
  7207. 72192X
  7208. Oct 94
  7209. b--set theItem to choose file -- uncomment to test in an AS editor
  7210.     tell application "Finder"
  7211.         open item "Dev.CD Oct 94"
  7212.         activate
  7213.     end tell
  7214. on error errMsg number errNum
  7215.     --enter statements to perform when no records are found such as...
  7216.     display dialog "Sorry, the item you selected could not be found."
  7217.     return
  7218. end try
  7219. All Packages
  7220. PPC EnablerO
  7221. Dev.CD Jul 95P
  7222. Dev.CD Jul 9V
  7223. 72193X
  7224. Jul 95
  7225. b--set theItem to choose file -- uncomment to test in an AS editor
  7226.     tell application "Finder"
  7227.         open item "Dev.CD Jul 95"
  7228.         activate
  7229.     end tell
  7230. on error errMsg number errNum
  7231.     --enter statements to perform when no records are found such as...
  7232.     display dialog "Sorry, the item you selected could not be found."
  7233.     return
  7234. end try
  7235. All Packages
  7236. PPC EnablerO
  7237. Dev.CD Jul 95P
  7238. Dev.CD Jul 9V
  7239. 72194X
  7240. Jul 95
  7241. All Packages
  7242. PPC EnablerO
  7243. Dev.CD Jul 95P
  7244. Dev.CD Jul 9V
  7245. 72204X
  7246. Jul 95
  7247. b--set theItem to choose file -- uncomment to test in an AS editor
  7248.     tell application "Finder"
  7249.         open item "Dev.CD Jul 95"
  7250.         activate
  7251.     end tell
  7252. on error errMsg number errNum
  7253.     --enter statements to perform when no records are found such as...
  7254.     display dialog "Sorry, the item you selected could not be found."
  7255.     return
  7256. end try
  7257. All Packages
  7258. PPC EnablerO
  7259. Dev.CD Jul 95P
  7260. Dev.CD Jul 9V
  7261. 72205X
  7262. Jul 95
  7263. b--set theItem to choose file -- uncomment to test in an AS editor
  7264.     tell application "Finder"
  7265.         open item "Dev.CD Jul 95"
  7266.         activate
  7267.     end tell
  7268. on error errMsg number errNum
  7269.     --enter statements to perform when no records are found such as...
  7270.     display dialog "Sorry, the item you selected could not be found."
  7271.     return
  7272. end try
  7273. All Packages
  7274. PPC EnablerO
  7275. Dev.CD Jul 95P
  7276. Dev.CD Jul 9V
  7277. 72206X
  7278. Jul 95
  7279. tosh Strate
  7280. encodings
  7281. engine
  7282. enhanced
  7283. enhanced
  7284. macintosh
  7285. developer
  7286. enterprise
  7287. environment
  7288. eomodeler
  7289. error
  7290. essentials
  7291. european
  7292. european
  7293. distributors
  7294. localizers
  7295. evenbetterbuserror
  7296. evenbetterbuserror
  7297. event~
  7298. example
  7299. examplecodec
  7300. examples
  7301. explode
  7302. extractor
  7303. f/macos8
  7304. falkenburg's
  7305. fastditherusingqt
  7306. features
  7307. synchronization
  7308. system
  7309. manager
  7310. files
  7311. filesharingon
  7312. filters
  7313. content
  7314. extractor
  7315. finder
  7316. finderdragpro
  7317. finderevents
  7318. finderevents
  7319. finderheaps
  7320. finderlaunch
  7321. findfamilies
  7322. findprinter
  7323. findserialports
  7324. findsysfolder
  7325. floatingpoint
  7326. floatingwindow
  7327. editor
  7328. folder
  7329. folder
  7330. watching
  7331. fonts
  7332. fonts
  7333. 6.0.4
  7334. b--set theItem to choose file -- uncomment to test in an AS editor
  7335.     tell application "Finder"
  7336.         open item "Dev.CD Jul 95"
  7337.         activate
  7338.     end tell
  7339. on error errMsg number errNum
  7340.     --enter statements to perform when no records are found such as...
  7341.     display dialog "Sorry, the item you selected could not be found."
  7342.     return
  7343. end try
  7344. te: Guy Returns; IndustryWatch: No-So-Subtle Messages; In With eWorld, Out With AppleLink; Apple Ships OpenDoc Developer Release 3
  7345. ; New Newton Toolkit Offers Commpiler, Reduced Prices; Apple to Offer Oracle Power Objects for Client/Server Development; Apple Internet Connection Kit Gives Macintosh Users Internet Access; Apple Is Committed to Gaining Market Share; Apple Enterprise Awards Go to Nine Developers at PC EXPO.
  7346. Technology:  develop Issue 23: Music, 3D and More; CD Highlights: Reference Library Edition, September 1995; Human Interface: Easy to Use; Unified Networking for Mac OS Computers.
  7347. Business & Marketin
  7348. All Packages
  7349. PPC EnablerO
  7350. Dev.CD Jul 95P
  7351. Dev.CD Jul 9V
  7352. 72201X
  7353. Jul 95
  7354. b--set theItem to choose file -- uncomment to test in an AS editor
  7355.     tell application "Finder"
  7356.         open item "Dev.CD Jul 95"
  7357.         activate
  7358.     end tell
  7359. on error errMsg number errNum
  7360.     --enter statements to perform when no records are found such as...
  7361.     display dialog "Sorry, the item you selected could not be found."
  7362.     return
  7363. end try
  7364. All Packages
  7365. PPC EnablerO
  7366. Dev.CD Jul 95P
  7367. Dev.CD Jul 9V
  7368. 72202X
  7369. Jul 95
  7370. b--set theItem to choose file -- uncomment to test in an AS editor
  7371.     tell application "Finder"
  7372.         open item "Dev.CD Jul 95"
  7373.         activate
  7374.     end tell
  7375. on error errMsg number errNum
  7376.     --enter statements to perform when no records are found such as...
  7377.     display dialog "Sorry, the item you selected could not be found."
  7378.     return
  7379. end try
  7380. All Packages
  7381. PPC EnablerO
  7382. Dev.CD Jul 95P
  7383. Dev.CD Jul 9V
  7384. 72203X
  7385. Jul 95
  7386. ogy:  CD Hi
  7387. b--set theItem to choose file -- uncomment to test in an AS editor
  7388.     tell application "Finder"
  7389.         open item "Dev.CD Jul 95"
  7390.         activate
  7391.     end tell
  7392. on error errMsg number errNum
  7393.     --enter statements to perform when no records are found such as...
  7394.     display dialog "Sorry, the item you selected could not be found."
  7395.     return
  7396. end try
  7397. wer Computing Ships First Mac OS Compatibles
  7398. Strategy Mosaic: Copland: Technology For Customers' Sakes
  7399. Editor
  7400. s Note: Hedging Your
  7401.  Investments
  7402. IndustryWatch: Fast and Getting Faster
  7403. OpenDoc Developer Release 2
  7404. Apple Ships Open Transport Beta Software
  7405. Apple Reduces Prices on Developer University Self-Paced Training Products
  7406. develop Issue 22: More Than Ever!
  7407. CD Highlights: Reference Library Edition, June 1995
  7408. OpenDoc
  7409. One Architecture Fits All
  7410. Human Interface: Network Nirvana
  7411. Delta Alert: MPW Pro #17, E.T.O. #17, and Mac OS SDK #3
  7412. Market Research Monthly: The Most Popular Application Categories
  7413. Special Marketing Report:
  7414. All Packages
  7415. PPC EnablerO
  7416. Dev.CD Jul 95P
  7417. Dev.CD Jul 9V
  7418. 72198X
  7419. Jul 95
  7420. b--set theItem to choose file -- uncomment to test in an AS editor
  7421.     tell application "Finder"
  7422.         open item "Dev.CD Jul 95"
  7423.         activate
  7424.     end tell
  7425. on error errMsg number errNum
  7426.     --enter statements to perform when no records are found such as...
  7427.     display dialog "Sorry, the item you selected could not be found."
  7428.     return
  7429. end try
  7430. All Packages
  7431. PPC EnablerO
  7432. Dev.CD Jul 95P
  7433. Dev.CD Jul 9V
  7434. 72199X
  7435. Jul 95
  7436. b--set theItem to choose file -- uncomment to test in an AS editor
  7437.     tell application "Finder"
  7438.         open item "Dev.CD Jul 95"
  7439.         activate
  7440.     end tell
  7441. on error errMsg number errNum
  7442.     --enter statements to perform when no records are found such as...
  7443.     display dialog "Sorry, the item you selected could not be found."
  7444.     return
  7445. end try
  7446. All Packages
  7447. PPC EnablerO
  7448. Dev.CD Jul 95P
  7449. Dev.CD Jul 9V
  7450. 72200X
  7451. Jul 95
  7452. ws: Apple N
  7453. b--set theItem to choose file -- uncomment to test in an AS editor
  7454.     tell application "Finder"
  7455.         open item "Dev.CD Jul 95"
  7456.         activate
  7457.     end tell
  7458. on error errMsg number errNum
  7459.     --enter statements to perform when no records are found such as...
  7460.     display dialog "Sorry, the item you selected could not be found."
  7461.     return
  7462. end try
  7463.  1); OpenDoc HI Q&A, pt 3; QuickDraw 3D.
  7464. Business & Marketing:  Market Research Monthly (Server Software); Special Market Report 
  7465. (Newton Vertical Market); Marketing Feature (User Group Marketing).
  7466. This is final draft copy from the February Apple Directions, 
  7467.  1995, Apple Computer, Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  For permission, contact the editor on AppleLink at A.DIRECTIONS.
  7468. February 1995 Apple Directions Articles
  7469. News: Apple News (Developer Support for PCI; OpenDoc Roundup; Apple Supports Kaleida Products; GeoPort Kit; Apple Joins Versit); Strategy M
  7470. All Packages
  7471. PPC EnablerO
  7472. Dev.CD Jul 95P
  7473. Dev.CD Jul 9V
  7474. 72195X
  7475. Jul 95
  7476. b--set theItem to choose file -- uncomment to test in an AS editor
  7477.     tell application "Finder"
  7478.         open item "Dev.CD Jul 95"
  7479.         activate
  7480.     end tell
  7481. on error errMsg number errNum
  7482.     --enter statements to perform when no records are found such as...
  7483.     display dialog "Sorry, the item you selected could not be found."
  7484.     return
  7485. end try
  7486. All Packages
  7487. PPC EnablerO
  7488. Dev.CD Jul 95P
  7489. Dev.CD Jul 9V
  7490. 72196X
  7491. Jul 95
  7492. b--set theItem to choose file -- uncomment to test in an AS editor
  7493.     tell application "Finder"
  7494.         open item "Dev.CD Jul 95"
  7495.         activate
  7496.     end tell
  7497. on error errMsg number errNum
  7498.     --enter statements to perform when no records are found such as...
  7499.     display dialog "Sorry, the item you selected could not be found."
  7500.     return
  7501. end try
  7502. All Packages
  7503. PPC EnablerO
  7504. Dev.CD Jul 95P
  7505. Dev.CD Jul 9V
  7506. 72197X
  7507. Jul 95
  7508. nment.
  7509. b--set theItem to choose file -- uncomment to test in an AS editor
  7510.     tell application "Finder"
  7511.         open item "Dev.CD Oct 94"
  7512.         activate
  7513.     end tell
  7514. on error errMsg number errNum
  7515.     --enter statements to perform when no records are found such as...
  7516.     display dialog "Sorry, the item you selected could not be found."
  7517.     return
  7518. end try
  7519. AppleLink at A.DIRECTIONS. 
  7520. Apple Directions 01/95
  7521. Apple Directions 02/95
  7522. Apple Directions 03/95
  7523. Apple Directions 04/95
  7524. Apple Directions 05/95
  7525. Apple Directions 06/95
  7526. Apple Directions 07/95
  7527. Apple Directions 08/95
  7528. Apple Directions 09/95
  7529. Apple Directions 10/95
  7530. Apple Directions 11/95
  7531. Apple Directions 12/95
  7532. Mar 95L
  7533. Dec 95OMDev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1995:PUDev.CD Nov 99 TC
  7534.  - Programs & Marketing
  7535.  - Apple Directions
  7536.  - Apple Directions 1995
  7537. macintosh
  7538. powerbook
  7539. series
  7540. developer
  7541. tomicon
  7542. customise
  7543. customizable
  7544. customization
  7545. customize
  7546. customize/rewrite
  7547. customized
  7548. customizing
  7549. custompicproc
  7550. customputappend
  7551. customputdialog
  7552. customputsuffix
  7553. cutting
  7554. cvtccomments
  7555. defaulttextbox
  7556. define
  7557. defined
  7558. definingw
  7559. definition
  7560. definitions
  7561. delays{
  7562. deleteB
  7563. delivery
  7564. delta{
  7565. demo's
  7566. demonstrateb
  7567. demonstratesN
  7568. demonstrates
  7569. loading
  7570. playing
  7571. saving
  7572. mulitple
  7573. sounds
  7574. demonstrates
  7575. sprite
  7576. animation
  7577. using
  7578. screen
  7579. gworldst
  7580. demonstratingb
  7581. demonstrationa
  7582. denali{
  7583. departmentj
  7584. dependacies
  7585. dependencies
  7586. dependenty
  7587. derivative
  7588. described
  7589. describes`
  7590. describing
  7591. --set theItem to choose file -- uncomment to test in an AS editor
  7592.     tell application "Finder"
  7593.         open item "Dev CD Vol. V
  7594. Dev CD Vol. IV
  7595. Developer CD (III)"
  7596.         activate
  7597.     end tell
  7598. on error errMsg number errNum
  7599.     --enter statements to perform when no records are found such as...
  7600.     display dialog "Sorry, the item you selected could not be found."
  7601.     return
  7602. end try
  7603. first-person
  7604. fits{
  7605. five{
  7606. fixed
  7607. fixed-point
  7608. fixesW
  7609. 73021X
  7610. Nov 00^    TC Disk 1
  7611. --set theItem to choose file -- uncomment to test in an AS editor
  7612.     tell application "Finder"
  7613.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Velocity Engine:VelEng Wavelet:"
  7614.         activate
  7615.     end tell
  7616. on error errMsg number errNum
  7617.     --enter statements to perform when no records are found such as...
  7618.     display dialog "Sorry, the item you selected could not be found."
  7619.     return
  7620. end try
  7621. f*Velocity Engine
  7622. AlitVec
  7623. Wavelet
  7624. Daubechiesq
  7625. Dev.CD Nov 00 TC Disk 1
  7626. All Packages
  7627. Verifier 1.0
  7628. 73022X
  7629. --set theItem to choose file -- uncomment to test in an AS editor
  7630.     tell application "Finder"
  7631.         open item "Dev.CD Apr 94
  7632. Dev.CD Jan 94
  7633. Dev.CD Oct 93
  7634. Dev.CD Jul 93
  7635. Dev.CD Apr 93"
  7636.         activate
  7637.     end tell
  7638. on error errMsg number errNum
  7639.     --enter statements to perform when no records are found such as...
  7640.     display dialog "Sorry, the item you selected could not be found."
  7641.     return
  7642. end try
  7643. powerbooks
  7644. powerful
  7645. powermac
  7646. powermacor68k
  7647. powermacs
  7648. poweroff
  7649. powerpcA
  7650. prepared
  7651. easing
  7652. easy{
  7653. quickdraw
  7654. viewer
  7655. thompson
  7656. advent
  7657. adventures
  7658. advertisements
  7659. advertising
  7660. advice
  7661. advisable
  7662. ae/em
  7663. aecdev/aedeamon
  7664. aecoercion
  7665. aecoercioninit
  7666. aegestalt
  7667. aegizmosg
  7668. aerecords
  7669. aesenda
  7670. aeutd
  7671. aevti
  7672. affect
  7673. affected
  7674. affects
  7675. affordable
  7676. affordance
  7677. afloat
  7678. afterN
  7679. again
  7680. against
  7681. age-old
  7682. agent
  7683. agents
  7684. aggregate
  7685. aggressive{
  7686. aglfont
  7687. build
  7688. Hooks.cp
  7689. Hooks.cp.o
  7690. Hooks.h
  7691. TestHooks
  7692. TestHooks.cp
  7693. TestHooks.cp.o
  7694. TestHooks.make
  7695. TestHooks.makeout
  7696. THooks Documentation
  7697. THooks Documentation.txtK
  7698. Vol IIIL
  7699. Vol VIIM/MPW C++. This package is System 7.0 compatible.OGDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:C++ Related:THooks:PRDev.CD Nov 00 TC Disk 1
  7700.  - Tool Chest
  7701.  - Development Kits
  7702.  - C++ Related
  7703.  - THooksV
  7704. 72982X
  7705. Nov 00^    TC Disk 1
  7706. --set theItem to choose file -- uncomment to test in an AS editor
  7707.     tell application "Finder"
  7708.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:C++ Related:THooks:"
  7709.         activate
  7710.     end tell
  7711. on error errMsg number errNum
  7712.     --enter statements to perform when no records are found such as...
  7713.     display dialog "Sorry, the item you selected could not be found."
  7714.     return
  7715. end try
  7716. e    No Changeq
  7717. Dev.CD Nov 00 TC Disk 1
  7718. zD!All Packages
  7719. Mac OS SDK Edition
  7720. Thread Manager SDK 2.1
  7721. p--set theItem to choose file -- uncomment to test in an AS editor
  7722.     tell application "Finder"
  7723.         open item "Dev.CD Apr 94
  7724. Dev.CD Jan 94"
  7725.         activate
  7726.     end tell
  7727. on error errMsg number errNum
  7728.     --enter statements to perform when no records are found such as...
  7729.     display dialog "Sorry, the item you selected could not be found."
  7730.     return
  7731. end try
  7732. namely
  7733. names[
  7734. nasty
  7735. natick
  7736. national
  7737. native
  7738. natural
  7739. nature
  7740. navigate_
  7741. navigates
  7742. navigating
  7743. navigationz
  7744. nearest
  7745. nearly
  7746. necessary
  7747.     Cl, if the user allows the save, the Save action is mapped to a Cancel action but the reply is marked as good.
  7748. Communications Toolbox
  7749. Contributed
  7750. Devices and Hardware
  7751. Files
  7752. Games
  7753. Graphics 2D
  7754. Graphics 3D
  7755. Help Systems
  7756. Human Interface Toolbox
  7757. Interapplication Comm
  7758. Memory
  7759. Networking
  7760. OS Utilities
  7761. Overview
  7762. Platforms and Tools
  7763. Printing
  7764. Processes
  7765. QuickTime
  7766. Runtime Architecture
  7767. Sound
  7768. Feb 97L
  7769. Feb 97M-System 7 or greater, Universal Interfaces 2.0NKCustomGetFile, CustomPutFile, dialog, select, folder, file, balloon, appendO
  7770. Dev.CD Nov 99 TC:Sample Code:P
  7771. Dev.CD Nov 99 TC
  7772.  - Sample Code
  7773. takesl
  7774. taking
  7775. requiring
  7776. requiring
  7777. training
  7778. apple
  7779. chinese
  7780. handwriting
  7781. rescind
  7782. research{
  7783. researching
  7784. resedit
  7785. resemble
  7786. reserve
  7787. reserved{
  7788. reset
  7789. resets
  7790. reside
  7791. resident
  7792. resizable
  7793. resize
  7794. resizeable
  7795. resizing
  7796. resolutionx
  7797. track-generating
  7798. trackcontrol
  7799. anslations
  7800. translucent
  7801. transmission
  7802. transparency
  7803. transparent
  7804. transparently
  7805. transport{
  7806. transport's
  7807. transports
  7808. trapavailable
  7809. trapped
  7810. traps
  7811. trash
  7812. travel
  7813. traversing
  7814. treat
  7815. treatment
  7816. A "buffed up" version of the Snapshot example, Super Snapshot goes above and beyond the call of carbonization.  Includes such additions as multiple windows, saving snapshots to a PICT file, dynamic resizing of windows (perhaps the only example that does this using the "classic" or traditional event model), different menus for OS 9 and X, handling the Apple Event "Quit," and a special menu that will set the desktop on OS 9 and display full screen snapshots on OS X.
  7817. JqAEventStuff.c
  7818. CarbonPrefix.h
  7819. CarbonRes.rsrc
  7820. ReadMe
  7821. SnapShot(PPC)
  7822. Snapshot.c
  7823. Snapshot.h
  7824. SnapShot.mcp
  7825. Snapshot.rsrcK
  7826. Nov 00M
  7827. Color QuickDraw, CarbonLibN+Snapshot, screen shot, pixmap, Carbon, PICTO?Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Super Snapshot:PGDev.CD Nov 00 TC Disk 1
  7828.  - Sample Code
  7829.  - Graphics 2D
  7830.  - Super Snapshot
  7831. suffer
  7832. suffix
  7833. suggested
  7834. suggestions
  7835. suit{
  7836. suitability
  7837. suitable
  7838. suitcase
  7839. themU
  7840. 08/95{
  7841. 08/96|
  7842. 08/97}
  7843. 09-multimediaS
  7844. 09-multimedia
  7845. graphicsS
  7846. 09/95{
  7847. 09/96|
  7848. 09/97}
  7849. 72582X
  7850. Nov 99^
  7851. r--set theItem to choose file -- uncomment to test in an AS editor
  7852.     tell application "Finder"
  7853.         open item "Dev.CD Nov 99 TC:Sample Code:"
  7854.         activate
  7855.     end tell
  7856. on error errMsg number errNum
  7857.     --enter statements to perform when no records are found such as...
  7858.     display dialog "Sorry, the item you selected could not be found."
  7859.     return
  7860. end try
  7861. Deletedq
  7862. Dev.CD Nov 99 TC
  7863. D!All Packages
  7864. Tool Chest Edition
  7865. Snippets - OS Utilities
  7866. (** = new, * = revised)
  7867. DeskPat:  This snippet how you can  access the "Desktop Pattern" and the "Set Utilities Pattern" pattern. (This pattern is set by holding down the option key in the Desktop Patterns Control Panel.) This control panel uses resources of type 'ppat' to store this pattern. The `ppat' resource is stored in the System file in your System Folder; the desktop pattern has an ID of 16 and the utilities pattern has an ID of 42. Since this is not documented, it could be subjec
  7868. b--set theItem to choose file -- uncomment to test in an AS editor
  7869.     tell application "Finder"
  7870.         open item "Dev.CD Oct 94"
  7871.         activate
  7872.     end tell
  7873. on error errMsg number errNum
  7874.     --enter statements to perform when no records are found such as...
  7875.     display dialog "Sorry, the item you selected could not be found."
  7876.     return
  7877. end try
  7878.     --enter statements to perform when no records are found such as...
  7879.     display dialog "Sorry, the item you selected could not be found."
  7880.     return
  7881. end try
  7882. Deletedq
  7883. Dev.CD Nov 99 TC
  7884. =D!All Packages
  7885. Tool Chest Edition
  7886. Apple Directions 1997I:Summary:  Apple Directions, The Developer Business Report.
  7887. Apple Directions 01/97
  7888. Apple Directions 02/97
  7889. Apple Directions 03/97
  7890. Apple Directions 04/97
  7891. Apple Directions 05/97.pdf
  7892. Apple Directions 06/97.pdf
  7893. Apple Directions 07/97.pdf
  7894. Apple Directions 08/97.pdf
  7895. Apple Directions 09/97.pdf
  7896. Apple Directions 10/97.pdf
  7897. Apple Directions 11/97.pdf
  7898. Feb 97L
  7899. Sep 97d
  7900. All Packages
  7901. PowerTalk (PPC)O
  7902. Dev.CD Oct 94P
  7903. Dev.CD Oct 9V
  7904. 72189X
  7905. Oct 94
  7906. b--set theItem to choose file -- uncomment to test in an AS editor
  7907.     tell application "Finder"
  7908.         open item "Dev.CD Oct 94"
  7909.         activate
  7910.     end tell
  7911. on error errMsg number errNum
  7912.     --enter statements to perform when no records are found such as...
  7913.     display dialog "Sorry, the item you selected could not be found."
  7914.     return
  7915. end try
  7916. All Packages
  7917. PowerTalk (PPC)O
  7918. Dev.CD Oct 94P
  7919. Dev.CD Oct 9V
  7920. 72190X
  7921. Oct 94
  7922. b--set theItem to choose file -- uncomment to test in an AS editor
  7923.     tell application "Finder"
  7924.         open item "Dev.CD Oct 94"
  7925.         activate
  7926.     end tell
  7927. on error errMsg number errNum
  7928.     --enter statements to perform when no records are found such as...
  7929.     display dialog "Sorry, the item you selected could not be found."
  7930.     return
  7931. end try
  7932. All Packages
  7933. PowerTalk (PPC)O
  7934. Dev.CD Oct 94P
  7935. Dev.CD Oct 9V
  7936. 72191X
  7937. Oct 94
  7938. to post public messages to the network.
  7939. Talking Heads:  Startup document that allow you to "talk" with others in your network.  Files can be transferred between users.
  7940. TalkTool:  TalkTool is an MPW tool that allows you to use several protocols over AppleTalk.  It can send DDP, ATP, and Echo packets, and you can register names, get the zone list, and view names registered in the network
  7941. TCP:  Includes two MPW Tools, TCPSend and TCPReceive, that demonstrate a very simple establishment of 
  7942. a TCP connection and sending a text string over that connection. An API library of all the MacCTB driver and DNR calls is also included.
  7943. TCP Server:  This client/server sample uses MacTCP to implement a simple "greeting" server.  The server opens up several listeners on kGreetingPort (1235).
  7944. TCPClose:  This snippet shows how to close a connection gracefully without causing errors or forcing aborts on either the local or remote end.
  7945. testNBP:  Test program to demonstrate case insensitivit
  7946. enabler
  7947. ppctoolboxkeychain
  7948. prefs
  7949. premixer
  7950. primer
  7951. print
  7952. print
  7953. clipped
  7954. offscreen
  7955. print
  7956. multipage
  7957. printdialogmagic
  7958. printing
  7959. printrecordspy
  7960. procdoggie
  7961. process
  7962. processes
  7963. processorC
  7964. profile
  7965. profiler
  7966. profilerenamer
  7967. progguide
  7968. progguide
  7969. apple
  7970. scanners
  7971. program
  7972. programmer's
  7973. programmer's
  7974. 1.4.2
  7975. progressbars
  7976. progresswindoid-c
  7977. qualified
  7978. quickdraw
  7979. r13u5
  7980. r15d1
  7981. reader_
  7982. receive
  7983. redistribution
  7984. registration
  7985. registry~
  7986. release
  7987. reporting
  7988. reports
  7989. requests
  7990. resedit
  7991. resources
  7992. robustness@
  7993. screendump@
  7994. send@
  7995. signaturetoapp@
  7996. snippets
  7997. processes@
  7998. sphere@
  7999. standardfileicons@
  8000. standards@
  8001. suites@
  8002. system
  8003. system
  8004. samples@
  8005. system
  8006. enabler
  8007. system
  8008. enabler
  8009. code@
  8010. university@
  8011. access
  8012. 1.0.1
  8013. with@
  8014. 1.1.4@
  8015. 1284@
  8016. 16-bit@
  8017. 2-364@
  8018. 2.0.1@
  8019. 4400/200@
  8020. 68k-based@
  8021. 7.5.1@
  8022. 8-bit@
  8023. 9600@
  8024. better
  8025. version
  8026. launchwithdoc@
  8027. collection
  8028. macintosh
  8029. quicktime
  8030. samples@
  8031. collection
  8032. quicktime
  8033. samples@
  8034. sample
  8035. showing
  8036. receive
  8037. appleevents
  8038. simple
  8039. sample
  8040. which
  8041. demonstrates
  8042. controls@
  8043. assword@
  8044. b--set theItem to choose file -- uncomment to test in an AS editor
  8045.     tell application "Finder"
  8046.         open item "Dev.CD Oct 94"
  8047.         activate
  8048.     end tell
  8049. on error errMsg number errNum
  8050.     --enter statements to perform when no records are found such as...
  8051.     display dialog "Sorry, the item you selected could not be found."
  8052.     return
  8053. end try
  8054. HyperCard stack, you may easily create and send Apple events to an application.  By reading an application's 'aete' resource, whicBfh generates glue routines, you can "test drive" the application by sending it events that it supports.
  8055. J*Apple Event XCMDs b3
  8056. Apple Event XCMDs DocK
  8057. Nov 94OlDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Apple Event XCMDs 1.0b3:PzDev.CD Nov 00 TC Disk 1
  8058.  - Tool Chest
  8059.  - Development Kits
  8060.  - HyperCard Related
  8061.  - XCMDs & XFCNs
  8062.  - Apple Event XCMDs 1.0b3
  8063. entertainment
  8064. environment
  8065. indication
  8066. option
  8067. eomodeler
  8068. error
  8069. error
  8070. reports
  8071. apple
  8072. ethernetR
  8073. ethernet
  8074. address
  8075. ethernet
  8076. built-in
  8077. ethernet
  8078. ethertalk
  8079. etsda
  8080. eventi
  8081. eventsb
  8082. exchange
  8083. expansion
  8084. export
  8085. exporters
  8086. exporting
  8087. extension
  8088. external
  8089. external
  8090. system
  8091. external
  8092. extractor
  8093. faceless
  8094. faceless
  8095. background-only
  8096. family
  8097. fcode
  8098. features
  8099. fetch
  8100. field
  8101. exchange
  8102. management
  8103. manager
  8104. manager
  8105. sample
  8106. preview
  8107. sharing
  8108. p--set theItem to choose file -- uncomment to test in an AS editor
  8109.     tell application "Finder"
  8110.         open item "Dev.CD Apr 95
  8111. Dev.CD Jan 95"
  8112.         activate
  8113.     end tell
  8114. on error errMsg number errNum
  8115.     --enter statements to perform when no records are found such as...
  8116.     display dialog "Sorry, the item you selected could not be found."
  8117.     return
  8118. end try
  8119. isplay dialog "Sorry, the item you selected could not be found."
  8120.     return
  8121. end try
  8122. e    No Changeq
  8123. Dev.CD Dec 00 RL Disk 1
  8124. AD!All Packages
  8125. Mac OS SDK Edition
  8126. Apple Guide
  8127. All Packages
  8128. PowerTalk (PPC)O
  8129. Dev.CD Oct 94P
  8130. Dev.CD Oct 9V
  8131. 72186X
  8132. Oct 94
  8133. b--set theItem to choose file -- uncomment to test in an AS editor
  8134.     tell application "Finder"
  8135.         open item "Dev.CD Oct 94"
  8136.         activate
  8137.     end tell
  8138. on error errMsg number errNum
  8139.     --enter statements to perform when no records are found such as...
  8140.     display dialog "Sorry, the item you selected could not be found."
  8141.     return
  8142. end try
  8143. All Packages
  8144. PowerTalk (PPC)O
  8145. Dev.CD Oct 94P
  8146. Dev.CD Oct 9V
  8147. 72187X
  8148. Oct 94
  8149. b--set theItem to choose file -- uncomment to test in an AS editor
  8150.     tell application "Finder"
  8151.         open item "Dev.CD Oct 94"
  8152.         activate
  8153.     end tell
  8154. on error errMsg number errNum
  8155.     --enter statements to perform when no records are found such as...
  8156.     display dialog "Sorry, the item you selected could not be found."
  8157.     return
  8158. end try
  8159. All Packages
  8160. PowerTalk (PPC)O
  8161. Dev.CD Oct 94P
  8162. Dev.CD Oct 9V
  8163. 72188X
  8164. Oct 94
  8165. b--set theItem to choose file -- uncomment to test in an AS editor
  8166.     tell application "Finder"
  8167.         open item "Dev.CD Oct 94"
  8168.         activate
  8169.     end tell
  8170. on error errMsg number errNum
  8171.     --enter statements to perform when no records are found such as...
  8172.     display dialog "Sorry, the item you selected could not be found."
  8173.     return
  8174. end try
  8175. ws, dialog boxes, and controls. In response to feedback from developers and users regarding the difficulty of distinguishing activ
  8176. e windows from inactive windows, we have changed the appearance of all inactive windows and disabled controls. This updated appearance gives users better feedback about inactive windows and dialog boxes. It also provides more affordance in the active windows and enabled controls. 
  8177. This version of the document also contains the appearance for tab panels (tabs and content panes) which appear in dialog boxes. It shows tabs in small and large sizes. 
  8178. Use of the Grayscale Appearance design in
  8179. All Packages
  8180. PowerTalk (PPC)O
  8181. Dev.CD Oct 94P
  8182. Dev.CD Oct 9V
  8183. 72183X
  8184. Oct 94
  8185. b--set theItem to choose file -- uncomment to test in an AS editor
  8186.     tell application "Finder"
  8187.         open item "Dev.CD Oct 94"
  8188.         activate
  8189.     end tell
  8190. on error errMsg number errNum
  8191.     --enter statements to perform when no records are found such as...
  8192.     display dialog "Sorry, the item you selected could not be found."
  8193.     return
  8194. end try
  8195. All Packages
  8196. PowerTalk (PPC)O
  8197. Dev.CD Oct 94P
  8198. Dev.CD Oct 9V
  8199. 72184X
  8200. Oct 94
  8201. b--set theItem to choose file -- uncomment to test in an AS editor
  8202.     tell application "Finder"
  8203.         open item "Dev.CD Oct 94"
  8204.         activate
  8205.     end tell
  8206. on error errMsg number errNum
  8207.     --enter statements to perform when no records are found such as...
  8208.     display dialog "Sorry, the item you selected could not be found."
  8209.     return
  8210. end try
  8211. All Packages
  8212. PowerTalk (PPC)O
  8213. Dev.CD Oct 94P
  8214. Dev.CD Oct 9V
  8215. 72185X
  8216. Oct 94
  8217. N=Unicode Imaging Text Type Bi-directional Rotation Double-byte
  8218. apple
  8219. computer
  8220. fractional
  8221. fragile
  8222. fragment
  8223. fragment
  8224. simple
  8225. application
  8226. designed
  8227. allow
  8228. fragments
  8229. 73006X
  8230. Nov 00^    TC Disk 2
  8231. --set theItem to choose file -- uncomment to test in an AS editor
  8232.     tell application "Finder"
  8233.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Text:TypeServicesForUnicode:"
  8234.         activate
  8235.     end tell
  8236. on error errMsg number errNum
  8237.     --enter statements to perform when no records are found such as...
  8238.     display dialog "Sorry, the item you selected could not be found."
  8239.     return
  8240. end try
  8241. e    No Changef=Unicode
  8242. Imaging
  8243. Bi-directional
  8244. Rotation
  8245. Double-byteq
  8246. Dev.CD Nov 00 TC Disk 2
  8247. All Packages
  8248. UFailureI
  8249. UFailure (or Signals) is a set of exception handling routines suitable for use with MacApp, MPW C, and MPW Pascal. It is a jazzed-up version of the MacApp UFailure unit. There is a set of C interfaces to it as well.J0UFailure.a
  8250. UFailure.h
  8251. UFailure.inc1.p
  8252. UFailure.pN&UFailure, Exception, Handler, UFailureO6Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:UFailure:V
  8253. 73007X
  8254. 1e    No Change
  8255.  ReadMe- Show Movie
  8256. MenuStuff.c
  8257. MenuStuff.h
  8258. MoviePrefs.c
  8259. MoviePrefs.h
  8260. MovieStuff.c
  8261. MovieStuff.h
  8262. Sample Movie
  8263. Show Movie.c
  8264. Show Movie.rsrc
  8265. ShowMovie(PPC)
  8266. ShowMovie.mcp
  8267. WindStuff.c
  8268. WindStuff.hK
  8269. Jan 96M    QuickTimeN QuickTime, callback, movie, loopO@Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:Show Movie:PKDev.CD Nov 00 TC Disk 2
  8270.  - Sample Code
  8271.  - QuickTime
  8272.  - Basics
  8273.  - Show Moviefile
  8274. gxfile
  8275. gxgraphics
  8276. gxobjects
  8277. gxoverridetool
  8278. gxoverview
  8279. gxprintdrivers
  8280. gxprinting
  8281. gxtopostscript
  8282. gxtypography
  8283. interactiona
  8284. interapplicationQ
  8285. interapplication
  8286. commQ
  8287. interfaceQ
  8288. international
  8289. internety
  8290. internet
  8291. address
  8292. detectors
  8293. gatewayT
  8294. japanese
  8295. japanese
  8296. resources
  8297. keyboard
  8298. libraries
  8299. libraryA
  8300. licensing
  8301. linked
  8302. linked
  8303. files
  8304. encodings
  8305. macbinary
  8306. macdebugprefixl
  8307. macdebugprefix
  8308. macprefixl
  8309. GetDir 2.6 (US)
  8310. GetFInfo 1.3 (US)
  8311. GetIcon 1.0 (US)
  8312. GetMode 1.4 (US)
  8313. GetVInfo 1.0 (US)
  8314. GetVolumes 1.1 (US)
  8315. GlobalList 1.1 (US)
  8316. GlobalMaster 1.0 (US)
  8317. HowMany 1.1 (US)
  8318. ICNToICON 1.8 (US)
  8319. Infoid 1.1 (US)
  8320. InputDialog 1.2 (US)
  8321. IsDate 1.0 (US)
  8322. IsFinderLocked 1.2 (US)
  8323. KillRes 1.4 (US)
  8324. LaunchDoc 1.0 (US)
  8325. LineCount 1.7 (US)
  8326. ListComponents 1.0 (US)
  8327. ListLogic 1.6 (US)
  8328. Listoid 3.4 (US)
  8329. ListSelect 5.1 (US)
  8330. MacType 1.3 (US)
  8331. Menu 2.1 (US)
  8332. MergeItems 1.0 (US)
  8333. Mousoid 1.1 (US)
  8334. Notification 1.0 (US)
  8335. usList 1.0 (US)
  8336. Oldies:
  8337. PICToid 1.3 (US)
  8338. PictToClip 1.7 (US)
  8339. PlayIt 1.0 (US)
  8340. PPCList 1.1 (US)
  8341. PrintPICT 1.4 (US)
  8342. PrintPICTList 1.3 (US)
  8343. Privileges 1.3 (US)
  8344. Promptoid 1.5 (US)
  8345. QCopy 1.2 (US)
  8346. Recordit 1.0 (US)
  8347. RemoveFolder 1.2 (US)
  8348. ReplaceAttributes 1.0 (US)
  8349. ReplaceCharSet 1.1 (US)
  8350. ResolveAlias 1.2 (US)
  8351. ResText 2.3 (US)
  8352. RestoreCtrlChars 1.1 (US)
  8353. SayText 1.1 (US)
  8354. ScrapXCMDs 1.9 (US)
  8355. SelectDir 1.1 (US)
  8356. SelectFile 1.2 (US)
  8357. SendPS 1.4 (US)
  8358. ServerVols 1.1 (US)
  8359. SetFileFlag 1.2 (US)
  8360. SetFinderLock 
  8361. OF    PowerTalkO
  8362. Dev.CD Apr 95P
  8363. Dev.CD Apr 9em to choose file -- uncomment to test in an AS editor
  8364.     tell application "Finder"
  8365.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Apple Guide:"
  8366.         activate
  8367.     end tell
  8368. on error errMsg number errNum
  8369.     --enter statements to perform when no records are found such as...
  8370.     display dialog "Sorry, the item you selected could not be found."
  8371.     return
  8372. end try
  8373. e    No Changef
  8374. Apple Guide
  8375. Help Systemsq
  8376. Dev.CD Oct 00 SDK1
  8377. BD!All Packages
  8378. Mac OS SDK Edition
  8379. Apple Help SDK 1.0
  8380. The contents of this SDK enable developers to create html based help files that can be used with the Apple Help on Mac OS 8.6 or later systems.  The SDK contains the Apple Help documentation, the tools necessary to create Sherlock type indexes, example help files and a tutorial.
  8381. This is the initial release of the Apple Help SDK and is compatible with Mac OS 8.6 and later systems.
  8382. Apple Help SDK.smiK
  8383. Oct 99M
  8384. Mac OS 8.6 or later systems
  8385. All Packages
  8386. F    PowerTalkO
  8387. Dev.CD Apr 95P
  8388. Dev.CD Apr 9V
  8389. 72180X
  8390. Apr 95
  8391. b--set theItem to choose file -- uncomment to test in an AS editor
  8392.     tell application "Finder"
  8393.         open item "Dev.CD Apr 95"
  8394.         activate
  8395.     end tell
  8396. on error errMsg number errNum
  8397.     --enter statements to perform when no records are found such as...
  8398.     display dialog "Sorry, the item you selected could not be found."
  8399.     return
  8400. end try
  8401. All Packages
  8402. F    PowerTalkO
  8403. Dev.CD Apr 95P
  8404. Dev.CD Apr 9V
  8405. 72181X
  8406. Apr 95
  8407. b--set theItem to choose file -- uncomment to test in an AS editor
  8408.     tell application "Finder"
  8409.         open item "Dev.CD Apr 95"
  8410.         activate
  8411.     end tell
  8412. on error errMsg number errNum
  8413.     --enter statements to perform when no records are found such as...
  8414.     display dialog "Sorry, the item you selected could not be found."
  8415.     return
  8416. end try
  8417. All Packages
  8418. PowerTalk (PPC)O
  8419. Dev.CD Oct 94P
  8420. Dev.CD Oct 9V
  8421. 72182X
  8422. Oct 94
  8423. e Guide 2.1
  8424. Dev.CD Apr 9V
  8425. 72177X
  8426. Apr 95
  8427. b--set theItem to choose file -- uncomment to test in an AS editor
  8428.     tell application "Finder"
  8429.         open item "Dev.CD Apr 95"
  8430.         activate
  8431.     end tell
  8432. on error errMsg number errNum
  8433.     --enter statements to perform when no records are found such as...
  8434.     display dialog "Sorry, the item you selected could not be found."
  8435.     return
  8436. end try
  8437. All Packages
  8438. F    PowerTalkO
  8439. Dev.CD Apr 95
  8440. Dev.CD Jan 95P
  8441. Dev.CD Apr 95
  8442. Dev.CD Jan 9V
  8443. 72178X
  8444. Apr 95
  8445. p--set theItem to choose file -- uncomment to test in an AS editor
  8446.     tell application "Finder"
  8447.         open item "Dev.CD Apr 95
  8448. Dev.CD Jan 95"
  8449.         activate
  8450.     end tell
  8451. on error errMsg number errNum
  8452.     --enter statements to perform when no records are found such as...
  8453.     display dialog "Sorry, the item you selected could not be found."
  8454.     return
  8455. end try
  8456. All Packages
  8457. F    PowerTalkO
  8458. Dev.CD Apr 95
  8459. Dev.CD Jan 95P
  8460. Dev.CD Apr 95
  8461. Dev.CD Jan 9V
  8462. 72179X
  8463. Apr 95
  8464. p--set theItem to choose file -- uncomment to test in an AS editor
  8465.     tell application "Finder"
  8466.         open item "Dev.CD Apr 95
  8467. Dev.CD Jan 95"
  8468.         activate
  8469.     end tell
  8470. on error errMsg number errNum
  8471.     --enter statements to perform when no records are found such as...
  8472.     display dialog "Sorry, the item you selected could not be found."
  8473.     return
  8474. end try
  8475. ication, they can specify a directory for AG to search for guide files other than the application's directory.  See 
  8476. 'Guide Directory Resource' topic below.
  8477. Whether an application has guide files or not, Apple Guide was searching through the app's directory 5 different times for guide files.  This is now a single search and is much faster. Any guide file information found is cached for performance.
  8478. JbApple Guide 2.1.1
  8479. Apple Guide 2.1.1 Read Me First
  8480. Authoring
  8481. Engineering
  8482. Goodies
  8483. Japanese ResourcesK
  8484. Dec 95L
  8485. Jul 97M
  8486. MacOS 7.0 or greater.O7Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Apple Guide:
  8487. All Packages
  8488. F    PowerTalkO
  8489. Dev.CD Apr 95
  8490. Dev.CD Jan 95P
  8491. Dev.CD Apr 95
  8492. Dev.CD Jan 9V
  8493. 72175X
  8494. Apr 95
  8495. p--set theItem to choose file -- uncomment to test in an AS editor
  8496.     tell application "Finder"
  8497.         open item "Dev.CD Apr 95
  8498. Dev.CD Jan 95"
  8499.         activate
  8500.     end tell
  8501. on error errMsg number errNum
  8502.     --enter statements to perform when no records are found such as...
  8503.     display dialog "Sorry, the item you selected could not be found."
  8504.     return
  8505. end try
  8506. All Packages
  8507. F    PowerTalkO
  8508. Dev.CD Apr 95P
  8509. Dev.CD Apr 9V
  8510. 72176X
  8511. Apr 95
  8512. b--set theItem to choose file -- uncomment to test in an AS editor
  8513.     tell application "Finder"
  8514.         open item "Dev.CD Apr 95"
  8515.         activate
  8516.     end tell
  8517. on error errMsg number errNum
  8518.     --enter statements to perform when no records are found such as...
  8519.     display dialog "Sorry, the item you selected could not be found."
  8520.     return
  8521. end try
  8522. All Packages
  8523. F    PowerTalkO
  8524. Dev.CD Apr 95V
  8525. 72177X
  8526. There are various approaches to wavelet processing of color images, and machine architecture dictates in large measure which algorithm is optimal. This sample is a Velocity Engine (G4) implementation in which pixels are processed as four-dimensional (RGBA) vector entities. In this mode the vector machinery performs the (Daubechies D4) wavelet algebra in only three vector operations per pixel. 
  8527. We also implemented a more standard, channel-correlation scenario, with YUV-decomposed RGB image
  8528. s (with UV sub-sampling) and a biorthogonal (Burt 5/7) wavelet transform applied thrice. A key to these fast vector implementations is the adoption of certain rational approximations
  8529. we call 
  8530. shift-rational
  8531.  forms
  8532. to the true wavelet coefficients, allowing for efficient Velocity Engine arithmetic. Other Velocity Engine enhancements include very fast subsampling for the UV channels, via vector-average instructions. 
  8533. Timing experiments show a Velocity Engine speedup of 5x or more over corre
  8534. 72589X
  8535. Nov 99^
  8536. r--set theItem to choose file -- uncomment to test in an AS editor
  8537.     tell application "Finder"
  8538.         open item "Dev.CD Nov 99 TC:Sample Code:"
  8539.         activate
  8540.     end tell
  8541. on error errMsg number errNum
  8542.     --enter statements to perform when no records are found such as...
  8543.     display dialog "Sorry, the item you selected could not be found."
  8544.     return
  8545. end try
  8546. Deletedq
  8547. Dev.CD Nov 99 TC
  8548. D!All Packages
  8549. Tool Chest Edition
  8550. Snippets - Text
  8551. (** = new, * = revised)
  8552. ChangeTextStyleRec:  A utility routine that can simplify the process of modifying a TextStyle record to change a font, style, or type size.
  8553. NamingTableAccess:  NamingTableAccess is a Pascal Unit, and a small application demonstrating its usage. It helps dig out the contents of the NamingTable in a TrueType 'sfnt'
  8554. strlist:  A string list library.  See "strlist.txt" for details.
  8555. 72590X
  8556. Deleted
  8557. e    No Changeq
  8558. Dev.CD Nov 00 TC Disk 1
  8559. All Packages
  8560. VideoFrameToGWorld
  8561. This easy to follow example shows how a single frame from a video track can be drawn into a GWorld. The procedure shows how a GWorld can contain the frame pixels ready for custom manipulation by the application developer. A simple rotate is also performed for each subsequent frame to show how a transformation can be performed before drawing to the GWorld. Pressing the mouse button will advance the movie to the next frame.
  8562. J}GetFile.c
  8563. Read Me
  8564. VideoFrameToGWorld
  8565. VideoFrameToGWorld.c
  8566. VideoFrameToGWorld.h
  8567. VideoFrameToGWorld.mcp
  8568. VideoFrameToGWorld.rsrcMoCodeWarrior Pro 5 (IDE 4.0.4), Mac OS 8.5+, QuickTime 4.0+, Universal Interfaces 3.3.1+ or QuickTime 4.1+ SDK.
  8569. Video Frame, GWorldOHDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:VideoFrameToGWorld:PSDev.CD Nov 00 TC Disk 2
  8570.  - Sample Code
  8571.  - QuickTime
  8572.  - Basics
  8573.  - VideoFrameToGWorldV
  8574. 73025X
  8575. Nov 00^    TC Disk 2
  8576. e    No Change
  8577. postal
  8578. posted
  8579. poster
  8580. posting
  8581. posts
  8582. postscript
  8583. postscripthandle
  8584. postscripthandledemo
  8585. potential
  8586. potentially
  8587. pottier
  8588. powemac{
  8589. Summary:
  8590. Collection of Mac OS 8 and 9 books. You'll be able to access documentation for software technologies and programming interfaces supported by Mac OS 8 and 9 updates. Much of this information is also useful for programming in prior versions of the Mac OS.
  8591. DevTools
  8592. Files
  8593. Glossary
  8594. HelpSystems
  8595. HumanInterfaceToolbox
  8596. images
  8597. Indexes
  8598. InterproCom
  8599. Legacy
  8600. mac8.html
  8601. MultimediaGraphics
  8602. NetworkCommSvcs
  8603. OSSvcs
  8604. Overview
  8605. printondemand.html
  8606. ResultCodeTable
  8607. RuntimeSvcs
  8608. SearchingTechnologies
  8609. SiteInfo
  8610. TextIntlSvcs
  8611. Utilities
  8612. Jan 00L
  8613. Dec 00M
  8614. web browser
  8615. O5Dev.CD Dec 00 RL Disk 2:TechnicalPublications:macos8:
  8616. differentiating
  8617. differently
  8618. differing
  8619. differs
  8620. difficult
  8621. All Packages
  8622. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  8623. Dev.CD Jan 94
  8624. Dev.CD Oct 93
  8625. Dev.CD Jul 93
  8626. Dev.CD Apr 93PDDev.CD Apr 94
  8627. Dev.CD Jan 94
  8628. Dev.CD Oct 93
  8629. Dev.CD Jul 93
  8630. Dev.CD Apr 9V
  8631. 72926X
  8632. Apr 94
  8633. --set theItem to choose file -- uncomment to test in an AS editor
  8634.     tell application "Finder"
  8635.         open item "Dev.CD Apr 94
  8636. Dev.CD Jan 94
  8637. Dev.CD Oct 93
  8638. Dev.CD Jul 93
  8639. Dev.CD Apr 93"
  8640.         activate
  8641.     end tell
  8642. on error errMsg number errNum
  8643.     --enter statements to perform when no records are found such as...
  8644.     display dialog "Sorry, the item you selected could not be found."
  8645.     return
  8646. end try
  8647. All Packages
  8648. System Enabler 403 (LC 520)O)Dev.CD Apr 94
  8649. Dev.CD Jan 94
  8650. Dev.CD Oct 93P(Dev.CD Apr 94
  8651. Dev.CD Jan 94
  8652. Dev.CD Oct 9V
  8653. 72927X
  8654. Apr 94
  8655. handlersf
  8656. handles
  8657. handling
  8658. handoff
  8659. --set theItem to choose file -- uncomment to test in an AS editor
  8660.     tell application "Finder"
  8661.         open item "Dev.CD Apr 94
  8662. Dev.CD Jan 94
  8663. Dev.CD Oct 93
  8664. Dev.CD Jul 93
  8665. Dev.CD Apr 93"
  8666.         activate
  8667.     end tell
  8668. on error errMsg number errNum
  8669.     --enter statements to perform when no records are found such as...
  8670.     display dialog "Sorry, the item you selected could not be found."
  8671.     return
  8672. end try
  8673. portU
  8674. portable
  8675. porting
  8676. portion
  8677. portrait{
  8678. ports
  8679. position
  8680. positioning
  8681. possibilities
  8682. possibility
  8683. possiblee
  8684. possibly
  8685. postal
  8686. posting
  8687. postscript
  8688. potential
  8689. potentially
  8690. pottier
  8691. powemac{
  8692. p--set theItem to choose file -- uncomment to test in an AS editor
  8693.     tell application "Finder"
  8694.         open item "Dev.CD Apr 95
  8695. Dev.CD Jan 95"
  8696.         activate
  8697.     end tell
  8698. on error errMsg number errNum
  8699.     --enter statements to perform when no records are found such as...
  8700.     display dialog "Sorry, the item you selected could not be found."
  8701.     return
  8702. end try
  8703. rror errMsg number errNum
  8704.     --enter statements to perform when no records are found such as...
  8705.     display dialog "Sorry, the item you selected could not be found."
  8706.     return
  8707. end try
  8708. e    No Changef
  8709. Apple Help
  8710. Apple Guideq
  8711. Dev.CD Oct 00 SDK1
  8712. CD!All Packages
  8713. Tool Chest Edition
  8714. Apple II Monitor dcmd (xx)I
  8715. Summary: This package lets you use many of the Apple IIe and IIGS monitor commands with the Apple IIe Card and Macsbug.
  8716. Features: Lets you display, change, move, and verify memory; find patterns in memory; and disassemble 65C02 code.J
  8717. XX Docs
  8718. XX Docs.txtK
  8719. Vol XId
  8720. 72172X
  8721. Apr 95
  8722. b--set theItem to choose file -- uncomment to test in an AS editor
  8723.     tell application "Finder"
  8724.         open item "Dev.CD Apr 95"
  8725.         activate
  8726.     end tell
  8727. on error errMsg number errNum
  8728.     --enter statements to perform when no records are found such as...
  8729.     display dialog "Sorry, the item you selected could not be found."
  8730.     return
  8731. end try
  8732. All Packages
  8733. F    PowerTalkO
  8734. Dev.CD Apr 95
  8735. Dev.CD Jan 95P
  8736. Dev.CD Apr 95
  8737. Dev.CD Jan 9V
  8738. 72173X
  8739. Apr 95
  8740. p--set theItem to choose file -- uncomment to test in an AS editor
  8741.     tell application "Finder"
  8742.         open item "Dev.CD Apr 95
  8743. Dev.CD Jan 95"
  8744.         activate
  8745.     end tell
  8746. on error errMsg number errNum
  8747.     --enter statements to perform when no records are found such as...
  8748.     display dialog "Sorry, the item you selected could not be found."
  8749.     return
  8750. end try
  8751. All Packages
  8752. F    PowerTalkO
  8753. Dev.CD Apr 95
  8754. Dev.CD Jan 95P
  8755. Dev.CD Apr 95
  8756. Dev.CD Jan 9V
  8757. 72174X
  8758. Apr 95
  8759. strings
  8760. listen
  8761. stringservices
  8762. stringutils
  8763. stringutils
  8764. stringutils
  8765. drawkeycaps
  8766. function
  8767. draws
  8768. given
  8769. enclosed
  8770. files
  8771. allow
  8772. build
  8773. driver
  8774. enclosed
  8775. snippet
  8776. installer
  8777. scripters
  8778. userchkg
  8779. synchronization
  8780. control
  8781. panel
  8782. allows
  8783. adobe
  8784. acrobat
  8785. reader
  8786. allows
  8787. navigate
  8788. includes
  8789. address
  8790. rowbytes
  8791. installer
  8792. provides
  8793. documentation
  8794. examples
  8795. instrumentation
  8796. primarily
  8797. performance
  8798. interactive
  8799. corporation
  8800. success
  8801. guide
  8802. selling
  8803. microsoft
  8804. foundation
  8805. class
  8806. multi-documment
  8807. interfac
  8808. floppy
  8809. builder
  8810. builds
  8811. disks
  8812. conforming
  8813. third
  8814. third-party
  8815. Dev.CD Apr 9V
  8816. 72167X
  8817. Apr 95
  8818. b--set theItem to choose file -- uncomment to test in an AS editor
  8819.     tell application "Finder"
  8820.         open item "Dev.CD Apr 95"
  8821.         activate
  8822.     end tell
  8823. on error errMsg number errNum
  8824.     --enter statements to perform when no records are found such as...
  8825.     display dialog "Sorry, the item you selected could not be found."
  8826.     return
  8827. end try
  8828. All Packages
  8829. F    PowerTalkO
  8830. Dev.CD Apr 95
  8831. Dev.CD Jan 95P
  8832. Dev.CD Apr 95
  8833. Dev.CD Jan 9V
  8834. 72168X
  8835. Apr 95
  8836. p--set theItem to choose file -- uncomment to test in an AS editor
  8837.     tell application "Finder"
  8838.         open item "Dev.CD Apr 95
  8839. Dev.CD Jan 95"
  8840.         activate
  8841.     end tell
  8842. on error errMsg number errNum
  8843.     --enter statements to perform when no records are found such as...
  8844.     display dialog "Sorry, the item you selected could not be found."
  8845.     return
  8846. end try
  8847. All Packages
  8848. F    PowerTalkO
  8849. Dev.CD Apr 95
  8850. Dev.CD Jan 95P
  8851. Dev.CD Apr 95
  8852. Dev.CD Jan 9V
  8853. 72169X
  8854. Apr 95
  8855. All Packages
  8856. F    PowerTalkO
  8857. Dev.CD Apr 95
  8858. Dev.CD Jan 95P
  8859. Dev.CD Apr 95
  8860. Dev.CD Jan 9V
  8861. 72170X
  8862. Apr 95
  8863. p--set theItem to choose file -- uncomment to test in an AS editor
  8864.     tell application "Finder"
  8865.         open item "Dev.CD Apr 95
  8866. Dev.CD Jan 95"
  8867.         activate
  8868.     end tell
  8869. on error errMsg number errNum
  8870.     --enter statements to perform when no records are found such as...
  8871.     display dialog "Sorry, the item you selected could not be found."
  8872.     return
  8873. end try
  8874. All Packages
  8875. F    PowerTalkO
  8876. Dev.CD Apr 95
  8877. Dev.CD Jan 95P
  8878. Dev.CD Apr 95
  8879. Dev.CD Jan 9V
  8880. 72171X
  8881. Apr 95
  8882. p--set theItem to choose file -- uncomment to test in an AS editor
  8883.     tell application "Finder"
  8884.         open item "Dev.CD Apr 95
  8885. Dev.CD Jan 95"
  8886.         activate
  8887.     end tell
  8888. on error errMsg number errNum
  8889.     --enter statements to perform when no records are found such as...
  8890.     display dialog "Sorry, the item you selected could not be found."
  8891.     return
  8892. end try
  8893. All Packages
  8894. All Packages
  8895. F    PowerTalkO
  8896. Dev.CD Apr 95
  8897. Dev.CD Jan 95P
  8898. Dev.CD Apr 95
  8899. Dev.CD Jan 9V
  8900. 72165X
  8901. Apr 95
  8902. p--set theItem to choose file -- uncomment to test in an AS editor
  8903.     tell application "Finder"
  8904.         open item "Dev.CD Apr 95
  8905. Dev.CD Jan 95"
  8906.         activate
  8907.     end tell
  8908. on error errMsg number errNum
  8909.     --enter statements to perform when no records are found such as...
  8910.     display dialog "Sorry, the item you selected could not be found."
  8911.     return
  8912. end try
  8913. All Packages
  8914. F    PowerTalkO
  8915. Dev.CD Apr 95P
  8916. Dev.CD Apr 9V
  8917. 72166X
  8918. Apr 95
  8919. b--set theItem to choose file -- uncomment to test in an AS editor
  8920.     tell application "Finder"
  8921.         open item "Dev.CD Apr 95"
  8922.         activate
  8923.     end tell
  8924. on error errMsg number errNum
  8925.     --enter statements to perform when no records are found such as...
  8926.     display dialog "Sorry, the item you selected could not be found."
  8927.     return
  8928. end try
  8929. All Packages
  8930. F    PowerTalkO
  8931. Dev.CD Apr 95V
  8932. 72167X
  8933. p--set theItem to choose file -- uncomment to test in an AS editor
  8934.     tell application "Finder"
  8935.         open item "Dev.CD Apr 95
  8936. Dev.CD Jan 95"
  8937.         activate
  8938.     end tell
  8939. on error errMsg number errNum
  8940.     --enter statements to perform when no records are found such as...
  8941.     display dialog "Sorry, the item you selected could not be found."
  8942.     return
  8943. end try
  8944. stitution will not, in some cases, satisfy grammatical requirements.
  8945. Apple International Glossar.imgK
  8946. Nov 96M<Any  Mac 68030 or later or any PowerPC, System 7.0 or later.N
  8947. International, GlossariesOODev.CD Nov 00 TC Disk 1:Tool Chest:Localization:Apple International Glossaries:PWDev.CD Nov 00 TC Disk 1
  8948.  - Tool Chest
  8949.  - Localization
  8950.  - Apple International Glossaries
  8951. integrates
  8952. integrating
  8953. integrating
  8954. computer-based
  8955. media
  8956. broadcast
  8957. environment
  8958. integration
  8959. integrator
  8960. integrity
  8961. withoutf
  8962. workings
  8963. works
  8964. workstations
  8965. worldS
  8966. world's
  8967. world-readable
  8968. worlds
  8969. worldscript
  8970. worldwide
  8971. worry
  8972. would
  8973. wprocasm
  8974. wrapcommenttext
  8975. wrapper
  8976. wringer
  8977. writen
  8978. record
  8979. sound
  8980. record
  8981. sound
  8982. record
  8983. sound
  8984. record
  8985. recordit
  8986. recordit
  8987. recordretrievepictin
  8988. recordretrievepictin
  8989. chair
  8990. redants
  8991. redants
  8992. redants
  8993. redistribution
  8994. reference
  8995. references
  8996. region
  8997. registratiS
  8998. registration
  8999. registry~
  9000. quicktime
  9001. sound
  9002. mixer
  9003. output
  9004. device
  9005. componentl
  9006. quicktime
  9007. asynchronous
  9008. movie
  9009. loading
  9010. quicktime
  9011. browser
  9012. quicktime
  9013. callback
  9014. movie
  9015. quicktime
  9016. codec
  9017. quicktime
  9018. component
  9019. quicktime
  9020. compression
  9021. quicktime
  9022. dithering
  9023. compression
  9024. quicktime
  9025. compression
  9026. hotspot\
  9027. hwindowide
  9028. hwindowide
  9029. draghook
  9030. hypercardn
  9031. ibook
  9032. color
  9033. colour
  9034. table
  9035. ciconhandle
  9036. ctabhandle
  9037. icons
  9038. identification
  9039. image
  9040. imaging
  9041. importers
  9042. indexj
  9043. information
  9044. infoscrap
  9045. input
  9046. inputsprocket
  9047. inputsprocket
  9048. drawsprocket
  9049. soundsprocket
  9050. sound
  9051. interactiona
  9052. interleaving
  9053. international
  9054. international
  9055. glossaries
  9056. internationalization
  9057. internet
  9058. interrupt
  9059. invert
  9060. anceA
  9061. p--set theItem to choose file -- uncomment to test in an AS editor
  9062.     tell application "Finder"
  9063.         open item "Dev.CD Apr 95
  9064. Dev.CD Jan 95"
  9065.         activate
  9066.     end tell
  9067. on error errMsg number errNum
  9068.     --enter statements to perform when no records are found such as...
  9069.     display dialog "Sorry, the item you selected could not be found."
  9070.     return
  9071. end try
  9072. All Packages
  9073. F    PowerTalkO
  9074. Dev.CD Apr 95
  9075. Dev.CD Jan 95P
  9076. Dev.CD Apr 95
  9077. Dev.CD Jan 9V
  9078. 72163X
  9079. Apr 95
  9080. p--set theItem to choose file -- uncomment to test in an AS editor
  9081.     tell application "Finder"
  9082.         open item "Dev.CD Apr 95
  9083. Dev.CD Jan 95"
  9084.         activate
  9085.     end tell
  9086. on error errMsg number errNum
  9087.     --enter statements to perform when no records are found such as...
  9088.     display dialog "Sorry, the item you selected could not be found."
  9089.     return
  9090. end try
  9091. All Packages
  9092. F    PowerTalkO
  9093. Dev.CD Apr 95
  9094. Dev.CD Jan 95P
  9095. Dev.CD Apr 95
  9096. Dev.CD Jan 9V
  9097. 72164X
  9098. Apr 95
  9099. 00 SDK1
  9100. --set theItem to choose file -- uncomment to test in an AS editor
  9101.     tell application "Finder"
  9102.         open item "Dev.CD Apr 94
  9103. Dev.CD Jan 94
  9104. Dev.CD Oct 93
  9105. Dev.CD Jul 93
  9106. Dev.CD Apr 93"
  9107.         activate
  9108.     end tell
  9109. on error errMsg number errNum
  9110.     --enter statements to perform when no records are found such as...
  9111.     display dialog "Sorry, the item you selected could not be found."
  9112.     return
  9113. end try
  9114. iding
  9115. guillermo
  9116. gujarati
  9117. gulick
  9118. gunther
  9119. gurmukhi
  9120. guschwan
  9121. 72585X
  9122. Nov 99^
  9123. r--set theItem to choose file -- uncomment to test in an AS editor
  9124.     tell application "Finder"
  9125.         open item "Dev.CD Nov 99 TC:Sample Code:"
  9126.         activate
  9127.     end tell
  9128. on error errMsg number errNum
  9129.     --enter statements to perform when no records are found such as...
  9130.     display dialog "Sorry, the item you selected could not be found."
  9131.     return
  9132. end try
  9133. Deletedq
  9134. Dev.CD Nov 99 TC
  9135. D!All Packages
  9136. Tool Chest Edition
  9137. Snippets - QuickDraw
  9138. (** = new, * = revised)
  9139. AlternateBufferDisplay:  Shows that copybits along with offscreen bitmaps can emulate alternating buffer displays at a reasonable rate.
  9140. Band Copying, the Sequel:  Under low memory conditions, it's often necessary to draw an image by individual bands rather than to draw the entire image at once, and in most cases this method works fine unless the image requires dithering from its source to its destination.   The purpose of this app is to show the problem that may oce
  9141. 73069X
  9142. Nov 99^
  9143. --set theItem to choose file -- uncomment to test in an AS editor
  9144.     tell application "Finder"
  9145.         open item "Dev.CD Nov 99 TC:System Software:Worldwide QuickDraw GX:"
  9146.         activate
  9147.     end tell
  9148. on error errMsg number errNum
  9149.     --enter statements to perform when no records are found such as...
  9150.     display dialog "Sorry, the item you selected could not be found."
  9151.     return
  9152. end try
  9153. Deletedq
  9154. Dev.CD Nov 99 TC
  9155. D!All Packages
  9156. Mac OS SDK Edition
  9157. Worldwide System Software
  9158. This folder contains Worldwide updates of Mac OS 8.1 that were available as this edition of the Developer CD went to press.
  9159.  To create floppy disks from the disk images or create net install folders on your desktop, use the "Disk Copy" application in the Utilities folder.
  9160. 73070X
  9161. 1e    No Change
  9162. carbonprintingmgr@
  9163. csmp-digest-v3-070@
  9164. csmp-digest-v3-113@
  9165. ct-009-4438@
  9166. cursordevices@
  9167. customputappend
  9168. performance
  9169. hardware
  9170. powerpc
  9171. bandwidth
  9172. cache
  9173. rates
  9174. periodic
  9175. persistent
  9176. persistent
  9177. periodic
  9178. pgpuam
  9179. phone
  9180. photoshop
  9181. physical
  9182. piccomments
  9183. piccomments
  9184. quickdraw
  9185. bottleneck
  9186. carbon
  9187. picker
  9188. pictdialog
  9189. picture
  9190. pippin
  9191. pippin
  9192. bandai
  9193. atworld
  9194. atmark
  9195. multimedia
  9196. pixel
  9197. pixelsize
  9198. pixmapr
  9199. pixmap
  9200. direct
  9201. pixel
  9202. access
  9203. getcpixel
  9204. getpixbaseaddr
  9205. copybits
  9206. pixpat
  9207. plaintalk
  9208. plaintalk
  9209. speech
  9210. recognition
  9211. platformR
  9212. platformid
  9213. playback
  9214. player
  9215. playing
  9216. plist
  9217. plotting
  9218. plug-in
  9219. plug-ins
  9220. plugin
  9221. pmforecolor
  9222. preferences
  9223. previews
  9224. prgeneral
  9225. print
  9226. All Packages
  9227. F    PowerTalkO
  9228. Dev.CD Apr 95P
  9229. Dev.CD Apr 9V
  9230. 72160X
  9231. Apr 95
  9232. b--set theItem to choose file -- uncomment to test in an AS editor
  9233.     tell application "Finder"
  9234.         open item "Dev.CD Apr 95"
  9235.         activate
  9236.     end tell
  9237. on error errMsg number errNum
  9238.     --enter statements to perform when no records are found such as...
  9239.     display dialog "Sorry, the item you selected could not be found."
  9240.     return
  9241. end try
  9242. All Packages
  9243. F    PowerTalkO
  9244. Dev.CD Apr 95P
  9245. Dev.CD Apr 9V
  9246. 72161X
  9247. Apr 95
  9248. b--set theItem to choose file -- uncomment to test in an AS editor
  9249.     tell application "Finder"
  9250.         open item "Dev.CD Apr 95"
  9251.         activate
  9252.     end tell
  9253. on error errMsg number errNum
  9254.     --enter statements to perform when no records are found such as...
  9255.     display dialog "Sorry, the item you selected could not be found."
  9256.     return
  9257. end try
  9258. All Packages
  9259. F    PowerTalkO
  9260. Dev.CD Apr 95
  9261. Dev.CD Jan 95P
  9262. Dev.CD Apr 95
  9263. Dev.CD Jan 9V
  9264. 72162X
  9265. Apr 95
  9266. b--set theItem to choose file -- uncomment to test in an AS editor
  9267.     tell application "Finder"
  9268.         open item "Dev.CD Apr 95"
  9269.         activate
  9270.     end tell
  9271. on error errMsg number errNum
  9272.     --enter statements to perform when no records are found such as...
  9273.     display dialog "Sorry, the item you selected could not be found."
  9274.     return
  9275. end try
  9276. cted could not be found."
  9277.     return
  9278. end try
  9279. Adobe Acrobat Reader.O?Dev.CD Dec 99 RL:Technical Documentation:PowerPC Documentation:PDDev.CD Dec 99 RL
  9280.  - Technical Documentation
  9281.  - PowerPC DocumentationV
  9282. 72158X
  9283. Dec 99^
  9284. --set theItem to choose file -- uncomment to test in an AS editor
  9285.     tell application "Finder"
  9286.         open item "Dev.CD Dec 99 RL:Technical Documentation:PowerPC Documentation:"
  9287.         activate
  9288.     end tell
  9289. on error errMsg number errNum
  9290.     --enter statements to perform when no records are found such as...
  9291.     display dialog "Sorry, the item you selected could not be found."
  9292.     return
  9293. end try
  9294. Deletedq
  9295. Dev.CD Dec 99 RL
  9296. All Packages
  9297. F    PowerTalkO
  9298. Dev.CD Apr 95P
  9299. Dev.CD Apr 9V
  9300. 72159X
  9301. Apr 95
  9302. DLL Dynamic Link Libraryq
  9303. Dev.CD Jul 99 SDK1
  9304. All Packages
  9305. Apple Standards for DevelopersI
  9306. Summary: This document discusses Apple's new role in creating and supporting national and international standards for data interchange and temporal media data formats.
  9307. 69898X
  9308. 1e    No Change
  9309. This snippet shows how to determine whether you are running on a Power Macintosh or on a 680x0 Macintosh.  It also provides the method for determine exactly which type of processor is running. This works around an off-by-one error with gestaltNativeCPUType.
  9310. J4PowerMacOr68k(PPC)
  9311. PowerMacOr68K.c
  9312. PowerMacOr68k.mcpOJDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:PowerMacOr68k:PRDev.CD Nov 00 TC Disk 1
  9313.  - Sample Code
  9314.  - Human Interface Toolbox
  9315.  - PowerMacOr68ken no records are found such as...
  9316.     display dialog "Sorry, the item you selected could not be found."
  9317.     return
  9318. end try
  9319. e    No Changeq
  9320. Dev.CD Dec 00 RL Disk 1
  9321. All Packages
  9322. Apple System Profiler
  9323. 69899X
  9324. powerpc
  9325. powerplant
  9326. PjDev.CD Nov 00 TC Disk 2
  9327.  - Sample Code
  9328.  - QuickTime
  9329.  - Importers and Exporters
  9330.  - Std Compression ExamplesV
  9331. 72621X
  9332. Nov 00^    TC Disk 2
  9333. --set theItem to choose file -- uncomment to test in an AS editor
  9334.     tell application "Finder"
  9335.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Importers and Exporters:Std Compression Examples:"
  9336.         activate
  9337.     end tell
  9338. on error errMsg number errNum
  9339.     --enter statements to perform when no records are found such as...
  9340.     display dialog "Sorry, the item you selected could not be found."
  9341.     return
  9342. end try
  9343. e    No Changef
  9344. QuickTime
  9345. compressionq
  9346. Dev.CD Nov 00 TC Disk 2
  9347. All Packages
  9348. STD File SaverIMA basic sample printer driver for the Macintosh. Not to be used for Mac OS X.JTObject
  9349. Read ME 2.0
  9350. Readme 2.1.1
  9351. SetupProj
  9352. Source
  9353. StdFileSaver
  9354. wDev registration infoK
  9355. Vol VIIIL
  9356. Nov 96M
  9357. Mac OS 7 and upN!printer, driver, save, file, PDEFO<Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:STD File Saver:V
  9358. 72622X
  9359. 1e    No Change
  9360. software
  9361. system
  9362. system
  9363. software
  9364. edition
  9365. toolP
  9366. Wter statements to perform when no records are found such as...
  9367.     display dialog "Sorry, the item you selected could not be found."
  9368.     return
  9369. end try
  9370. e    No Changef
  9371. Profiler
  9372. Apple Systemq
  9373. Dev.CD Nov 00 TC Disk 1
  9374. All Packages
  9375. AppleEvent Send and ReceiveIpA sample showing how to send and receive AppleEvents from Java using JDirect 2.  For use with MRJ 2.1 and later.J
  9376. AEReceive
  9377. AEReceive.jar
  9378. AEReceive.mcp
  9379. AESend
  9380. AESend.jar
  9381. AESend.mcp
  9382. ReadMe
  9383. Receive Test Script
  9384. Source
  9385. Toolbox.jar
  9386. Visual Cafe ProjectsM
  9387. MRJ 2.1 and later.N(MRJ Java JDirect AppleEvent Send ReceiveOEDev.CD Nov 00 TC Disk 1:Sample Code:Java:AppleEvent Send and Receive:V
  9388. 69900X
  9389. 1e    No Change
  9390. 72157X
  9391. Nov 00^    TC Disk 1
  9392. --set theItem to choose file -- uncomment to test in an AS editor
  9393.     tell application "Finder"
  9394.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:PowerMacOr68k:"
  9395.         activate
  9396.     end tell
  9397. on error errMsg number errNum
  9398.     --enter statements to perform when no records are found such as...
  9399.     display dialog "Sorry, the item you selected could not be found."
  9400.     return
  9401. end try
  9402. e    No Changeq
  9403. Dev.CD Nov 00 TC Disk 1
  9404. AD(All Packages
  9405. Reference Library Edition
  9406. PowerPC Documentation
  9407. Summary:  This folder contains documents about programming for the PowerPC processor, referenced by Inside Macintosh-PowerPC System Software, that have previously only been available on E.T.O.
  9408. Features:
  9409. Debugging Optimized Code
  9410. Libraries and OOP
  9411. Moving Your Source to PowerPC
  9412. JHDebugging Optimized Code
  9413. Libraries and OOP
  9414. Moving Your Source to PowerPCK
  9415. Nov 95cal Documentation:PowerPC Documentation:V
  9416. 72158X
  9417. Deleted
  9418. edition
  9419. Profiler 1.3.1:PXDev.CD Nov 00 TC Disk 1
  9420.  - Tool Chest
  9421.  - Developer Utilities
  9422.  - Apple Sys Profiler 1.3.1
  9423. All Packages
  9424. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  9425. Dev.CD Jan 94
  9426. Dev.CD Oct 93
  9427. Dev.CD Jul 93
  9428. Dev.CD Apr 93PDDev.CD Apr 94
  9429. Dev.CD Jan 94
  9430. Dev.CD Oct 93
  9431. Dev.CD Jul 93
  9432. Dev.CD Apr 9V
  9433. 72765X
  9434. Apr 94
  9435. --set theItem to choose file -- uncomment to test in an AS editor
  9436.     tell application "Finder"
  9437.         open item "Dev.CD Apr 94
  9438. Dev.CD Jan 94
  9439. Dev.CD Oct 93
  9440. Dev.CD Jul 93
  9441. Dev.CD Apr 93"
  9442.         activate
  9443.     end tell
  9444. on error errMsg number errNum
  9445.     --enter statements to perform when no records are found such as...
  9446.     display dialog "Sorry, the item you selected could not be found."
  9447.     return
  9448. end try
  9449. All Packages
  9450. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  9451. Dev.CD Jan 94
  9452. Dev.CD Oct 93
  9453. Dev.CD Jul 93
  9454. Dev.CD Apr 93PDDev.CD Apr 94
  9455. Dev.CD Jan 94
  9456. Dev.CD Oct 93
  9457. Dev.CD Jul 93
  9458. Dev.CD Apr 9V
  9459. 72766X
  9460. Apr 94
  9461. Jul 95
  9462. b--set theItem to choose file -- uncomment to test in an AS editor
  9463.     tell application "Finder"
  9464.         open item "Dev.CD Jul 95"
  9465.         activate
  9466.     end tell
  9467. on error errMsg number errNum
  9468.     --enter statements to perform when no records are found such as...
  9469.     display dialog "Sorry, the item you selected could not be found."
  9470.     return
  9471. end try
  9472. All Packages
  9473. System 7.5 Update 1.0O
  9474. Dev.CD Jul 95P
  9475. Dev.CD Jul 9V
  9476. 72682X
  9477. Jul 95
  9478. b--set theItem to choose file -- uncomment to test in an AS editor
  9479.     tell application "Finder"
  9480.         open item "Dev.CD Jul 95"
  9481.         activate
  9482.     end tell
  9483. on error errMsg number errNum
  9484.     --enter statements to perform when no records are found such as...
  9485.     display dialog "Sorry, the item you selected could not be found."
  9486.     return
  9487. end try
  9488. All Packages
  9489. System 7.5 Update 1.0O
  9490. Dev.CD Jul 95P
  9491. Dev.CD Jul 9V
  9492. 72683X
  9493. Jul 95
  9494. types
  9495. typography
  9496. ufailure
  9497. ultraslimfast
  9498. understanding
  9499. understanding
  9500. cocoa
  9501. unicode
  9502. unicode
  9503. imaging
  9504. bi-directional
  9505. rotation
  9506. double-byt
  9507. unicode
  9508. utilities
  9509. universal
  9510. universal
  9511. serial
  9512. unloadscrap
  9513. unmount
  9514. update
  9515. updategworld
  9516. updater
  9517. access
  9518. services
  9519. services
  9520. preliminary
  9521. reference
  9522. usage
  9523. ethernet
  9524. usedistanthdwrmem
  9525. uselocalhdwrmem
  9526. assistance
  9527. guide
  9528. items
  9529. userfunction
  9530. userfunction
  9531. gestalt
  9532. useritems
  9533. using
  9534. appropriately
  9535. approval
  9536. approved
  9537. approximate
  9538. approximately
  9539. ?ODDev.CD Jul 00 SDK1:Development Kits:Hardware:PowerManager DDK 1.0f1:PLDev.CD Jul 00 SDK1
  9540.  - Development Kits
  9541.  - Hardware
  9542.  - PowerManager DDK 1.0f1V
  9543. 72156X
  9544. Jul 00^
  9545. --set theItem to choose file -- uncomment to test in an AS editor
  9546.     tell application "Finder"
  9547.         open item "Dev.CD Jul 00 SDK1:Development Kits:Hardware:PowerManager DDK 1.0f1:"
  9548.         activate
  9549.     end tell
  9550. on error errMsg number errNum
  9551.     --enter statements to perform when no records are found such as...
  9552.     display dialog "Sorry, the item you selected could not be found."
  9553.     return
  9554. end try
  9555. e    No Changef
  9556. Power Manager
  9557. http://developer.apple.com/sdk
  9558. Dev.CD Jul 00 SDK1
  9559. All Packages
  9560. PowerMacOr68K
  9561. 72157X
  9562. Feb 98L
  9563. Apr 99M
  9564. Acrobat Reader 3.0N
  9565. WebObjects, Categories, PosersO3Dev.CD Mar OO RLDisk 1:Interactive Media Resources:P5Dev.CD Mar OO RLDisk 1
  9566.  - Interactive Media ResourcesV
  9567. 73048X
  9568. Mar OO^
  9569. RLDisk 1
  9570. --set theItem to choose file -- uncomment to test in an AS editor
  9571.     tell application "Finder"
  9572.         open item "Dev.CD Mar OO RLDisk 1:Interactive Media Resources:"
  9573.         activate
  9574.     end tell
  9575. on error errMsg number errNum
  9576.     --enter statements to perform when no records are found such as...
  9577.     display dialog "Sorry, the item you selected could not be found."
  9578.     return
  9579. end try
  9580. Deletedf
  9581. WebObjects
  9582. Categories
  9583. Posersq
  9584. Dev.CD Mar OO RLDisk 1
  9585. All Packages
  9586. WebObjects Database Part II
  9587. 73049X
  9588. assistant
  9589. async
  9590. async
  9591. driver
  9592. tester
  9593. asyncdriversample1.0
  9594. asyncpb
  9595. ataerrordetector
  9596. atrapper
  9597. audio
  9598. torsy
  9599. developerS
  9600. developers
  9601. directions{
  9602. driver
  9603. b--set theItem to choose file -- uncomment to test in an AS editor
  9604.     tell application "Finder"
  9605.         open item "Dev.CD Oct 94"
  9606.         activate
  9607.     end tell
  9608. on error errMsg number errNum
  9609.     --enter statements to perform when no records are found such as...
  9610.     display dialog "Sorry, the item you selected could not be found."
  9611.     return
  9612. end try
  9613. function[
  9614. functional
  9615. functionality[
  9616. functionsB
  9617. functions/methods
  9618. fundamental
  9619. fundamentally
  9620. further
  9621. future{
  9622. futures
  9623. 72260X
  9624. Nov 00^    TC Disk 2
  9625. --set theItem to choose file -- uncomment to test in an AS editor
  9626.     tell application "Finder"
  9627.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Streaming:QTStreamSplicer:"
  9628.         activate
  9629.     end tell
  9630. on error errMsg number errNum
  9631.     --enter statements to perform when no records are found such as...
  9632.     display dialog "Sorry, the item you selected could not be found."
  9633.     return
  9634. end try
  9635. e    No Changef(QuickTime
  9636. Picture
  9637. Streaming
  9638. Splice
  9639. Imageq
  9640. Dev.CD Nov 00 TC Disk 2
  9641. All Packages
  9642. QTTestAppletIRThis demo program shows how to test if both QT and QTJava are installed correctly.J*AppletTag.js
  9643. classes
  9644. README.txt
  9645. sa.bat
  9646. Feb 00
  9647. OXDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:QTTestApplet:V
  9648. 72261X
  9649. 1e    No Change
  9650. tinfo
  9651. return
  9652. return
  9653. investment
  9654. reverb
  9655. rgbbackcolor
  9656. rgbforecolor
  9657. rhapsody
  9658. router
  9659. routines
  9660. routing
  9661. rowbytes
  9662. on:AppleGlot 2.3:"
  9663.         activate
  9664.     end tell
  9665. on error errMsg number errNum
  9666.     --enter statements to perform when no records are found such as...
  9667.     display dialog "Sorry, the item you selected could not be found."
  9668.     return
  9669. end try
  9670. DeletedfBAppleGlot Localization Internationalization Translation Glossariesq
  9671. Dev.CD Nov 99 TC
  9672. All Packages
  9673. AppleGlot 2.4b6
  9674. 69902X
  9675. helper
  9676. helpful
  9677. helping
  9678. helps_
  9679. helps
  9680. contents
  9681. namingtable
  9682. truetype
  9683. heralds
  9684. here{
  9685.  handles updates from one version to another, and copies over resizeable items.
  9686. Features:
  9687.  AppleGlot 2.3 works correctly on Power MacinB
  9688. tosh, fixing a problem with the Modern Memory manager. 
  9689.  Richer set of template field types supported
  9690.  ...and many more : see manual
  9691.  We now provide a Manual !
  9692. J?AppleGlot 2.3
  9693. AppleGlot 2.3 Users Guide
  9694. AppleGlot 2.3 Whats NewK
  9695. Jun 92L
  9696. Dec 95M
  9697. System 7 or later.NBAppleGlot Localization Internationalization Translation GlossariesO7Dev.CD Nov 99 TC:Tool Chest:Localization:AppleGlot 2.3:P?Dev.CD Nov 99 TC
  9698.  - Tool Chest
  9699.  - Localization
  9700.  - AppleGlot 2.3
  9701. o&http://developer.apple.com/samplecode/q
  9702. Dev.CD Nov 00 TC Disk 2
  9703. D!All Packages
  9704. Mac OS SDK Edition
  9705. Sound Manager
  9706. IMPORTANT INFO ABOUT SOUND MANAGER
  9707. QuickTime 3 now incorporates both the QuickTime VR and QuickDraw 3D technologies into one convenient package.  In addition, the Sound Manager is also now part of the QuickTime 3 release.  All of these technologies and their respective SDK components are integrated into the QuickTime 3 SDK.
  9708. The QuickTime 3 SDK is now a retail product.  You can order the SDK through the Apple Store at:
  9709. http://www.apple.com/store
  9710. To get started,  you can go to the DeveloB
  9711. pers section of the QuickTime web-site where you will find many components of the SDK  on-line at:
  9712. http://www.apple.com/quicktime/developers
  9713. JpCheck the QuickTime 3 SDK
  9714. folder for more information
  9715. integrated with QuickTime.
  9716. The Sound Manager is now fullyK
  9717. Sep 93L
  9718. Oct 98O9Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Sound Manager:d
  9719. --set theItem to choose file -- uncomment to test in an AS editor
  9720.     tell application "Finder"
  9721.         open item "Dev.CD Apr 94
  9722. Dev.CD Jan 94
  9723. Dev.CD Oct 93
  9724. Dev.CD Jul 93
  9725. Dev.CD Apr 93"
  9726.         activate
  9727.     end tell
  9728. on error errMsg number errNum
  9729.     --enter statements to perform when no records are found such as...
  9730.     display dialog "Sorry, the item you selected could not be found."
  9731.     return
  9732. end try
  9733. system
  9734. enabler
  9735. system
  9736. enabler
  9737. system
  9738. enabler
  9739. 160/180
  9740. system
  9741. enabler
  9742. system
  9743. enabler
  9744. 160/165c/180/180c
  9745. system
  9746. enabler
  9747. system
  9748. enabler
  9749. performa
  9750. system
  9751. enabler
  9752. performa
  9753. system
  9754. enabler
  9755. color
  9756. classic
  9757. helper
  9758. helplab
  9759. helpsystems
  9760. library
  9761. hidecalls
  9762. hidecalls
  9763. hidecalls
  9764. hidemenubar
  9765. hidemenubar
  9766. hidemenubar
  9767. hidemenubar
  9768. hidemenubar
  9769. hiermenus
  9770. hiermenus
  9771. hiermenus
  9772. hiermenus
  9773. hiermenus
  9774. highsierra
  9775. highsierra
  9776. higos8guide
  9777. higuidelines
  9778. installer
  9779. installer
  9780. image
  9781. symfiles
  9782. authoring
  9783. autoguest
  9784. basics
  9785. beginz
  9786. binhex
  9787. binhex
  9788. browserz
  9789. buildingZ
  9790. building
  9791. samplesZ
  9792. buildxcmd
  9793. capturing
  9794. carbonprefixr
  9795. carbonprefix
  9796. carbonresr
  9797. carbonres
  9798. rsrcr
  9799. cd-romw
  9800. change
  9801. change
  9802. history
  9803. change
  9804. history
  9805. changesj
  9806. client
  9807. codev
  9808. codecs
  9809. codewarrior
  9810. codewarrior
  9811. coercionc
  9812. coercionsf
  9813. 1995 "Accelerated for Power Macintosh Artwork" Program
  9814. Apple Computer Inc.
  9815. Power Macintosh Developers!
  9816. Apple wants to help you communicate the benefits of a "native" version of your product to customers.  We have created artwork for use directly on your product packaging or to use as stickers to place on your shrink-wrapped products.  In addition, this artwork may be used in advertisements, distributor catalogs, direct mail, product literature, booth displays, and promotional items for y
  9817. our native products.  The "Accelerated for Power Macintosh" artwork is an easy way to identify your "native" applications in the marketplace.  The artwork is designed to be used only on products that are optimized for the PowerPC microprocessor.
  9818. We have introduced a new "Accelerated for Power Macintosh" artwork program for 1995.  There is no charge to obtain the artwork!
  9819. To obtain the "Accelerated for Power Macintosh" artwork:
  9820. 1) Request an information packet from:
  9821. Meeting Support Unli
  9822. mited
  9823. Carole Holcomb
  9824. 5755 Cohasset Way
  9825. San Jose, CA 95123
  9826. Attn:  Accelerated for Power Macintosh Program
  9827. (408) 226-6762
  9828. Applelink:  MSU
  9829. 2) Send in a copy of your native code and a signed legal agreement to Meeting Support Unlimited.
  9830. 3) Send in a mockup of your product artwork
  9831. 4) If your code is verified as native, you have signed the legal agreement, and your use of the artwork is approved, Meeting Support Unlimited will send you a copy of the artwork.
  9832. 5) Finally, send in two final cop
  9833. ;ies of your product with the artwork to Meeting Support Unlimited.  Your product boxes will be utilized in product displays of shipping native applications.
  9834. Please allow 2 - 4 weeks for the process.  Beta copies of your native software may be sent in to be verified.
  9835. Power Macintosh Evangelism
  9836. Apple Computer Inc.
  9837. Power Macintosh Prod. ArtworkK
  9838. Sep 94L
  9839. Mar 95O&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  9840.  - Programs & Marketingisk 1
  9841.  - Tool Chest
  9842.  - Localization
  9843.  - AppleGlot
  9844. 72155X
  9845. May 98^
  9846. {--set theItem to choose file -- uncomment to test in an AS editor
  9847.     tell application "Finder"
  9848.         open item "Dev.CD May 98 TC:Programs & Marketing:"
  9849.         activate
  9850.     end tell
  9851. on error errMsg number errNum
  9852.     --enter statements to perform when no records are found such as...
  9853.     display dialog "Sorry, the item you selected could not be found."
  9854.     return
  9855. end try
  9856. e    No Changeq
  9857. Dev.CD May 98 TC
  9858. ?D!All Packages
  9859. Mac OS SDK Edition
  9860. Power Manager DDK
  9861. The contents of this DDK will be of interest to anyone involved in developing PCI card driver software for the Macintosh. This DDK contains documentation, header files, stub libraries, and sample code which illustrate the requirements for drivers to be PCI power management compliant.
  9862. JOInterfaces&Libraries
  9863. PCI Power ReadMe
  9864. SampleDriver
  9865. Updating Drivers for PM v1.0K
  9866. Apr 00N
  9867. Power Manager, PCI5
  9868. 72154X
  9869. Nov 00^    TC Disk 1
  9870. --set theItem to choose file -- uncomment to test in an AS editor
  9871.     tell application "Finder"
  9872.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW etc.:"
  9873.         activate
  9874.     end tell
  9875. on error errMsg number errNum
  9876.     --enter statements to perform when no records are found such as...
  9877.     display dialog "Sorry, the item you selected could not be found."
  9878.     return
  9879. end try
  9880. e    No Changef
  9881. power macintosh debuggerq
  9882. Dev.CD Nov 00 TC Disk 1
  9883. >D!All Packages
  9884. Tool Chest Edition
  9885. Power Macintosh Prod. Artwork 
  9886.     as the Macintosh graphical interface itself.  AppleScript is designed to meet a wide range of user needs and levels of experience. Through implementation of this scripting system at the system software level, Apple has made scripting an integral part of the Macintosh computing environment, as common to Macintosh applications as copy-and-paste editing.
  9887. This package contains documentation (u documentation (u
  9888. 69908X
  9889. CPower Macintosh Debugger is an advanced source-code debugger for PowerPC applications. With it you can set breakpoints, single step code, examine stack variables, and so on.
  9890. Runs on either a Power Macintosh or a 68K Macintosh. In 68K mode, it is used for debugging a target application running on a remote Power Macintosh.
  9891. MPW etc.img.binK
  9892. Nov 97N
  9893. power macintosh debuggerO=Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW etc.:PEDev.CD Nov 00 TC Disk 1
  9894.  - Tool Chest
  9895.  - Development Kits
  9896.  - MPW etc.
  9897. ile -- uncomment to test in an AS editor
  9898.     tell application "Finder"
  9899.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:AppleScript SDK:"
  9900.         activate
  9901.     end tell
  9902. on error errMsg number errNum
  9903.     --enter statements to perform when no records are found such as...
  9904.     display dialog "Sorry, the item you selected could not be found."
  9905.     return
  9906. end try
  9907. e    No Changef0AppleScript
  9908. scripting
  9909. Apple Event,Folder Actionsq
  9910. Dev.CD Oct 00 SDK1
  9911. SD!All Packages
  9912. Mac OS SDK Edition
  9913. AppleSearch
  9914. TSummary:  This folder contains:
  9915.  current release of the AppleSearch Client software for Macintosh (v1.5),
  9916.  prerelease version of the AppleSearch Client software for Windows,
  9917.  current version of the AppleSearch Client API for Macintosh (v1.5), 
  9918.  prerelease version of the AppleSearch Client API for Windows, and
  9919.  updated documentation.
  9920. J/AppleSearch - Read Me First
  9921. Macintosh:
  9922. Windows:K
  9923. Feb 94L
  9924. Nov 94nge
  9925. PostScript printerN%PostScript, printer, PostScriptHandleOBDev.CD Nov 00 TC Disk 2:Sample Code:Printing:PostScriptHandleDemo:PJDev.CD Nov 00 TC Disk 2
  9926.  - Sample Code
  9927.  - Printing
  9928.  - PostScriptHandleDemoV
  9929. 72153X
  9930. Nov 00^    TC Disk 2
  9931. --set theItem to choose file -- uncomment to test in an AS editor
  9932.     tell application "Finder"
  9933.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:PostScriptHandleDemo:"
  9934.         activate
  9935.     end tell
  9936. on error errMsg number errNum
  9937.     --enter statements to perform when no records are found such as...
  9938.     display dialog "Sorry, the item you selected could not be found."
  9939.     return
  9940. end try
  9941. e    No Changef#PostScript
  9942. printer
  9943. PostScriptHandleq
  9944. Dev.CD Nov 00 TC Disk 2
  9945. All Packages
  9946. Power Mac Debugger
  9947. 72154X
  9948. pshdldemo
  9949. pswritererr
  9950. pswritererr
  9951. ptags
  9952. ptags
  9953. manual
  9954. ptags
  9955. manual
  9956. ptesample
  9957. ptesample
  9958. ptestsignal
  9959. ptestsignal
  9960. ptestsignal
  9961. ptestsignal
  9962. ptestylesample
  9963. ptestylesample
  9964. pthreadsorts
  9965. pthreadsorts
  9966. pthreadsorts
  9967. pbproj
  9968. pthreadsorts
  9969. pubscatalog
  9970. pubscatalog
  9971. pubsorderform
  9972. pubsorderform
  9973. survival
  9974. putawayonevolume
  9975. putawayonevolume
  9976. putawayonevolume
  9977. putawayonevolume
  9978. putawayvolumes
  9979. putawayvolumes
  9980. putawayvolumes
  9981. putawayvolumes
  9982. qcopy
  9983. qcopy
  9984. environment
  9985. utilities
  9986. graphics
  9987. objects
  9988. printing
  9989. printing
  9990. drvrs
  9991. prog's
  9992. overview
  9993. typography
  9994. All Packages
  9995. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  9996. Dev.CD Jan 94
  9997. Dev.CD Oct 93
  9998. Dev.CD Jul 93P6Dev.CD Apr 94
  9999. Dev.CD Jan 94
  10000. Dev.CD Oct 93
  10001. Dev.CD Jul 9V
  10002. 72856X
  10003. Apr 94
  10004. --set theItem to choose file -- uncomment to test in an AS editor
  10005.     tell application "Finder"
  10006.         open item "Dev.CD Apr 94
  10007. Dev.CD Jan 94
  10008. Dev.CD Oct 93
  10009. Dev.CD Jul 93"
  10010.         activate
  10011.     end tell
  10012. on error errMsg number errNum
  10013.     --enter statements to perform when no records are found such as...
  10014.     display dialog "Sorry, the item you selected could not be found."
  10015.     return
  10016. end try
  10017. All Packages
  10018. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  10019. Dev.CD Jan 94
  10020. Dev.CD Oct 93
  10021. Dev.CD Jul 93P6Dev.CD Apr 94
  10022. Dev.CD Jan 94
  10023. Dev.CD Oct 93
  10024. Dev.CD Jul 9V
  10025. 72857X
  10026. Apr 94
  10027. lipton
  10028. lisez-moi
  10029. lisp{
  10030. listf
  10031. summary
  10032. folder
  10033. contains
  10034. complete
  10035. information
  10036. developS
  10037. summary
  10038. folder
  10039. contains
  10040. documents
  10041. about
  10042. programming
  10043. summary
  10044. folder
  10045. contains
  10046. electronic
  10047. forms
  10048. allow
  10049. summary
  10050. folder
  10051. contains
  10052. helpful
  10053. scripts
  10054. summary
  10055. folder
  10056. contains
  10057. information
  10058. tells
  10059. develope
  10060. summary
  10061. folder
  10062. contains
  10063. goodies
  10064. developer
  10065. summary
  10066. folder
  10067. contains
  10068. revised
  10069. acrobat
  10070. versions
  10071. summary
  10072. folder
  10073. contains
  10074. sample
  10075. applications
  10076. demonsb
  10077. summary
  10078. folder
  10079. contains
  10080. several
  10081. examples
  10082. system
  10083. summary
  10084. folder
  10085. contains
  10086. several
  10087. snippets
  10088. illustrat
  10089. summary
  10090. folder
  10091. contains
  10092. apple
  10093. event
  10094. registry
  10095. summary
  10096. folder
  10097. contains
  10098. apple
  10099. event
  10100. terminologd
  10101. summary
  10102. folder
  10103. contains
  10104. macsnmp
  10105. developer's
  10106. summary
  10107. folder
  10108. contains
  10109. net-install
  10110. apple's
  10111. summary
  10112. folder
  10113. contains
  10114. assist
  10115. increas
  10116. SetLED.c
  10117. SetLED.mcp
  10118. SetLED.PPCK
  10119. Jun 98M
  10120. ADB, Apple Extended KeyboardN
  10121. keyboard, ADB, LEDs, SetLEDODDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:ADB:SetLED:PODev.CD Nov 00 TC Disk 1
  10122.  - Sample Code
  10123.  - Devices and Hardware
  10124.  - ADB
  10125.  - SetLEDV
  10126. 72536X
  10127. Nov 00^    TC Disk 1
  10128. --set theItem to choose file -- uncomment to test in an AS editor
  10129.     tell application "Finder"
  10130.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:ADB:SetLED:"
  10131.         activate
  10132.     end tell
  10133. on error errMsg number errNum
  10134.     --enter statements to perform when no records are found such as...
  10135.     display dialog "Sorry, the item you selected could not be found."
  10136.     return
  10137. end try
  10138. e    No Changef
  10139. keyboard
  10140. SetLEDq
  10141. Dev.CD Nov 00 TC Disk 1
  10142. All Packages
  10143. SetPDiMCIGAn MPW tool to set the 'Printer Driver is MultiFinder Compatible' flag.J.SetPDiMC
  10144. SetPDiMC.make
  10145. SetPDiMC.p
  10146. SetPDiMC.p.oM
  10147. MPWO6Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:SetPDiMC:V
  10148. 72537X
  10149. 1e    No Change
  10150. ;OADev.CD Nov 00 TC Disk 1:Tool Chest:Printing:PostScript Utilities:PIDev.CD Nov 00 TC Disk 1
  10151.  - Tool Chest
  10152.  - Printing
  10153.  - PostScript UtilitiesV
  10154. 72152X
  10155. Nov 00^    TC Disk 1
  10156. --set theItem to choose file -- uncomment to test in an AS editor
  10157.     tell application "Finder"
  10158.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Printing:PostScript Utilities:"
  10159.         activate
  10160.     end tell
  10161. on error errMsg number errNum
  10162.     --enter statements to perform when no records are found such as...
  10163.     display dialog "Sorry, the item you selected could not be found."
  10164.     return
  10165. end try
  10166. e    No Changeq
  10167. Dev.CD Nov 00 TC Disk 1
  10168. All Packages
  10169. PostScriptHandleDemoIgThis sample shows how to use the PostScriptHandle PicComment to send PostScript to PostScript printers.J
  10170. About PSHdlDemo.text
  10171. PostScriptHandleDemo(PPC)
  10172. PostScriptHandleDemo.mcp
  10173. PostScriptHandleDemo.rsrc
  10174. PrintComments.p
  10175. PS Text
  10176. PSHdlDemo.pOBDev.CD Nov 00 TC Disk 2:Sample Code:Printing:PostScriptHandleDemo:V
  10177. 72153X
  10178. 1e    No Change
  10179. toolbox
  10180. toolframework
  10181. toolframework
  10182. toolframework
  10183. toolframework
  10184. toolkit
  10185. toolsQ
  10186. tools
  10187. goodies
  10188. tools
  10189. toolwindow
  10190. toolwindow
  10191. toolwindow
  10192. topicsS
  10193. e example uses THINK C's inline assembler, so MPW users will have to either inline it, or write something similar using MPW's assembler.
  10194. Communications Toolbox
  10195. Contributed
  10196. Devices and Hardware
  10197. Files
  10198. Games
  10199. Graphics 2D
  10200. Graphics 3D
  10201. Help Systems
  10202. Human Interface Toolbox
  10203. Interapplication Comm
  10204. Memory
  10205. Networking
  10206. OS Utilities
  10207. Overview
  10208. Platforms and Tools
  10209. Printing
  10210. Processes
  10211. QuickTime
  10212. Runtime Architecture
  10213. Sound
  10214. Feb 92L
  10215. Aug 95O
  10216. Dev.CD Nov 99 TC:Sample Code:P
  10217. Dev.CD Nov 99 TC
  10218.  - Sample Codeest
  10219. basics
  10220. beginz
  10221. binhex
  10222. binhex
  10223. browserz
  10224. buildingZ
  10225. building
  10226. samplesZ
  10227. buildxcmd
  10228. capturing
  10229. carbonprefixr
  10230. carbonprefix
  10231. carbonresr
  10232. carbonres
  10233. rsrcr
  10234. cd-romw
  10235. change
  10236. change
  10237. history
  10238. change
  10239. history
  10240. changesj
  10241. client
  10242. codev
  10243. codecs
  10244. codewarrior
  10245. codewarrior
  10246. coercionc
  10247. coercionsf
  10248. The SampleFilter PostScript Output Filter for LaserWriter 8.7 demonstrates:
  10249.   1) how to obtain data from the collection passed from the print dialog
  10250.   2) how to insert data into the output stream BEFORE a given subsection
  10251.   3) how to insert data into the output stream AFTER a given subsection
  10252.   4) how to remove data for a given subsection
  10253.   5) how to replace data for a given subsection
  10254.   6) how to detect a given page
  10255. The SectionReport filter generates a log file with all the subsection inBzformation that passes through this filter. The log file has a .dsc suffix and is written to your Job Documentation Folder.
  10256. J5Headers and Stub Libraries
  10257. SampleFilter
  10258. SectionReportK
  10259. Dec 99M
  10260. LaserWriter 8.7N
  10261. Printing, PostScript, FilterOGDev.CD Nov 00 TC Disk 2:Sample Code:Printing:PostScript Output Filters:PODev.CD Nov 00 TC Disk 2
  10262.  - Sample Code
  10263.  - Printing
  10264.  - PostScript Output Filters
  10265. Porting Objective-C to Java by Theresa Ray of Tensor Information Systems, Inc.
  10266. A quick reference guide to the major topics and tips involved converting an Objective-C application or Framework to Java. Many who have applications and/or frameworks written in Objective-C are finding it necessary to convert their Objective-C applications and frameworks to Java. Java is a widely known and supported language. Many programmers are already trained in Java, and in many cases it is becoming more ti
  10267. me-consuming and costly to retrain Java programmers to learn Objective-C programming syntax and techniques than it is to convert the Objective-C applications and frameworks to Java. Java applications can have as fast a response time as Objective-C applications, and are just as scalable as Objective-C applications. Other than the investment of time and resources (which is recouped in the long run since more programmers have the knowledge required to work on these applications and frameworks
  10268. 72151X
  10269. Nov 00^    TC Disk 2
  10270. --set theItem to choose file -- uncomment to test in an AS editor
  10271.     tell application "Finder"
  10272.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:PostScript Output Filters:"
  10273.         activate
  10274.     end tell
  10275. on error errMsg number errNum
  10276.     --enter statements to perform when no records are found such as...
  10277.     display dialog "Sorry, the item you selected could not be found."
  10278.     return
  10279. end try
  10280. e    No Changef
  10281. Printing
  10282. PostScript
  10283. Filterq
  10284. Dev.CD Nov 00 TC Disk 2
  10285. All Packages
  10286. PostScript UtilitiesI
  10287. Summary: This folder contains a number of PostScript
  10288.  utilities.
  10289. Features:
  10290.  DiskRestore
  10291.  kill test page
  10292.  Laser Doctor
  10293.  letter paper tray
  10294.  plain paper tray
  10295.  print total pages
  10296.  restore test page
  10297. This package is 7.0 compatible.JnDiskRestore
  10298. kill test page
  10299. Laser Doctor
  10300. letter paper tray
  10301. plain paper tray
  10302. print total pages
  10303. restore test pageK
  10304. Vol IIIL
  10305. Vol VIIV
  10306. 72152X
  10307. 1e    No Change
  10308. Apr 98L
  10309. Jan 00
  10310.     Ce), there is little rationale for not converting an application or framework from Objective-C to Java.
  10311. PortingObjectiveCtoJava.pdfK
  10312. Oct 99L
  10313. Mar 00M
  10314. Acrobat Reader 3.0 or laterN
  10315. WebObjects, Objective-C, JavaOKDev.CD Mar OO RLDisk 1:Interactive Media Resources:PortingObjectiveCtoJava:PPDev.CD Mar OO RLDisk 1
  10316.  - Interactive Media Resources
  10317.  - PortingObjectiveCtoJava
  10318. objects
  10319. objectsupportlib
  10320. apple
  10321. event
  10322. appleevent
  10323. screent
  10324. off-screen
  10325. offscreen
  10326. offscreen
  10327. gworld
  10328. manager
  10329.  files, libraries, samples use CodeWarrior Pro 3 or later.
  10330. NkAppleShare IP, Server, AppleShare Client, ASIP, AFP, Registry, PGP, UAM, Server Controls, Networking, Print
  10331. All Packages
  10332. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  10333. Dev.CD Jan 94
  10334. Dev.CD Oct 93
  10335. Dev.CD Jul 93
  10336. Dev.CD Apr 93PDDev.CD Apr 94
  10337. Dev.CD Jan 94
  10338. Dev.CD Oct 93
  10339. Dev.CD Jul 93
  10340. Dev.CD Apr 9V
  10341. 72886X
  10342. Apr 94
  10343. --set theItem to choose file -- uncomment to test in an AS editor
  10344.     tell application "Finder"
  10345.         open item "Dev.CD Apr 94
  10346. Dev.CD Jan 94
  10347. Dev.CD Oct 93
  10348. Dev.CD Jul 93
  10349. Dev.CD Apr 93"
  10350.         activate
  10351.     end tell
  10352. on error errMsg number errNum
  10353.     --enter statements to perform when no records are found such as...
  10354.     display dialog "Sorry, the item you selected could not be found."
  10355.     return
  10356. end try
  10357. All Packages
  10358. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  10359. Dev.CD Jan 94
  10360. Dev.CD Oct 93
  10361. Dev.CD Jul 93
  10362. Dev.CD Apr 93PDDev.CD Apr 94
  10363. Dev.CD Jan 94
  10364. Dev.CD Oct 93
  10365. Dev.CD Jul 93
  10366. Dev.CD Apr 9V
  10367. 72887X
  10368. Apr 94
  10369. intricacies
  10370. television
  10371. tendpointinfo
  10372. tesample
  10373. testdeviceattribute
  10374. testing
  10375. testylesample
  10376. textO
  10377. editor
  10378. encoding
  10379. encoding
  10380. conversion
  10381. manager
  10382. encoding
  10383. converter
  10384. services
  10385. manager
  10386. services
  10387. textedit
  10388. text-to-speech
  10389. textedit
  10390. texture
  10391. thread
  10392. thread
  10393. manager
  10394. threading
  10395. threads
  10396. thumbnail
  10397. tilisten
  10398. timings
  10399. tokenR
  10400. token
  10401. ringR
  10402. tokenize
  10403. tokenizer
  10404. tokentalk
  10405. toolboxe
  10406. toolbox
  10407. assistant
  10408. packages
  10409. software
  10410. suite
  10411. controlled@
  10412. controls/events@
  10413. cool@
  10414. copy-and-paste@
  10415. copyrights@
  10416. corefoundation@
  10417. couple@
  10418. courseware@
  10419. createcustomlist@
  10420. createhypertext@
  10421. creating@
  10422. current
  10423. release
  10424. mactcp
  10425. v2.0.6
  10426. mactcp
  10427. admin
  10428. v2.0.6@
  10429. customgetfilepreview@
  10430. cyberdog@
  10431. database@
  10432. day-to-day@
  10433. december@
  10434. definition@
  10435. demo's@
  10436. demonstrated@
  10437. demonstrates
  10438. asynchronous
  10439. movie
  10440. loading
  10441. newmoviefrom@
  10442. demonstrates
  10443. loading
  10444. playing
  10445. saving
  10446. mulitple
  10447. sounds
  10448. show@
  10449. dependent@
  10450. descriptions@
  10451. designing@
  10452. desk@
  10453. detailed
  10454. developer
  10455. documentation@
  10456. develop-ers@
  10457. developed@
  10458. developer's@
  10459. development@
  10460. diagnose@
  10461. dialogbits@
  10462. difficulties@
  10463. direction@
  10464. discover@
  10465. disinfectant@
  10466. display/context@
  10467. indicates@
  10468. inits@
  10469. intel@
  10470. - Common
  10471.     - Sun Compliant Java Runtime Environment 1.1
  10472.     - QuickTime 3 
  10473.     - QTJava.zip
  10474.     - QTJava media samples
  10475. - Mac OS:
  10476.     - System 8 or later
  10477.     - Macintosh Runtime for Java (MRJ) 2.1
  10478. - Windows 95, 98, or NT::
  10479.     - JRE/JDK from Sun Microsystems, Inc. recommended
  10480. QuickTime, Java, MRJically_
  10481. automating
  10482. automation
  10483. autopush
  10484. autopushes
  10485. autoversioning
  10486. auxiliary
  10487. availability
  10488. availableS
  10489. avitzur
  10490. 72150X
  10491. Mar OO^
  10492. RLDisk 1
  10493. --set theItem to choose file -- uncomment to test in an AS editor
  10494.     tell application "Finder"
  10495.         open item "Dev.CD Mar OO RLDisk 1:Interactive Media Resources:PortingObjectiveCtoJava:"
  10496.         activate
  10497.     end tell
  10498. on error errMsg number errNum
  10499.     --enter statements to perform when no records are found such as...
  10500.     display dialog "Sorry, the item you selected could not be found."
  10501.     return
  10502. end try
  10503. Deletedf
  10504. WebObjects
  10505. Objective-C
  10506. Javaq
  10507. Dev.CD Mar OO RLDisk 1
  10508. All Packages
  10509. PostScript Output Filters
  10510. 72151X
  10511. 2 requires Mac OS 8, with Open Transport 1.2.1, and any Macintosh computer or Workgroup Server that uses a PowerPC 601, 604, 604e processors.N"AppleShare, IP, API, AFP protocol.O?Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleShare IP API:PDDev.CD Apr 98 SDK1
  10512.  - Development Kits (Disc 1)
  10513.  - AppleShare IP API
  10514. SillyBalls, cocoa, portOXDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:Project Builder:SonOfSillyBalls:PcDev.CD Nov 00 TC Disk 2
  10515.  - Sample Code
  10516.  - Platforms and Tools
  10517.  - Project Builder
  10518.  - SonOfSillyBallsV
  10519. 72595X
  10520. Nov 00^    TC Disk 2
  10521. --set theItem to choose file -- uncomment to test in an AS editor
  10522.     tell application "Finder"
  10523.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:Project Builder:SonOfSillyBalls:"
  10524.         activate
  10525.     end tell
  10526. on error errMsg number errNum
  10527.     --enter statements to perform when no records are found such as...
  10528.     display dialog "Sorry, the item you selected could not be found."
  10529.     return
  10530. end try
  10531. e    No Changef
  10532. SillyBalls
  10533. cocoa
  10534. tool/script
  10535. x--set theItem to choose file -- uncomment to test in an AS editor
  10536.     tell application "Finder"
  10537.         open item "Dev.CD Aug 96 TC
  10538. Dev.CD Jan 96 SDK1"
  10539.         activate
  10540.     end tell
  10541. on error errMsg number errNum
  10542.     --enter statements to perform when no records are found such as...
  10543.     display dialog "Sorry, the item you selected could not be found."
  10544.     return
  10545. end try
  10546. animate
  10547. animateentry
  10548. animatepalette
  10549. animation
  10550. antlr
  10551. appearanceu
  10552. appearance
  10553. manageru
  10554. append
  10555. appkit
  10556. appkit
  10557. reference
  10558. appleb
  10559. apple
  10560. advanced
  10561. typography
  10562. popups
  10563. porting
  10564. porting
  10565. objective-c
  10566. posers
  10567. postscript
  10568. postscript
  10569. output
  10570. filters
  10571. postscript
  10572. utilities
  10573. postscripthandledemo
  10574. power
  10575. power
  10576. debugger
  10577. power
  10578. macintosh
  10579. artwork
  10580. power
  10581. manager
  10582. powerbook
  10583. powermacor68k
  10584. powerpc
  10585. powerpc
  10586. documentation
  10587. powertalk
  10588. powertalk
  10589. profile
  10590. profiler
  10591. project
  10592. projects
  10593. publications
  10594. quadra
  10595. qualified
  10596. quickdraw
  10597. r13u5
  10598. r15d1
  10599. reader_
  10600. receive
  10601. redistribution
  10602. registration
  10603. registry~
  10604. release
  10605. reporting
  10606. reports
  10607. requests
  10608. resedit
  10609. resources
  10610. 72581X
  10611. Nov 99^
  10612. r--set theItem to choose file -- uncomment to test in an AS editor
  10613.     tell application "Finder"
  10614.         open item "Dev.CD Nov 99 TC:Sample Code:"
  10615.         activate
  10616.     end tell
  10617. on error errMsg number errNum
  10618.     --enter statements to perform when no records are found such as...
  10619.     display dialog "Sorry, the item you selected could not be found."
  10620.     return
  10621. end try
  10622. Deletedq
  10623. Dev.CD Nov 99 TC
  10624. D!All Packages
  10625. Tool Chest Edition
  10626. Snippets - Networking
  10627. (** = new, * = revised)
  10628. ADSP Chat:  ADSP Chat is a sample application demonstrating the use of the AppleTalk Data Stream Protocol (ADSP).
  10629. AFP C++:  A C++ class that provides an interface to the Appletalk Filing Protocols (AFP) as documented in Chapter 13 of Inside AppleTalk.  Each of the classes' methods corresponds to an AFP call.
  10630. AppleTalk Libraries:  A set of AppleTalk librariesthat features Name Binding Protocol,  Zone Information Protocol,  AppleTalk Filing Protocol, and more
  10631. ATP f
  10632. summary
  10633. sample
  10634. discussion
  10635. detect
  10636. whether
  10637. summary
  10638. sample
  10639. network
  10640. chess
  10641. application
  10642. summary
  10643. monitor
  10644. iotracer
  10645. performance
  10646. tools
  10647. summary
  10648. tools
  10649. small
  10650. functions
  10651. summary
  10652. allows
  10653. display
  10654. dialogs
  10655. alerts
  10656. coolale
  10657. summary
  10658. sedit
  10659. device
  10660. editor
  10661. general
  10662. purpose
  10663. summary
  10664. virtual
  10665. scripts
  10666. libraries
  10667. automa
  10668. summary
  10669. globals
  10670. multifinder
  10671. friendly
  10672. application
  10673. summary
  10674. movie
  10675. small
  10676. application
  10677. designed
  10678. summary
  10679. simpleapp
  10680. general
  10681. utility
  10682. handling
  10683. ummary
  10684. apple
  10685. chinese
  10686. handwriting
  10687. offers
  10688. another
  10689. summary
  10690. apple
  10691. grayscale
  10692. appearance
  10693. system
  10694. specif
  10695. summary
  10696. apple
  10697. international
  10698. glossaries
  10699. contains
  10700. translat
  10701. summary
  10702. apple
  10703. scriptx
  10704. interactive
  10705. multimedia
  10706. platform
  10707. summary
  10708. appleevents
  10709. probably
  10710. don't
  10711. mccomponent
  10712. mccomponent
  10713. mccomponent
  10714. 8PYDev.CD Nov 00 TC Disk 1
  10715.  - Sample Code
  10716.  - Human Interface Toolbox
  10717.  - PopUpMenuWithCurFontV
  10718. 72149X
  10719. Nov 00^    TC Disk 1
  10720. --set theItem to choose file -- uncomment to test in an AS editor
  10721.     tell application "Finder"
  10722.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:PopUpMenuWithCurFont:"
  10723.         activate
  10724.     end tell
  10725. on error errMsg number errNum
  10726.     --enter statements to perform when no records are found such as...
  10727.     display dialog "Sorry, the item you selected could not be found."
  10728.     return
  10729. end try
  10730. e    No Changeq
  10731. Dev.CD Nov 00 TC Disk 1
  10732. All Packages
  10733. Porting Objective-C to Java
  10734. 72150X
  10735. paraphernalia
  10736. parent
  10737. parrt
  10738. parse
  10739. parsefullpathname
  10740. parserW
  10741. parses
  10742. parsing
  10743. parsons
  10744. part{
  10745. introduction
  10746. quicktime
  10747. partial
  10748. participation
  10749. ware.
  10750. SetupGL also has some unique features:
  10751. - The texture RAM variable in the structGLInfo allows you to specify an amount of texture memory, over and above the buffer requirements, that the device must have to satisfy your requirements.  This allows you to pick a maximum resolution and bit depth and allow SetupGL to find the resolution and bit depth that can actually be used while maintaining the requested amount of VRAM.  This is done by setting fDepthMust and fSizeMust to false on ent
  10752. ry, which allows SetupGL to set down in resolutions and pixel depths to get a match.
  10753. - It allows specification of a screen device to try first by enumeration of the screens.  -1 indicates the main screen.  Other screens are enumerated in order returned by DMGetFirstScreenDevice and DMGetNextScreenDevice with 0 being the first screen returned.  If allocations on the desired screen fails SetupGL will automatically check the other screens.
  10754. - SetupGL provides the function BuildGLFromWindow a
  10755. 72148X
  10756. Nov 00^    TC Disk 1
  10757. --set theItem to choose file -- uncomment to test in an AS editor
  10758.     tell application "Finder"
  10759.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Developer Utilities:PopupFuncs 2.6.1:"
  10760.         activate
  10761.     end tell
  10762. on error errMsg number errNum
  10763.     --enter statements to perform when no records are found such as...
  10764.     display dialog "Sorry, the item you selected could not be found."
  10765.     return
  10766. end try
  10767. e    No Changeq
  10768. Dev.CD Nov 00 TC Disk 1
  10769. All Packages
  10770. PopUpMenuWithCurFontI
  10771. PopUpMenuSelectWithCurFont demonstrates which low memory globals (and possibly even nastier things) one must twiddle in order to control the font used by MDEF 0 during PopUpMenuSelect.  JcPopUpMenuWithCurFont(PPC)
  10772. PopUpMenuWithCurFont.c
  10773. PopUpMenuWithCurFont.mcp
  10774. PopUpMenuWithCurFont.rsrcOQDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:PopUpMenuWithCurFont:V
  10775. 72149X
  10776. 1e    No Change
  10777.     C`tp://www.tiac.net/biz/bbsw/
  10778. Internet:    bbsw@netcom.com
  10779. CIS:    73051,3255
  10780. eWorld:    BareBones
  10781. JY!NOT AN APPLE PRODUCT!
  10782. PopupFuncs 2.6.1 Installer
  10783. PopupFuncs Notes.c
  10784. Source Masher
  10785. xPop 
  10786. Sep 95L
  10787. Jan 96OHDev.CD Nov 00 TC Disk 1:Tool Chest:Developer Utilities:PopupFuncs 2.6.1:PPDev.CD Nov 00 TC Disk 1
  10788.  - Tool Chest
  10789.  - Developer Utilities
  10790.  - PopupFuncs 2.6.1on 1.1 with an older version of Apple Shared Library Manager.
  10791. AppleTalk Connection relies on the latest release of MacSNMP v
  10792. ersion 1.1. See the MacSNMP folder for an up-to-date version of the SNMP development kits.
  10793. For the latest version of AppleTalk, see the Network Software Installer folder. 
  10794. The version 1.1.1 of the SNMP AppleTalk Agent for System 7.5 can be found in the MacSNMP folder.
  10795. JdAppleTalk - Read Me First
  10796. AppleTalk Administration:
  10797. AppleTalk Connection:
  10798. Network Software InstallerK
  10799. Jan 96O7Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleTalk:
  10800. Summary:  PopUpFuncs is a productivity tool for developers. When invoked by clicking on a control in a source code window
  10801. s title bar, it creates a popup menu of every function contained in a source code file, allowing you to see instantly the contents of an unfamiliar file. If a name is selected from the menu, the file is instantly scrolled to the beginning of that function. PopUpFuncs works with CodeWarrior, MPW, THINK C/Symantec C++, SADE, BBEdit, and QUED/M, and parses C, C++, Pascal, 
  10802. Object Pascal, assembler, Rez, and Fortran source files.  See the file "PopupFuncs Notes.c" for details.
  10803. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.  If you have questions or problems, the authors encourage you to contact them as follows:
  10804. Postal:    Bare Bones Software, Inc.
  10805.       P.O. Box 108
  10806.       Bedford, MA  01730-0108
  10807. Phone:    +1 508 651 3561
  10808. Fax:      +1 508 651 7584
  10809. WWW:      ht
  10810. 72613X
  10811. Oct 00^
  10812. --set theItem to choose file -- uncomment to test in an AS editor
  10813.     tell application "Finder"
  10814.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Speech Synthesis Manager:"
  10815.         activate
  10816.     end tell
  10817. on error errMsg number errNum
  10818.     --enter statements to perform when no records are found such as...
  10819.     display dialog "Sorry, the item you selected could not be found."
  10820.     return
  10821. end try
  10822. e    No Changef3Speech
  10823. Synthesis
  10824. Text-to-Speech
  10825. MacinTalk
  10826. PlainTalkq
  10827. Dev.CD Oct 00 SDK1
  10828. All Packages
  10829. Splasher
  10830. A very simple application that displays a "modal" window that goes away as soon as you click the mouse or press a key.  This is how many splash screens behave -- but as long as the window is displayed, the Process Manager won't switch your application from being frontmost.
  10831. J3Splasher(PPC)
  10832. Splasher.mcp
  10833. Splasher.rsrc
  10834. Template.cOEDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Splasher:V
  10835. 72614X
  10836. 1e    No Change
  10837. counterdialog
  10838. 3.0.1^
  10839. 3.0.2
  10840. 3.6.5
  10841. 3/92d
  10842. counterdocument
  10843. 4.0.1
  10844. 4.0.8
  10845. files
  10846. library
  10847. 4pmlibraryA
  10848. 4pmlibrary
  10849. 4pmlibrary
  10850. counterprint
  10851. 5.0.7W
  10852. 5.3.2
  10853. 5300ramcard
  10854. 5xxx/6xxx
  10855. 5xxx/6xxx
  10856. tester
  10857. 6.3.3
  10858. performance
  10859. program
  10860. shows
  10861. construction
  10862. composited
  10863. program
  10864. shows
  10865. introspection
  10866. movie
  10867. program
  10868. shows
  10869. usage
  10870. graphicsimporter
  10871. program
  10872. shows
  10873. usage
  10874. graphicsimporterdra
  10875. program
  10876. shows
  10877. usage
  10878. qtimagedrawer
  10879. shows
  10880. quicktime
  10881. effects
  10882. architectur
  10883. demonstrates
  10884. customputdialog
  10885. append
  10886. button
  10887. demonstrates
  10888. customputdialog
  10889. button
  10890. demonstrates
  10891. program
  10892. finder-like
  10893. label
  10894. developer
  10895. describes
  10896. macintosh
  10897. powerbook
  10898. 2400c
  10899. developer
  10900. provides
  10901. technical
  10902. information
  10903. about
  10904. development
  10905. information
  10906. image
  10907. contains
  10908. debug
  10909. version
  10910. 2.5.2
  10911. which
  10912. kages
  10913. Mac OS SDK Edition
  10914. AppleTalk Wide Area
  10915. WeChat
  10916. Kibitz
  10917. pbClock
  10918. AppsToGo Reference
  10919. AppsToGo.FAT
  10920. Sample ApplicationsK
  10921. May 93L
  10922. Nov 94M
  10923. variesO6Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:AppsToGo:V
  10924. 69918X
  10925. 1e    No Change
  10926. tuneplayer
  10927. tunes
  10928. tuning
  10929. tunnel
  10930. tupledumper
  10931. tuples
  10932. turbo
  10933. turkish
  10934. turnedA
  10935. turning
  10936. turns
  10937. turtle
  10938. tutorial
  10939. tview
  10940. tween
  10941. tweening
  10942. twice
  10943. twiddle
  10944. twindow
  10945. twindows
  10946. twisted
  10947. twists
  10948. two-byte
  10949. two-column
  10950. two-column
  10951. resource
  10952. looks
  10953. comma
  10954. two-dimensional
  10955. two-level
  10956. two-part
  10957. two-phase
  10958. two-source
  10959. ource calls. (An ade
  10960. - Common
  10961.     - Sun Compliant Java Runtime Environment 1.1
  10962.     - QuickTime 3 
  10963.     - QTJava.zip
  10964.     - QTJava media samples
  10965. - Mac OS:
  10966.     - System 8 or later
  10967.     - Macintosh Runtime for Java (MRJ) 2.1
  10968. - Windows 95, 98, or NT::
  10969.     - JRE/JDK from Sun Microsystems, Inc. recommended
  10970. QuickTime, Java, MRJument provides information needed to develop an AURP adev. Included are the AURP calls to and from the atlk resource; some clues about the adev resource calls from the Apple Internet Router management app
  10971. lication, Router Manager; and hints on using the XTI (X/Open Transport Interface) Shell sample code. The XTI Shell sample code provides a base for writing an AURP adev over XTI and explicit instructions on how to modify it to implement your link.
  10972. Apple Internet Router: Extending IP Tunnel and DialUp
  10973. --------------------------------------
  10974. This document provides information needed to enhance the AppleTalk/IP Wide Area Extension (IP Tunnel adev) and the DialUp adev to support your MacTCP mde
  10975. 6OJDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:PlayTune:PUDev.CD Nov 00 TC Disk 2
  10976.  - Sample Code
  10977.  - QuickTime
  10978.  - QuickTime for Java
  10979.  - PlayTuneV
  10980. 72147X
  10981. Nov 00^    TC Disk 2
  10982. --set theItem to choose file -- uncomment to test in an AS editor
  10983.     tell application "Finder"
  10984.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:PlayTune:"
  10985.         activate
  10986.     end tell
  10987. on error errMsg number errNum
  10988.     --enter statements to perform when no records are found such as...
  10989.     display dialog "Sorry, the item you selected could not be found."
  10990.     return
  10991. end try
  10992. e    No Changef
  10993. QuickTime
  10994. Dev.CD Nov 00 TC Disk 2
  10995. All Packages
  10996. PopupFuncs 2.6.1
  10997. 72148X
  10998. example3
  10999. examplecodec
  11000. examplecodec
  11001. examplecodec
  11002. examplecodec
  11003. examplecodec
  11004. examples
  11005. exceptions
  11006. exceptions
  11007. exceptions
  11008. exceptions
  11009. expand
  11010. experimental
  11011. experimental
  11012. interfacelib
  11013. experimental
  11014. stuff
  11015. explnd
  11016. explosionframes
  11017. explosionframes
  11018. export
  11019. exportersp
  11020. exrom-1func
  11021. exrom-1func
  11022. sresource
  11023. extendprintrecord
  11024. extendprintrecord
  11025. extendprintrecord
  11026. extensionv
  11027. extension
  11028. extension
  11029. extensions
  11030. extractitems
  11031. extractitems
  11032. extractors
  11033. extras
  11034. f-french
  11035. fastdither
  11036. All Packages
  11037. System 7 Tune-UpO
  11038. Dev.CD Apr 92
  11039. Dev.CD Mar 92P
  11040. Dev.CD Apr 92
  11041. Dev.CD Mar 9V
  11042. 72650X
  11043. Apr 92
  11044. p--set theItem to choose file -- uncomment to test in an AS editor
  11045.     tell application "Finder"
  11046.         open item "Dev.CD Apr 92
  11047. Dev.CD Mar 92"
  11048.         activate
  11049.     end tell
  11050. on error errMsg number errNum
  11051.     --enter statements to perform when no records are found such as...
  11052.     display dialog "Sorry, the item you selected could not be found."
  11053.     return
  11054. end try
  11055. All Packages
  11056. System 7 Tune-UpO
  11057. Dev.CD Apr 92
  11058. Dev.CD Mar 92P
  11059. Dev.CD Apr 92
  11060. Dev.CD Mar 9V
  11061. 72651X
  11062. Apr 92
  11063. p--set theItem to choose file -- uncomment to test in an AS editor
  11064.     tell application "Finder"
  11065.         open item "Dev.CD Apr 92
  11066. Dev.CD Mar 92"
  11067.         activate
  11068.     end tell
  11069. on error errMsg number errNum
  11070.     --enter statements to perform when no records are found such as...
  11071.     display dialog "Sorry, the item you selected could not be found."
  11072.     return
  11073. end try
  11074. 72580X
  11075. Nov 99^
  11076. r--set theItem to choose file -- uncomment to test in an AS editor
  11077.     tell application "Finder"
  11078.         open item "Dev.CD Nov 99 TC:Sample Code:"
  11079.         activate
  11080.     end tell
  11081. on error errMsg number errNum
  11082.     --enter statements to perform when no records are found such as...
  11083.     display dialog "Sorry, the item you selected could not be found."
  11084.     return
  11085. end try
  11086. Deletedq
  11087. Dev.CD Nov 99 TC
  11088. D!All Packages
  11089. Tool Chest Edition
  11090. Snippets - Memory
  11091. (** = new, * = revised)
  11092. Cache Flushing:  Cache.c contains code to correctly flush instruction and data caches on all Macintosh CPUs, including the Quadras.
  11093. SimpleInit:  This snippet demonstrates the writing of a simple init which attempts to allocate a 1 megabyte and then a 2 megabyte handle in the System heap.
  11094. Switch Stack:  This is a simple example of showing how to correctly switch to a private stack for interrupt-time code that requires more than a few dozen bytes of stack space. Thkimage-68k
  11095. - Common
  11096.     - Sun Compliant Java Runtime Environment 1.1
  11097.     - QuickTime 3 
  11098.     - QTJava.zip
  11099.     - QTJava media samples
  11100. - Mac OS:
  11101.     - System 8 or later
  11102.     - Macintosh Runtime for Java (MRJ) 2.1
  11103. - Windows 95, 98, or NT::
  11104.     - JRE/JDK from Sun Microsystems, Inc. recommended
  11105. QuickTime, Java, MRJnder"
  11106.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:AppsToGo:"
  11107.         activate
  11108.     end tell
  11109. on error errMsg number errNum
  11110.     --enter statements to perform when no records are found such as...
  11111.     display dialog "Sorry, the item you selected could not be found."
  11112.     return
  11113. end try
  11114. e    No Changef*AppsToGo
  11115. Rapid Application Developmentq
  11116. Dev.CD Nov 00 TC Disk 2
  11117. All Packages
  11118. Arabic Language KitO
  11119. Dev.CD May 96 TCP
  11120. Dev.CD May 96 TV
  11121. 69919X
  11122. May 96
  11123. editor
  11124. resedit
  11125. editor
  11126. notes
  11127. samples
  11128. codec
  11129. codecdispatch
  11130. codecs
  11131. codectestmain
  11132. codectestmain
  11133. codectestmain
  11134. codecversion
  11135. codewarrior
  11136. codewarrior
  11137. projects
  11138. codewarrior
  11139. coerceprgeneral
  11140. coerceprgeneral
  11141. coercionc
  11142. coercionsf
  11143. nd such as...
  11144.     display dialog "Sorry, the item you selected could not be found."
  11145.     return
  11146. end try
  11147. All Packages
  11148. Arabic Language KitO2Dev.CD May 97 TC
  11149. Dev.CD Nov 96 TC
  11150. Dev.CD Aug 96 TCP1Dev.CD May 97 TC
  11151. Dev.CD Nov 96 TC
  11152. Dev.CD Aug 96 TV
  11153. 69921X
  11154. May 97
  11155. 5OKDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:PlayMovie:PVDev.CD Nov 00 TC Disk 2
  11156.  - Sample Code
  11157.  - QuickTime
  11158.  - QuickTime for Java
  11159.  - PlayMovieV
  11160. 72146X
  11161. Nov 00^    TC Disk 2
  11162. --set theItem to choose file -- uncomment to test in an AS editor
  11163.     tell application "Finder"
  11164.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:PlayMovie:"
  11165.         activate
  11166.     end tell
  11167. on error errMsg number errNum
  11168.     --enter statements to perform when no records are found such as...
  11169.     display dialog "Sorry, the item you selected could not be found."
  11170.     return
  11171. end try
  11172. e    No Changef
  11173. QuickTime
  11174. Dev.CD Nov 00 TC Disk 2
  11175. All Packages
  11176. PlayTuneIhThis demo program shows how to use the TunePlayer to play a Tune using the QuickTime Music Architecture
  11177. J+PlayTune
  11178. PlayTune.zip
  11179. pt.bat
  11180. README.txt
  11181. Feb 00
  11182. OJDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:PlayTune:V
  11183. 72147X
  11184. 1e    No Change
  11185. manager'sf
  11186. manager-related
  11187. managers
  11188. managing
  11189. managmentw
  11190. manalyzer
  11191. mananger
  11192. manger
  11193. manipulate
  11194. manipulating
  11195. manipulation
  11196. manipulations
  11197. manner
  11198. manual
  11199. manually
  11200. manuals
  11201. manufacturers
  11202. many^
  11203. moi (Arabe)" for details and installation instructions. 
  11204. JDInstall 1, English
  11205. Install 1, Fran
  11206. Install 2
  11207. Install 3
  11208. Install 4K
  11209. May 96L
  11210. Aug 96d
  11211. This sample code illustrates how to use the low-level QuickTime video effects API to apply a filter (a one-source effect) to a picture, or to apply a transition (a two-source effect) to two pictures.
  11212. QTShowEffect runs only from unlocked volumes. QTShowEffect can also build a QuickTime movie containing a filter or transition.  QTShowEffect can be built for both the Mac OS and Windows.
  11213. Application Files
  11214. Building QT Samples
  11215. Common Files
  11216. QTShowEffect 68k
  11217. QTShowEffect 68k.mcp
  11218. QTShowEffect PPC
  11219. QTShowEffect PPC.mcp
  11220. QTShowEffect Win.mcp
  11221. QTShowEffect.c
  11222. QTShowEffect.exe
  11223. QTShowEffect.h
  11224. QTShowEffect.mak
  11225. QTShowEffect.r
  11226. READMEM
  11227. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N&QuickTime, Effects, Video, TransitionsOCDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Effects:QTShowEffect:
  11228. environments
  11229. enwall
  11230. eomodeler
  11231. eomoption
  11232. eprom
  11233. equilibrium
  11234. equilibrium's
  11235. equivalent
  11236. erase
  11237. erases
  11238. erasing
  11239. errata
  11240. erratic
  11241. erroneous
  11242. error
  11243. error-handling
  11244. errors
  11245. esfahani
  11246. eskimo
  11247. essence
  11248. essential
  11249. essentially
  11250. essentials
  11251. establish
  11252. established
  11253. establishing
  11254. establishment
  11255. ethernetR
  11256. ethernets
  11257. ethertalkB
  11258. PNDev.CD Nov 00 TC Disk 2
  11259.  - Sample Code
  11260.  - QuickTime
  11261.  - Effects
  11262.  - QTShowEffect
  11263. he PowerPC side of the app. 
  11264. JsPlayVideo(PPC)
  11265. PlayVideo.c
  11266. PlayVideo.mcp
  11267. Read Me
  11268. RequestVideo.c
  11269. RequestVideo.h
  11270. RequestVideo.rsrc
  11271. verbose debug codeM
  11272. Display Manager 1.0, which is built into the Systems included with the first PowerMacs up through System 7.5. Display Manager 2.0 was first introduced in System 7.5.2 and is built into the system for all Macintoshes with the release of System 7.5.3.N
  11273. Display Manager, Play VideoO[Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Display Manager:Play Video Sample:PfDev.CD Nov 00 TC Disk 1
  11274.  - Sample Code
  11275.  - Devices and Hardware
  11276.  - Display Manager
  11277.  - Play Video Sampletion Protocol (ARP) is a protocol for mapping protocol (eg IP) addresses to hardware (eg Ethernet) addresses.  The OT ARP module provides an ARP service that is used by the OT TCP/IP stack. This sample demonstrates how you can get direct access to the ARP module to, amongst other things, add and remove ARP cache entries.
  11278. Jun 98V
  11279. 69924X
  11280. 1e    No Change
  11281. ce binding library with no code implementation behind it. The Display Manager glue library is needed to provide runtime code to access the Display Manager 2.0 features.
  11282. A runtime library called "Display Library" which contains the PowerPC glue code to use the Display Manager 2.0 API  (the InterfaceLib contains the Display Manager 1.0 glue code). The Display Library is built into system 7.5.3 and later systems. To make use if the Display Manger 2.0 features from PowerPC code while  running
  11283.  System 7.1.2 through 7.5.2 you must have the "Display Library" file within the Code Fragment Manager search path - in the same directory as the application or in the extensions folder.
  11284. Application Sample Code. This sample code will build a FAT application - an application that contains 68K code in code resources in the resource fork and PowerPC code in a PEF container in the data fork. You must build the 68K side of the app first since it is included in the PowerPC project for building t
  11285. Summary:  This is the Developer Edition of the QuickView
  11286.  development environment. You can use this development environment to create QuickView databases for your own information that work with the Macintosh Programmer's Toolbox Assistant.  Use of this development kit is covered by the license included with this application.
  11287. Issues:  Usage of this software is governed by the software license included in the folder created by the Installer.
  11288. J,Install QuickView
  11289. READ ME - QV Developer Ed.K
  11290. Jun 95N"TOOLBOX ASSISTANT, MPTA, QUICKVIEWOfDev.CD Sep 97 RL:Technical Documentation:Toolbox Assistant:
  11291. MPTA Goodies:QuickView
  11292.  Developer Edition:PqDev.CD Sep 97 RL
  11293.  - Technical Documentation
  11294.  - Toolbox Assistant
  11295. MPTA Goodies
  11296.  - QuickView
  11297.  Developer EditionW
  11298. automated
  11299. automation
  11300. autopush
  11301. aware
  11302. backcolor
  11303. background
  11304. background-only
  11305. background-only
  11306. applications
  11307. pbcatsearch
  11308. applescript
  11309. subrout
  11310. All Packages
  11311. F    QuickTimeO
  11312. Dev.CD Jul 93
  11313. Dev.CD Apr 93P
  11314. Dev.CD Jul 93
  11315. Dev.CD Apr 9V
  11316. 72433X
  11317. Jul 93
  11318. p--set theItem to choose file -- uncomment to test in an AS editor
  11319.     tell application "Finder"
  11320.         open item "Dev.CD Jul 93
  11321. Dev.CD Apr 93"
  11322.         activate
  11323.     end tell
  11324. on error errMsg number errNum
  11325.     --enter statements to perform when no records are found such as...
  11326.     display dialog "Sorry, the item you selected could not be found."
  11327.     return
  11328. end try
  11329. All Packages
  11330. F    QuickTimeO
  11331. Dev.CD Jul 93
  11332. Dev.CD Apr 93P
  11333. Dev.CD Jul 93
  11334. Dev.CD Apr 9V
  11335. 72434X
  11336. Jul 93
  11337. p--set theItem to choose file -- uncomment to test in an AS editor
  11338.     tell application "Finder"
  11339.         open item "Dev.CD Jul 93
  11340. Dev.CD Apr 93"
  11341.         activate
  11342.     end tell
  11343. on error errMsg number errNum
  11344.     --enter statements to perform when no records are found such as...
  11345.     display dialog "Sorry, the item you selected could not be found."
  11346.     return
  11347. end try
  11348. All Packages
  11349. 72145X
  11350. Nov 00^    TC Disk 1
  11351. --set theItem to choose file -- uncomment to test in an AS editor
  11352.     tell application "Finder"
  11353.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Display Manager:Play Video Sample:"
  11354.         activate
  11355.     end tell
  11356. on error errMsg number errNum
  11357.     --enter statements to perform when no records are found such as...
  11358.     display dialog "Sorry, the item you selected could not be found."
  11359.     return
  11360. end try
  11361. e    No Changef
  11362. Display Manager
  11363. Play Videoq
  11364. Dev.CD Nov 00 TC Disk 1
  11365. All Packages
  11366. F    PlayMovie
  11367. This demo program shows how to display any QuickTime content within a java.awt display space using the QTCanvas. It also demonstrates the use of the different resize options of the QTCanvas (with the QTCanvas' alignment set to centre it in the display space).
  11368. J-PlayMovie
  11369. PlayMovie.zip
  11370. pm.bat
  11371. README.txt
  11372. Feb 00
  11373. OKDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:PlayMovie:V
  11374. 72146X
  11375. 1e    No Change
  11376. ded with the first Power Macs up through System 7.5. Display Manager 2.0 was first introduced in System 7.5.2 and is built into the system for all Macintoshes with the release of System 7.5.3.
  11377. It is a good idea to reset the screen(s) to the original setting before exit since the call to RVSetVideoAsScreenPrefs() may not do the right thing under Display Manager 1.0 with certain video drivers.
  11378. Included with this project are:
  11379. New Displays.h and Video.h header files. You will need to instal
  11380. l the new universal Displays.h and Video.h header files to compile this sample code. These new universal headers are included with the Display Manager Development Kit. You will need to install these new universal Displays.h and Video.h header files only if they are newer than the ones inside your development environment.
  11381. A link library called "DisplayLib" for the Display Manager 2.0 features (InterfaceLib contains the Display Manager 1.0 entry points). The link library is simply a namespa
  11382. Feb 00MmPowerPC, System 8.1+, SoundSprocket, QuickDraw 3D, and either Universal Headers 3.3 or the SoundSprocket SDK.N(SoundSprocket, 3D sound, reverb, effectsO<Dev.CD Nov 00 TC Disk 1:Sample Code:Games:SoundSprocketTest:PDDev.CD Nov 00 TC Disk 1
  11383.  - Sample Code
  11384.  - Games
  11385.  - SoundSprocketTestV
  11386. 72606X
  11387. Nov 00^    TC Disk 1
  11388. --set theItem to choose file -- uncomment to test in an AS editor
  11389.     tell application "Finder"
  11390.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Games:SoundSprocketTest:"
  11391.         activate
  11392.     end tell
  11393. on error errMsg number errNum
  11394.     --enter statements to perform when no records are found such as...
  11395.     display dialog "Sorry, the item you selected could not be found."
  11396.     return
  11397. end try
  11398. e    No Changef%SoundSprocket
  11399. 3D sound
  11400. reverb
  11401. effectsq
  11402. Dev.CD Nov 00 TC Disk 1
  11403. All Packages
  11404. F    SourceBugI
  11405. SourceBug is a source-level debugger for debugging 68K-based applications.
  11406. Runs on any Macintosh but debugs 68K applications only.J
  11407. MPW etc.img.binange
  11408. --set theItem to choose file -- uncomment to test in an AS editor
  11409.     tell application "Finder"
  11410.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTimeIntro:Play Movie w/Controller:"
  11411.         activate
  11412.     end tell
  11413. on error errMsg number errNum
  11414.     --enter statements to perform when no records are found such as...
  11415.     display dialog "Sorry, the item you selected could not be found."
  11416.     return
  11417. end try
  11418. e found such as...
  11419.     display dialog "Sorry, the item you selected could not be found."
  11420.     return
  11421. end try
  11422. e    No Changeq
  11423. Dev.CD May 98 TC
  11424. eD!All Packages
  11425. Tool Chest Edition
  11426. Async driver testerI
  11427. A simple utility to test if a driver support asynchronous reads
  11428. Shows how to walk the driver table and relate a volume to a disk driver.
  11429. Deleted
  11430.     EZy converts old-style typeChar data to typeIntlText, so you don't have to rewrite old code.
  11431. Communications Toolbox
  11432. Contributed
  11433. Devices and Hardware
  11434. Files
  11435. Games
  11436. Graphics 2D
  11437. Graphics 3D
  11438. Help Systems
  11439. Human Interface Toolbox
  11440. Interapplication Comm
  11441. Memory
  11442. Networking
  11443. OS Utilities
  11444. Overview
  11445. Platforms and Tools
  11446. Printing
  11447. Processes
  11448. QuickTime
  11449. Runtime Architecture
  11450. Sound
  11451. Feb 92L
  11452. May 97O
  11453. Dev.CD Nov 99 TC:Sample Code:P
  11454. Dev.CD Nov 99 TC
  11455.  - Sample Codeated
  11456. associated
  11457. documentation
  11458. async
  11459. asyncdrivercommon
  11460. asyncdrivercommon
  11461. asyncdrivermain
  11462. asyncdrivermain
  11463. asyncdriversample
  11464. asyncdriversample
  11465. asyncdriversample
  11466. asyncdriversampledrv
  11467. asyncdriversampledrv
  11468. asynch
  11469. asyncpb
  11470. asyncpb
  11471. asyncpb
  11472. asyncpb
  11473. asyncpb
  11474. asyncpb
  11475. asyncpbppc
  11476. asyncpbppc
  11477. error
  11478. detection
  11479. error
  11480. detector
  11481. error
  11482. detector
  11483. --set theItem to choose file -- uncomment to test in an AS editor
  11484.     tell application "Finder"
  11485.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTimeIntro:Play Movie:"
  11486.         activate
  11487.     end tell
  11488. on error errMsg number errNum
  11489.     --enter statements to perform when no records are found such as...
  11490.     display dialog "Sorry, the item you selected could not be found."
  11491.     return
  11492. end try
  11493. play dialog "Sorry, the item you selected could not be found."
  11494.     return
  11495. end try
  11496. Deletedf$async
  11497. asynchronous
  11498. driver unit tableq
  11499. Dev.CD Nov 99 TC
  11500. All Packages
  11501. AsyncDriverSample1.0b4
  11502. This sample shows how to write a fully asynchronous block device driver for the traditional Mac OS.  The sample tries to implement the simplest possible device driver and therefore doesn
  11503. t talk to any real hardware.  Instead it mounts disk images over the network.
  11504. Jul 97L
  11505. Jul 97V
  11506. 69928X
  11507. 1e    No Change
  11508. 3e    No Changef    QuickTimeo&http://developer.apple.com/samplecode/q
  11509. Dev.CD Nov 00 TC Disk 2
  11510. All Packages
  11511. Play Video Sample
  11512. PlayVideo is a sample which makes use of the RequestVideo sample code API.
  11513. PlayVideo & RequestVideo together demonstrate the usage of the Display Manager introduced with the PowerMacs and integrated into the system under System 7.5. With the RequestVideo sample code library, developers will be able to explore the Display Manager API by changing bit depth and screen resolution on multisync displays on built-in, NuBus, and PCI based video. Display Manager 1.0 is built into the Systems inclu
  11514. 72145X
  11515. 2e    No Changef    QuickTimeo&http://developer.apple.com/samplecode/q
  11516. Dev.CD Nov 00 TC Disk 2
  11517. All Packages
  11518. Play Movie w/ControllerIkDemonstrates how to play a QuickTime movie using a movie controller.
  11519. Part of An Introduction to QuickTime.JsApplication Files
  11520. Clippings
  11521. Common Files
  11522. Completed Lab
  11523. PlayMovie w/Controller
  11524. PlayMovie w/Controller.mcp
  11525. Start CodeK
  11526. Nov 00M
  11527. A Power Macintosh Computer running Mac OS 8.6 or later (9.0.4 recommended), QuickTime 4.1.2, CarbonLib 1.0.4 and Universal Interfaces 3.3.2.N    QuickTimeOUDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTimeIntro:Play Movie w/Controller:P`Dev.CD Nov 00 TC Disk 2
  11528.  - Sample Code
  11529.  - QuickTime
  11530.  - QuickTimeIntro
  11531.  - Play Movie w/ControllerV
  11532. 72144X
  11533. Nov 00^    TC Disk 2
  11534. e    No Changeo&http://developer.apple.com/samplecode/
  11535.  perform when no records are found such as...
  11536.     display dialog "Sorry, the item you selected could not be found."
  11537.     return
  11538. end try
  11539. e    No Changef%async device
  11540. driver
  11541. AsyncDriverSample
  11542. --set theItem to choose file -- uncomment to test in an AS editor
  11543.     tell application "Finder"
  11544.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:CD ROM:Play:"
  11545.         activate
  11546.     end tell
  11547. on error errMsg number errNum
  11548.     --enter statements to perform when no records are found such as...
  11549.     display dialog "Sorry, the item you selected could not be found."
  11550.     return
  11551. end try
  11552. v.CD Nov 00 TC Disk 1
  11553.  - Sample Code
  11554.  - Files
  11555.  - AsyncPBV
  11556. 69929X
  11557. Nov 00^    TC Disk 1
  11558. --set theItem to choose file -- uncomment to test in an AS editor
  11559.     tell application "Finder"
  11560.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Files:AsyncPB:"
  11561.         activate
  11562.     end tell
  11563. on error errMsg number errNum
  11564.     --enter statements to perform when no records are found such as...
  11565.     display dialog "Sorry, the item you selected could not be found."
  11566.     return
  11567. end try
  11568. e    No Change
  11569. 1e    No Changef$CD-ROM
  11570. CD ROM
  11571. playing audio CDs
  11572. Playq
  11573. Dev.CD Nov 00 TC Disk 1
  11574. All Packages
  11575. Play MovieI
  11576. Demonstrates how to use the Movie Toolbox to play a QuickTime movie without using a movie controller.
  11577. Part of An Introduction to QuickTime.J]Application Files
  11578. Clippings
  11579. Common Files
  11580. Completed Lab
  11581. PlayMovie PPC
  11582. PlayMovie.mcp
  11583. Start CodeK
  11584. Nov 00M
  11585. A Power Macintosh Computer running Mac OS 8.6 or later (9.0.4 recommended), QuickTime 4.1.2, CarbonLib 1.0.4 and Universal Interfaces 3.3.2.N    QuickTimeOHDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTimeIntro:Play Movie:PSDev.CD Nov 00 TC Disk 2
  11586.  - Sample Code
  11587.  - QuickTime
  11588.  - QuickTimeIntro
  11589.  - Play MovieV
  11590. 72143X
  11591. Nov 00^    TC Disk 2
  11592. e    No Changeo&http://developer.apple.com/samplecode/
  11593. Hardware
  11594.  - ATA
  11595.  - ATA DemoV
  11596. 69930X
  11597. Nov 00^    TC Disk 1
  11598. e    No Change
  11599. english
  11600. 3.0.2
  11601. english
  11602. british
  11603. 1.1.3
  11604. english
  11605. int'l
  11606. 1.1.3
  11607. english
  11608. lproj
  11609. english
  11610. installer
  11611. english
  11612. 1.1.3
  11613. englishmiscellaneousd
  11614. englishmiscellaneous
  11615. englishmiscellaneous
  11616. rsrcd
  11617. englishterminologyd
  11618. englishterminology
  11619. englishterminology
  11620. rsrcd
  11621. enhanced
  11622. enterprise
  11623. enterprise
  11624. environment
  11625. eomodeler
  11626. eomodeler
  11627. erasefile
  11628. erasefile
  11629. errata~
  11630. error
  11631. error
  11632. handler
  11633. error
  11634. handler
  11635. errormsg
  11636. errormsg
  11637. errormsg
  11638. errors
  11639. ethernet
  11640. event~
  11641. eventloop
  11642. eventloop
  11643. events
  11644. events
  11645. apple
  11646. ethernet
  11647. apple
  11648. video
  11649. pODDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime Conferencing:PIDev.CD Apr 98 SDK2
  11650.  - Development Kits (Disc 2)
  11651.  - QuickTime Conferencing0
  11652. inputsprocket
  11653. powerplant
  11654. items
  11655. japanese
  11656. javao
  11657. applescript
  11658. scripting
  11659. applescript
  11660. magic
  11661. oracle
  11662. keyboardV
  11663. keyboard
  11664. keychain
  11665. keychain
  11666. password
  11667. storage
  11668. passphrase
  11669. password
  11670. keymap
  11671. keysv
  11672. knowspict
  11673. korean
  11674. label
  11675. label
  11676. labels
  11677. labels
  11678. transport
  11679. cache
  11680. delete
  11681. query
  11682. arpsample
  11683. component
  11684. manager
  11685. component
  11686. software
  11687. compound
  11688. compound
  11689. document
  11690. architecture
  11691. compress
  11692. compressed
  11693. compression
  11694. compsite
  11695. computer
  11696. computer
  11697. based
  11698. media
  11699. conditional
  11700. conditional
  11701. statements
  11702. conference
  11703. conferencing
  11704. database
  11705. debugging
  11706. decompression
  11707. delete
  11708. detector
  11709. detectorsy
  11710. developerz
  11711. development
  11712. device
  11713. dialog
  11714. dictation
  11715. disassembler
  11716. disassembly
  11717. image
  11718. dynamic
  11719. library
  11720. documentation
  11721. drawing
  11722. driver
  11723. driver
  11724. table
  11725. drivers
  11726. dynamic
  11727. editorO
  11728. emulator
  11729. environment
  11730. error
  11731. error
  11732. reports
  11733. apple
  11734. ethernetR
  11735. ethernet
  11736. eventi
  11737. eventsb
  11738. filetool
  11739. folder
  11740. foreground
  11741. All Packages
  11742. QuickDraw 3DO
  11743. Dev.CD Jun 97 SSWP
  11744. Dev.CD Jun 97 SSV
  11745. 72283X
  11746. Jun 97
  11747. f--set theItem to choose file -- uncomment to test in an AS editor
  11748.     tell application "Finder"
  11749.         open item "Dev.CD Jun 97 SSW"
  11750.         activate
  11751.     end tell
  11752. on error errMsg number errNum
  11753.     --enter statements to perform when no records are found such as...
  11754.     display dialog "Sorry, the item you selected could not be found."
  11755.     return
  11756. end try
  11757. All Packages
  11758. QuickDraw 3DO
  11759. Dev.CD Jun 97 SSWP
  11760. Dev.CD Jun 97 SSV
  11761. 72284X
  11762. Jun 97
  11763. f--set theItem to choose file -- uncomment to test in an AS editor
  11764.     tell application "Finder"
  11765.         open item "Dev.CD Jun 97 SSW"
  11766.         activate
  11767.     end tell
  11768. on error errMsg number errNum
  11769.     --enter statements to perform when no records are found such as...
  11770.     display dialog "Sorry, the item you selected could not be found."
  11771.     return
  11772. end try
  11773. All Packages
  11774. QuickDraw 3DO
  11775. Dev.CD Jun 97 SSWV
  11776. 72285X
  11777. ppcbrowseroverride
  11778. ppcbrowseroverride
  11779. ppcbrowseroverride
  11780. ppclist
  11781. ppclist
  11782. ppcnumerics
  11783. ppcsicn
  11784. ppcsicn
  11785. ppcsimpletext
  11786. ppcsimpletext
  11787. ppcsoftware
  11788. ppctoolboxkeychain
  11789. ppctoolboxkeychain
  11790. ppctoolboxkeychain
  11791. ppctoolboxkeychain
  11792. ppctoolboxkeychain
  11793. mmand to determine information about an ATA drive.  It detects an error documented in Technote 1116, "PowerBook HD Upgrades and SCSI Disk Mode Compatibility".
  11794. JoATA Error Detection.c
  11795. ATA Error Detector (PPC)
  11796. ATA Error Detector Read Me
  11797. ATA Error Detector.mcp
  11798. resources.rsrcK
  11799. Jan 98M
  11800. PowerBook with ATA manager (190, 2300, 5300, 1400, 3400, 2400).  Later PowerBooks are not affected by these bugs, but the test will run.N6ATA, PowerBook, SCSI, SCSI disk mode, ATAErrorDetectorONDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:ATA:ATAErrorDetector:V
  11801. 69931X
  11802. 1e    No Change
  11803. quicktime
  11804. quicktime
  11805. compress
  11806. decompress
  11807. quicktime
  11808. quickview
  11809. appleevent
  11810. ethernet
  11811. ramdisk
  11812. rapid
  11813. rapid
  11814. application
  11815. development
  11816. raster
  11817. ratesA
  11818. rawip
  11819. rawmode
  11820. reader
  11821. readsector
  11822. readsector
  11823. msdos
  11824. reality
  11825. reassembler
  11826. receive
  11827. receives
  11828. reconfiguration
  11829. record
  11830. record
  11831. sound
  11832. Jan 96
  11833. g--set theItem to choose file -- uncomment to test in an AS editor
  11834.     tell application "Finder"
  11835.         open item "Dev.CD Jan 96 SDK1"
  11836.         activate
  11837.     end tell
  11838. on error errMsg number errNum
  11839.     --enter statements to perform when no records are found such as...
  11840.     display dialog "Sorry, the item you selected could not be found."
  11841.     return
  11842. end try
  11843. All Packages
  11844. QuickDraw GXO
  11845. Dev.CD Jan 96 SDK1P
  11846. Dev.CD Jan 96 SDKV
  11847. 72304X
  11848. Jan 96
  11849. g--set theItem to choose file -- uncomment to test in an AS editor
  11850.     tell application "Finder"
  11851.         open item "Dev.CD Jan 96 SDK1"
  11852.         activate
  11853.     end tell
  11854. on error errMsg number errNum
  11855.     --enter statements to perform when no records are found such as...
  11856.     display dialog "Sorry, the item you selected could not be found."
  11857.     return
  11858. end try
  11859. All Packages
  11860. QuickDraw GXO
  11861. Dev.CD Jan 96 SDK1P
  11862. Dev.CD Jan 96 SDKV
  11863. 72305X
  11864. Jan 96
  11865. cocoa
  11866. loading
  11867. sample
  11868. updated
  11869. carbon
  11870. shows
  11871. sample
  11872. updated
  11873. carbon
  11874. shows
  11875. sample
  11876. updated
  11877. carbon
  11878. applicat
  11879. sample
  11880. updated
  11881. carbon
  11882. tubetest
  11883. sample
  11884. updated
  11885. carbon
  11886. sample
  11887. updated
  11888. carbon
  11889. applica
  11890. sample
  11891. updated
  11892. carbon
  11893. contain
  11894. sample
  11895. updated
  11896. carbon
  11897. program
  11898. sample
  11899. updated
  11900. carbon
  11901. sample
  11902. sample
  11903. updated
  11904. carbon
  11905. snippet
  11906. sample
  11907. updated
  11908. carbon
  11909. under
  11910. Trapper is installed and removed.
  11911. Features: ATrapper can be set to record either all A-Trap calls, only those coming from the Application heap, or, if under 7.0, only those coming from applications launched after ATrapper.
  11912. (** = new, * = revised)
  11913. AE Interaction Sample:  Two small applications, Sender and Receiver, show what interaction levels mean to the Apple Event Manager.
  11914. AECDEV/AEDEAMON:  This sample is designed to answer that age-old question; "How do I send AppleEvents from a DA/CDEV/INIT/Driver?" Read the read_me to find the answer <grin>.
  11915. AECoercion:  AECoercionINIT shows how to install System level AppleEvent Coercion routines at INIT time.  You may also be interested in the coercion routines as 
  11916. samples of AE coercions in general.
  11917. FinderOpenSelection:  This sample sends Finder 'Open Selection' events two different ways. The first, 'Send Open Selection', opens the file you select. The second,'Open Window Containing...' will open the Finder window containing the file you select.
  11918. IPCLister:  A small example of how to use IPCListPorts. This sample collects and displays all the PPC/AppleEvent capable machines in your current zone and puts them in a nice list.
  11919. ODOC:  This sample send
  11920. --set theItem to choose file -- uncomment to test in an AS editor
  11921.     tell application "Finder"
  11922.         open item "Dev.CD Dec 99 RL:Technical Documentation:Pippin Technical Notes:"
  11923.         activate
  11924.     end tell
  11925. on error errMsg number errNum
  11926.     --enter statements to perform when no records are found such as...
  11927.     display dialog "Sorry, the item you selected could not be found."
  11928.     return
  11929. end try
  11930. und."
  11931.     return
  11932. end try
  11933. e    No Changeq
  11934. Dev.CD Nov 00 TC Disk 1
  11935. kD!All Packages
  11936. Tool Chest Edition
  11937. Audio Palette Developer Doc
  11938. {Summary: The audio palette developer documentation contains descriptions of features of the audio palette accessible by HyperTalk scripting only.  These include messages that the palette sends to the current stack as well as a list of messages the palette will respond to. This information is crucial if developers want to take advantage of the audio palette in their own stacks.
  11939. 69933X
  11940. Deleted
  11941. 0e    No Changef2QuickDraw PixMap PixPat ppat GetPixRowBytes
  11942. Carbono&http://developer.apple.com/samplecode/q
  11943. Dev.CD Nov 00 TC Disk 1
  11944. All Packages
  11945. PlayI
  11946. Play is a minimal sample CD audio player. The sample application allows the user to click on a track on an audio CD; at that point, the CD ROM drive will start audio play, beginning at the selected track and continuing to the end of the disc.J
  11947. Play.c
  11948. play.rM
  11949. CD-ROM driveN'CD-ROM, CD ROM, playing audio CDs, PlayOEDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:CD ROM:Play:PPDev.CD Nov 00 TC Disk 1
  11950.  - Sample Code
  11951.  - Devices and Hardware
  11952.  - CD ROM
  11953.  - PlayV
  11954. 72142X
  11955. Nov 00^    TC Disk 1
  11956. e    No Change
  11957. --set theItem to choose file -- uncomment to test in an AS editor
  11958.     tell application "Finder"
  11959.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:PixMap2PixPat2ppat:"
  11960.         activate
  11961.     end tell
  11962. on error errMsg number errNum
  11963.     --enter statements to perform when no records are found such as...
  11964.     display dialog "Sorry, the item you selected could not be found."
  11965.     return
  11966. end try
  11967. file's
  11968. Deletedf'Pippin
  11969. Bandai
  11970. Atworld
  11971. Atmark
  11972. multimediaq
  11973. Dev.CD Dec 99 RL
  11974. All Packages
  11975. PixMap2PixPat2Ppat
  11976. KThis sample has been updated for the Carbon API. PixMap2PixPat2Ppat has been updated to use GetPixRowBytes() and not leak a PixMap.  This sample shows how to convert a 'icl8' image to a PixMap image and then to a PixPat and then finally to a 'ppat' resource. In this example, the 'ppat' resource is saved-off into a resource file.
  11977. CarbonPrefix.h
  11978. CarbonRes.rsrc
  11979. PixMap2PixPat2Ppat(PPC)
  11980. PixMap2PixPat2ppat.c
  11981. PixMap2PixPat2Ppat.mcp
  11982. PixMap2PixPat2ppat.rsrc
  11983. ppat file.rsrc
  11984. ReadMeK
  11985. Aug 00L
  11986. Nov 00M
  11987. Color QuickDraw, CarbonLibN3QuickDraw PixMap PixPat ppat GetPixRowBytes, CarbonOCDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:PixMap2PixPat2ppat:PKDev.CD Nov 00 TC Disk 1
  11988.  - Sample Code
  11989.  - Graphics 2D
  11990.  - PixMap2PixPat2ppatV
  11991. 72141X
  11992. Nov 00^    TC Disk 1
  11993. e    No Changeo&http://developer.apple.com/samplecode/
  11994. 69934X
  11995. responses
  11996. responsibility
  11997. responsible
  11998. ressler
  11999. restartB
  12000. restarting
  12001. restore
  12002. restored
  12003. restoresystemgamms
  12004. restoring
  12005. restricted
  12006. restricting
  12007. restriction
  12008. restrictions
  12009. restructured
  12010. resulti
  12011. resulting
  12012. resultsh
  12013. resume{
  12014. resumegl
  12015. resuming
  12016. retail{
  12017. retrain
  12018. retreat
  12019. retreived
  12020. retrieval
  12021. retrieve
  12022. retrieved
  12023. retrievepictinfo
  12024. retrieves
  12025. business
  12026. opp's
  12027. germany
  12028. byrne's
  12029. emulator
  12030. multilingual
  12031. editor
  12032. multimedia
  12033. multiplay
  12034. multiple
  12035. multiprecision
  12036. multiprocessing
  12037. design
  12038. robustness
  12039. theresa
  12040. tensor
  12041. information
  12042. designate
  12043. designed
  12044. designer
  12045. designers
  12046. developb
  12047. developed
  12048. developerS
  12049. developer's
  12050. developersT
  12051. developingW
  12052. developmentw
  12053. developments{
  12054. devicel
  12055. deviceloop
  12056. devicesW
  12057. devsupport
  12058. picker
  12059. picts
  12060. pictdocument
  12061. pictdocument
  12062. pictdocument
  12063. pictfile
  12064. pictfile
  12065. pictfile
  12066. pictfile
  12067. pictinfotest
  12068. pictinfotest
  12069. pictoid
  12070. pictoid
  12071. picttoclip
  12072. picttoclip
  12073. pippin
  12074. pippin
  12075. authentication
  12076. pippin
  12077. flash
  12078. access
  12079. pippin
  12080. launch
  12081. pippin
  12082. standard
  12083. pippin
  12084. startup
  12085. process
  12086. pippin
  12087. video
  12088. pippinfinder
  12089. pitfalls
  12090. pixel
  12091. pixmap2pixpat2ppat
  12092. pixmap2pixpat2ppat
  12093. pixmap2pixpat2ppat
  12094. pixmap2pixpat2ppat
  12095. pixmap2pixpat2ppat
  12096. place
  12097. place
  12098. extensions
  12099. folder
  12100. platformsQ
  12101. Dev.CD Nov 00 TC Disk 2
  12102. /D(All Packages
  12103. Reference Library Edition
  12104. Pippin Technical Notes
  12105. HSummary:  Pippin is a new multimedia and Internet playback architecture based on Power Macintosh and licensed by Apple to Bandai Digital Entertainment. Because it is based on Mac, most Pippin development is the same as Mac development. The tech notes in this folder cover all the Pippin-specific aspects of developing on Pippin.
  12106. Applejack Tech Note
  12107. Creating Pippin CDROMs
  12108. Pippin Authentication
  12109. Pippin Flash Access 
  12110. Pippin Launch
  12111. Pippin Standard File 
  12112. Pippin Startup Process
  12113. Pippin Video
  12114. PippinFinder
  12115. Stoppinf INIT IconsK
  12116. Aug 96M
  12117. Adobe Acrobat Reader.N+Pippin, Bandai, Atworld, Atmark, multimediaO@Dev.CD Dec 99 RL:Technical Documentation:Pippin Technical Notes:PEDev.CD Dec 99 RL
  12118.  - Technical Documentation
  12119.  - Pippin Technical NotesV
  12120. 72140X
  12121. Dec 99^
  12122. #can be included in the Sound Manager interfaces.  Note 
  12123. that all lower-case codes are reserved for Apple's use.  Your code must
  12124. This simple sample places a PICT in a modal dialog, with some other views, such as buttons and TEditText. It tries to show how easy this is achieved with TPicture view resources.
  12125. J8Dialogs.r
  12126. MDialogs.cp
  12127. READMEFIRST
  12128. UDialogs.cp
  12129. UDialogs.hM
  12130. MacApp 2.0.1 or laterN0MacApp, PICT, modal dialog, TPicture, PICTDialogOJDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:PICTDialog:PUDev.CD Nov 00 TC Disk 2
  12131.  - Sample Code
  12132.  - Platforms and Tools
  12133.  - MacApp
  12134.  - PICTDialogV
  12135. 72139X
  12136. Nov 00^    TC Disk 2
  12137. --set theItem to choose file -- uncomment to test in an AS editor
  12138.     tell application "Finder"
  12139.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:PICTDialog:"
  12140.         activate
  12141.     end tell
  12142. on error errMsg number errNum
  12143.     --enter statements to perform when no records are found such as...
  12144.     display dialog "Sorry, the item you selected could not be found."
  12145.     return
  12146. end try
  12147. e    No Changef,MacApp
  12148. modal dialog
  12149. TPicture
  12150. PICTDialog
  12151. globals
  12152. glossar
  12153. glossary
  12154. glypha
  12155. glypha
  12156. glyphaiv
  12157. glyphaiv
  12158. glyphaiv
  12159. goodies
  12160. gotomove
  12161. gotomove
  12162. gouraud
  12163. gouraud
  12164. sample
  12165. grabguy
  12166. grabguy
  12167. graphic
  12168. graphical
  12169. graphical
  12170. interface
  12171. graphicimporter
  12172. graphicimporter
  12173. le bit of a challenge. Since the Sound 
  12174. Manager runs at interrupt level, you cannot source level debu
  12175. g the code. 
  12176. You can use MoviePlayer to "Export" a sound file which does not run at 
  12177. interrupt level. Choose the target such as "Compressor PPC Debug" and then
  12178. "Run" and set your break points. Drag the built codec file to Reinstaller 
  12179. to install the new component. Open an AIFF file (or any movie file with 
  12180. audio) in MoviePlayer and then choose Export. Select your codec as the 
  12181. compressor type.
  12182. Enjoy,
  12183. QuickTime Team
  12184. -IqThis sample shows the interpretation of picture comments by various printer drivers under various circumstances.
  12185. JmGlobals.p
  12186. PicComments.p
  12187. ReadMe
  12188. TestPicComments.p
  12189. TN91TestCode
  12190. TN91TestCode.p
  12191. TN91TestCode.rsrc
  12192. TN91TestCode.
  12193. print, PicComments, driversO=Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:PicCommentsTest:PEDev.CD Nov 00 TC Disk 2
  12194.  - Sample Code
  12195.  - Printing
  12196.  - PicCommentsTestV
  12197. 72138X
  12198. Nov 00^    TC Disk 2
  12199. --set theItem to choose file -- uncomment to test in an AS editor
  12200.     tell application "Finder"
  12201.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:PicCommentsTest:"
  12202.         activate
  12203.     end tell
  12204. on error errMsg number errNum
  12205.     --enter statements to perform when no records are found such as...
  12206.     display dialog "Sorry, the item you selected could not be found."
  12207.     return
  12208. end try
  12209. e    No Changef
  12210. print
  12211. PicComments
  12212. driversq
  12213. Dev.CD Nov 00 TC Disk 2
  12214. All Packages
  12215. PICTDialogV
  12216. 72139X
  12217. 72997X
  12218. Nov 00^    TC Disk 1
  12219. --set theItem to choose file -- uncomment to test in an AS editor
  12220.     tell application "Finder"
  12221.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:TranslateRotate:"
  12222.         activate
  12223.     end tell
  12224. on error errMsg number errNum
  12225.     --enter statements to perform when no records are found such as...
  12226.     display dialog "Sorry, the item you selected could not be found."
  12227.     return
  12228. end try
  12229. e    No Changef(Fixed Point
  12230. Rotation
  12231. Translation
  12232. 2D Mathq
  12233. Dev.CD Nov 00 TC Disk 1
  12234. D!All Packages
  12235. Mac OS SDK Edition
  12236. Translation Manager
  12237. eUpdate from Mac OS Easy Open SDK to Translation Manager SDK to reflect the move from standalone product to System service. 
  12238. Contains a new example Translation Extension component which demonstrates correct packaging of 68K and PowerPC code.
  12239. Contains a copy of Mac OS Tech Note 1004 which describes proper packaging of components with 68K and PowerPC code.
  12240. e    No Change
  12241. --set theItem to choose file -- uncomment to test in an AS editor
  12242.     tell application "Finder"
  12243.         open item "Dev.CD Apr 94
  12244. Dev.CD Jan 94
  12245. Dev.CD Oct 93
  12246. Dev.CD Jul 93"
  12247.         activate
  12248.     end tell
  12249. on error errMsg number errNum
  12250.     --enter statements to perform when no records are found such as...
  12251.     display dialog "Sorry, the item you selected could not be found."
  12252.     return
  12253. end try
  12254. pascal
  12255. example
  12256. demonstrating
  12257. dialog
  12258. pascal
  12259. example
  12260. which
  12261. monitors
  12262. keymap
  12263. displays
  12264. pascal's
  12265. pascal/handle
  12266. pci-based
  12267. pci-the{
  12268. pcmcia
  12269. pending
  12270. pentiumZ
  12271. people[
  12272. perfectly
  12273. performf
  12274. - Latest Copy of the code -
  12275. - YOU MUST READ ME -
  12276. headers
  12277. In process
  12278. objects
  12279. PGPsdkMac
  12280. PGPuam
  12281. PGPuam Server
  12282. PGPuam Slides.pdf
  12283. PGPUAM.prj
  12284. sourcesK
  12285. Dec 98M
  12286. PPC,  MacOS 8.5, PGPsdkN@Cryptographic Authentication, AppleShare IP,  Appearance, PGPuamO6Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:PGPuam:P>Dev.CD Nov 00 TC Disk 1
  12287.  - Sample Code
  12288.  - Networking
  12289.  - PGPuamV
  12290. 72137X
  12291. Nov 00^    TC Disk 1
  12292. --set theItem to choose file -- uncomment to test in an AS editor
  12293.     tell application "Finder"
  12294.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:PGPuam:"
  12295.         activate
  12296.     end tell
  12297. on error errMsg number errNum
  12298.     --enter statements to perform when no records are found such as...
  12299.     display dialog "Sorry, the item you selected could not be found."
  12300.     return
  12301. end try
  12302. e    No Changef=Cryptographic Authentication
  12303. AppleShare IP
  12304.  Appearance
  12305. PGPuamq
  12306. Dev.CD Nov 00 TC Disk 1
  12307. All Packages
  12308. PicCommentsTestV
  12309. 72138X
  12310. ng, debugginge
  12311. offscreen
  12312. offscreen
  12313. offscreen
  12314. offscreen
  12315. offscreen
  12316. offscreen
  12317. offscreen
  12318. offscreen
  12319. region
  12320. offscreencontrol
  12321. offscreencontrol
  12322. offscreencontrolupda
  12323. offscreencontrolupda
  12324. offscreencontrolupda
  12325. offscreencontrolupda
  12326. offscreencontrolupda
  12327. oldbitmap
  12328. oldbitmap
  12329. oldbitmap
  12330. oldies
  12331. ooptesample
  12332. ooptesample
  12333. openz
  12334. install
  12335. browser
  12336. beginz
  12337. first
  12338. browser
  12339. transport
  12340. debug
  12341. transport
  12342. opencheckedout
  12343. opendoc
  12344. AudioConvert PPC
  12345. AudioConvert.c
  12346. AudioConvert.EXE
  12347. AudioConvert.h
  12348. AudioConvert.mak
  12349. AudioConvert.mcp
  12350. AudioConvert.r
  12351. AudioConvert.rez.bat
  12352. README
  12353. two-way
  12354. twocolumn
  12355. twofold
  12356. txratio
  12357.  Disk 2
  12358.  - Sample Code
  12359.  - Sound
  12360.  - AudioConverter
  12361. All Packages
  12362. System 7.5 Update 1.0O
  12363. Dev.CD Jan 96 SSWP
  12364. Dev.CD Jan 96 SSV
  12365. 72665X
  12366. Jan 96
  12367. f--set theItem to choose file -- uncomment to test in an AS editor
  12368.     tell application "Finder"
  12369.         open item "Dev.CD Jan 96 SSW"
  12370.         activate
  12371.     end tell
  12372. on error errMsg number errNum
  12373.     --enter statements to perform when no records are found such as...
  12374.     display dialog "Sorry, the item you selected could not be found."
  12375.     return
  12376. end try
  12377. All Packages
  12378. System 7.5 Update 1.0O
  12379. Dev.CD Jan 96 SSWP
  12380. Dev.CD Jan 96 SSV
  12381. 72666X
  12382. Jan 96
  12383. f--set theItem to choose file -- uncomment to test in an AS editor
  12384.     tell application "Finder"
  12385.         open item "Dev.CD Jan 96 SSW"
  12386.         activate
  12387.     end tell
  12388. on error errMsg number errNum
  12389.     --enter statements to perform when no records are found such as...
  12390.     display dialog "Sorry, the item you selected could not be found."
  12391.     return
  12392. end try
  12393. All Packages
  12394. System 7.5 Update 1.0V
  12395. 72667X
  12396. --set theItem to choose file -- uncomment to test in an AS editor
  12397.     tell application "Finder"
  12398.         open item "Dev.CD Apr 94
  12399. Dev.CD Jan 94
  12400. Dev.CD Oct 93
  12401. Dev.CD Jul 93"
  12402.         activate
  12403.     end tell
  12404. on error errMsg number errNum
  12405.     --enter statements to perform when no records are found such as...
  12406.     display dialog "Sorry, the item you selected could not be found."
  12407.     return
  12408. end try
  12409. little-known
  12410. scroll
  12411. bones
  12412. application
  12413. demonstrating
  12414. live365
  12415. living
  12416. llama
  12417. lloyd
  12418. driver
  12419. utility
  12420. driver
  12421. writers
  12422. load/dump
  12423. loaded
  12424. loading
  12425. loads
  12426. local
  12427. locale
  12428. locale-insensitive
  12429. loyal{
  12430. --set theItem to choose file -- uncomment to test in an AS editor
  12431.     tell application "Finder"
  12432.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Performance tools:"
  12433.         activate
  12434.     end tell
  12435. on error errMsg number errNum
  12436.     --enter statements to perform when no records are found such as...
  12437.     display dialog "Sorry, the item you selected could not be found."
  12438.     return
  12439. end try
  12440. rrNum
  12441.     --enter statements to perform when no records are found such as...
  12442.     display dialog "Sorry, the item you selected could not be found."
  12443.     return
  12444. end try
  12445. e    No Changef
  12446. testing
  12447. debuggingq
  12448. Dev.CD Nov 00 TC Disk 1
  12449. All Packages
  12450. AuntieDialog
  12451. $AuntieDialog is a module, provided in source code form, which replaces some key Dialog Manager calls with calls to Control Manager and Window Manager, thus freeing you from struggling with the Dialog Manager API, yet allowing you to use the familiar tools you've always used to build dialogs.
  12452. ?TranslateRotate does two-dimensional translation and rotations in word-size coordinates, using fixed-point math.  Each routine is passed info for a transform matrix which tells the routine what to do with the fPoint argument.  Each routine then does its thing on its fPoint argument, returning the new fPoint position.
  12453. J:TranslateRotate(PPC)
  12454. TranslateRotate.mcp
  12455. TranslateRotate.pM
  12456. NoneN+Fixed Point, Rotation, Translation, 2D MathO@Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:TranslateRotate:PHDev.CD Nov 00 TC Disk 1
  12457.  - Sample Code
  12458.  - Graphics 2D
  12459.  - TranslateRotate
  12460. All Packages
  12461. Performance Tools
  12462. Summary:  Three tools for testing the performance of code on PowerPC processors.
  12463. 4PM: a tool that uses special registers in the PowerPC 604 processor to gather performance statistics.
  12464. Emulator Control Panel: Allows you to turn off the dynamic recompilation feature of the 68K emulator.
  12465. POWER Emulator Control Panel: Allows you to turn off the emulation of IBM POWER instuctions, letting you find them in your code.
  12466. Ji4PM 4.6
  12467. 604 Performance
  12468. Emulator
  12469. Emulator CP Release Notes
  12470. POWER Emulator
  12471. POWER Emulator CP Release NotesK
  12472. Dec 95M
  12473. Power Macintosh.N0debugging, performance, POWER, PowerPC, emulatorOIDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Performance tools:PQDev.CD Nov 00 TC Disk 1
  12474.  - Tool Chest
  12475.  - Testing & Debugging
  12476.  - Performance toolsV
  12477. 72136X
  12478. Nov 00^    TC Disk 1
  12479. e    No Change
  12480. +e    No Changef,debugging
  12481. performance
  12482. POWER
  12483. PowerPC
  12484. emulatorq
  12485. Dev.CD Nov 00 TC Disk 1
  12486. All Packages
  12487. PGPuam
  12488. PGPuam  is an enhancement to the standard AppleShare IP User Access Methods (UAM) that enables a user to perform two-way strongly authenticated logins to an AppleShare IP server from a Mac OS client. The PGPuam system consists of two major components, a client and a server plug-in.
  12489. - - Since the same key and passphrase used to sign e-mail messages is also used for server access, the user need only remember one passphrase.   This is done without the risks associated with passphrase  caches
  12490. - -  Strong user authentication is provided by cryptographic digital signatures.
  12491. - -  Since the user maintains the only secret material in the system, compromising a server
  12492. s user database results in limited damage.
  12493. NOTE: This is beta SW.  For sample use only
  12494. Dec 98V
  12495. 72137X
  12496. 1e    No Change
  12497. All Packages
  12498. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  12499. Dev.CD Jan 94
  12500. Dev.CD Oct 93
  12501. Dev.CD Jul 93P6Dev.CD Apr 94
  12502. Dev.CD Jan 94
  12503. Dev.CD Oct 93
  12504. Dev.CD Jul 9V
  12505. 72876X
  12506. Apr 94
  12507. --set theItem to choose file -- uncomment to test in an AS editor
  12508.     tell application "Finder"
  12509.         open item "Dev.CD Apr 94
  12510. Dev.CD Jan 94
  12511. Dev.CD Oct 93
  12512. Dev.CD Jul 93"
  12513.         activate
  12514.     end tell
  12515. on error errMsg number errNum
  12516.     --enter statements to perform when no records are found such as...
  12517.     display dialog "Sorry, the item you selected could not be found."
  12518.     return
  12519. end try
  12520. All Packages
  12521. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  12522. Dev.CD Jan 94
  12523. Dev.CD Oct 93
  12524. Dev.CD Jul 93
  12525. Dev.CD Apr 93PDDev.CD Apr 94
  12526. Dev.CD Jan 94
  12527. Dev.CD Oct 93
  12528. Dev.CD Jul 93
  12529. Dev.CD Apr 9V
  12530. 72877X
  12531. Apr 94
  12532. sik's
  12533. javao
  12534. jdirect
  12535. joins{
  12536. july{
  12537. june{
  12538. bezier
  12539. bidirectional
  12540. big-endian
  12541. biggest
  12542. bigscrolling
  12543. biheight
  12544. billiard
  12545. binary
  12546. binding
  12547. binhex
  12548. biorthogonal
  12549. bit-depth
  12550. bitblt
  12551. bitmap
  12552. bitmapinfoheader
  12553. bitmapped
  12554. bitmapsr
  12555. bits/pixel
  12556. bitten
  12557. bitwise
  12558. black&white
  12559. black-and-white
  12560. blackketter
  12561. blank
  12562. blayback
  12563. blend
  12564. bless
  12565. blinking
  12566. blitters
  12567. blitting
  12568. block
  12569. blockmove
  12570. blockreader
  12571. blocks
  12572. blown
  12573. blueprint{
  12574. sndplaydoublebuffer
  12575. sniffer
  12576. socket
  12577. softwareR
  12578. solaris
  12579. solutions
  12580. sorting
  12581. sound
  12582. sound
  12583. input
  12584. driver
  12585. sound
  12586. level
  12587. meters
  12588. soundapp
  12589. soundconvert
  12590. soundconverter
  12591. soundsprocket
  12592. source
  12593. space
  12594. spbrecord
  12595. speach
  12596. specification
  12597. speech
  12598. speech
  12599. recognition
  12600. spinning
  12601. spinning
  12602. cursors
  12603. splice
  12604. spooler
  12605. sprite
  12606. sprite
  12607. toolbox
  12608. spriteworld
  12609. sprocket
  12610. sprockets
  12611. srccopy
  12612. srcxor
  12613. stack
  12614. stacks
  12615. standard
  12616. standard
  12617. standard
  12618. standardfile
  12619. choose
  12620. folder
  12621. standardfile
  12622. standards
  12623. standards
  12624. based
  12625. starmax
  12626. state
  12627. statements
  12628. status
  12629. N5MPW, VMS, version numbers, Remove VMS Version NumbersOWDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MPW:Remove VMS Version Numbers:PbDev.CD Nov 00 TC Disk 2
  12630.  - Sample Code
  12631.  - Platforms and Tools
  12632.  - MPW
  12633.  - Remove VMS Version NumbersV
  12634. 72482X
  12635. Nov 00^    TC Disk 2
  12636. --set theItem to choose file -- uncomment to test in an AS editor
  12637.     tell application "Finder"
  12638.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MPW:Remove VMS Version Numbers:"
  12639.         activate
  12640.     end tell
  12641. on error errMsg number errNum
  12642.     --enter statements to perform when no records are found such as...
  12643.     display dialog "Sorry, the item you selected could not be found."
  12644.     return
  12645. end try
  12646. e    No Changef2MPW
  12647. version numbers
  12648. Remove VMS Version Numbersq
  12649. Dev.CD Nov 00 TC Disk 2
  12650. All Packages
  12651. Report Error 2.0V
  12652. 72483X
  12653. performa
  12654. 7.1p2
  12655. performa
  12656. 7.1p5
  12657. performa
  12658. 7.1p6
  12659. performance
  12660. performance
  12661. tools
  12662. pgpuam
  12663. photoshop
  12664. piccommentstest
  12665. picker
  12666. pictdialog
  12667. pippin
  12668. pippin
  12669. technical
  12670. notes
  12671. pixel
  12672. pixmap2pixpat2ppat
  12673. movie
  12674. movie
  12675. w/controller
  12676. video
  12677. sample
  12678. player
  12679. playmovie
  12680. playtune
  12681. plug-ins
  12682. plugins
  12683. popupcdef
  12684. popupfuncs
  12685. popupfuncs
  12686. 2.6.1
  12687. popupmenuwithcurfont
  12688. processorC
  12689. profile
  12690. profiler
  12691. project
  12692. projects
  12693. publications
  12694. quadra
  12695. qualified
  12696. quickdraw
  12697. r13u5
  12698. r15d1
  12699. reader_
  12700. receive
  12701. redistribution
  12702. registration
  12703. registry~
  12704. release
  12705. reporting
  12706. reports
  12707. requests
  12708. resedit
  12709. resources
  12710. Nov 00^    TC Disk 1
  12711. --set theItem to choose file -- uncomment to test in an AS editor
  12712.     tell application "Finder"
  12713.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Memory:Switch Stack:"
  12714.         activate
  12715.     end tell
  12716. on error errMsg number errNum
  12717.     --enter statements to perform when no records are found such as...
  12718.     display dialog "Sorry, the item you selected could not be found."
  12719.     return
  12720. end try
  12721. e    No Changef
  12722. private
  12723. stack
  12724. switch
  12725. snifferq
  12726. Dev.CD Nov 00 TC Disk 1
  12727. All Packages
  12728. F    SyncCatchI
  12729. SyncCatch is a debugging tool that catches synchronous File Manager and Device Manager requests made from code running as the result of an interrupt. If it catches one of these illegal synchronous requests, it drops into MacsBug with a message.J
  12730. Read Me
  12731. SyncCatchK
  12732. Jun 98L
  12733. Jan 00OEDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:SyncCatch 2.1:V
  12734. 72632X
  12735. 1e    No Changeo`ftp://ftp.apple.com/developer/Tool_Chest/Testing_-_Debugging/General_tools/SyncCatch_2.1.sit.hqx
  12736. 72605X
  12737. Nov 00^    TC Disk 2
  12738. --set theItem to choose file -- uncomment to test in an AS editor
  12739.     tell application "Finder"
  12740.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:SoundSnippets:"
  12741.         activate
  12742.     end tell
  12743. on error errMsg number errNum
  12744.     --enter statements to perform when no records are found such as...
  12745.     display dialog "Sorry, the item you selected could not be found."
  12746.     return
  12747. end try
  12748. e    No ChangefEQuickTime
  12749. Sound
  12750. Utilities
  12751. Track
  12752. Audio
  12753. Buffer
  12754. Volumes
  12755. Compressionq
  12756. Dev.CD Nov 00 TC Disk 2
  12757. All Packages
  12758. SoundSprocketTestI
  12759. This sample is a demonstration and test of the SoundSprocket API with QuickDraw 3D.  If allows the user to config various options of SoundSprocket to show how effects work and their interactions.
  12760. Feb 00V
  12761. 72606X
  12762. 1e    No Change
  12763. first
  12764. package
  12765. contains
  12766. documentation
  12767. sample
  12768. retends
  12769. handler
  12770. objects
  12771. All Packages
  12772. QuickDraw GXO#Dev.CD Aug 96 TC
  12773. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  12774. Dev.CD Jan 96 SDKV
  12775. 72308X
  12776. Aug 96
  12777. x--set theItem to choose file -- uncomment to test in an AS editor
  12778.     tell application "Finder"
  12779.         open item "Dev.CD Aug 96 TC
  12780. Dev.CD Jan 96 SDK1"
  12781.         activate
  12782.     end tell
  12783. on error errMsg number errNum
  12784.     --enter statements to perform when no records are found such as...
  12785.     display dialog "Sorry, the item you selected could not be found."
  12786.     return
  12787. end try
  12788. All Packages
  12789. QuickDraw GXO#Dev.CD Aug 96 TC
  12790. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  12791. Dev.CD Jan 96 SDKV
  12792. 72309X
  12793. Aug 96
  12794. cacheA
  12795. cache
  12796. ratesA
  12797. calccmask
  12798. calcmask
  12799. calculator
  12800. calibrator
  12801. capped
  12802. carbon
  12803. carbon
  12804. printing
  12805. carbon
  12806. printing
  12807. manager
  12808. carbonlib
  12809. cardbus
  12810. tracker
  12811. transmitted
  12812. transparency
  12813. transparent
  12814. transparently
  12815. transport{
  12816. transport's
  12817. transports
  12818. trapavailable
  12819. trapped
  12820. trapping
  12821. traps
  12822. trash
  12823. trash-emptying
  12824. travel
  12825. traversing
  12826. treat
  12827. treatment
  12828. Automation Essentials 2.3.0
  12829. 69940X
  12830. p--set theItem to choose file -- uncomment to test in an AS editor
  12831.     tell application "Finder"
  12832.         open item "Dev.CD Oct 93
  12833. Dev.CD Jul 93"
  12834.         activate
  12835.     end tell
  12836. on error errMsg number errNum
  12837.     --enter statements to perform when no records are found such as...
  12838.     display dialog "Sorry, the item you selected could not be found."
  12839.     return
  12840. end try
  12841. included in the package. 
  12842. Hardware: Macintosh Plus or better. 
  12843. System Software: Mac OS 7.5 or greater (it's been te
  12844. sted with up to 8.5.1 successfully).
  12845. This code is provided 
  12846. as is
  12847. , and Apple Computer, Inc. makes no claims about its  suitability for use in any application. AutoGuest patches Mac OS system routines, so you should install it only when necessary. 
  12848. Third Party Compatibility
  12849. AutoGuest INIT 2.x was not compatible with Connectix Speed Doubler
  12850.  8.x. The symptom is that applications can link from the foreground only. Speed Doubler
  12851.  is not at fault, it is a side effect of the way AutoGuest INI
  12852. All Packages
  12853. Performa 7.1P5O
  12854. Dev.CD Jan 94
  12855. Dev.CD Dec 93P
  12856. Dev.CD Jan 94
  12857. Dev.CD Dec 9V
  12858. 72134X
  12859. Jan 94
  12860. p--set theItem to choose file -- uncomment to test in an AS editor
  12861.     tell application "Finder"
  12862.         open item "Dev.CD Jan 94
  12863. Dev.CD Dec 93"
  12864.         activate
  12865.     end tell
  12866. on error errMsg number errNum
  12867.     --enter statements to perform when no records are found such as...
  12868.     display dialog "Sorry, the item you selected could not be found."
  12869.     return
  12870. end try
  12871. All Packages
  12872. Performa 7.1P6O
  12873. Dev.CD Jun 94
  12874. Dev.CD Jul 94P
  12875. Dev.CD Jun 94
  12876. Dev.CD Jul 9V
  12877. 72135X
  12878. Jun 94
  12879. p--set theItem to choose file -- uncomment to test in an AS editor
  12880.     tell application "Finder"
  12881.         open item "Dev.CD Jun 94
  12882. Dev.CD Jul 94"
  12883.         activate
  12884.     end tell
  12885. on error errMsg number errNum
  12886.     --enter statements to perform when no records are found such as...
  12887.     display dialog "Sorry, the item you selected could not be found."
  12888.     return
  12889. end try
  12890. JU Readme - Translation Mgr SDK
  12891. (Obsolete)
  12892. Document Converter
  12893. Documentation
  12894. Sample CodeK
  12895. Aug 98M
  12896. Code Warrior Pro 2 -or- ETO
  12897. 23N+easy open, translation manager, translationO?Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Translation Manager:PGDev.CD Oct 00 SDK1
  12898.  - Development Kits
  12899.  - Mac OS
  12900.  - Translation ManagerV
  12901. 72998X
  12902. Oct 00^
  12903. --set theItem to choose file -- uncomment to test in an AS editor
  12904.     tell application "Finder"
  12905.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Translation Manager:"
  12906.         activate
  12907.     end tell
  12908. on error errMsg number errNum
  12909.     --enter statements to perform when no records are found such as...
  12910.     display dialog "Sorry, the item you selected could not be found."
  12911.     return
  12912. end try
  12913. e    No Changef)easy open
  12914. translation manager
  12915. translationq
  12916. Dev.CD Oct 00 SDK1
  12917. All Packages
  12918. TubeTest
  12919. 72999X
  12920. All Packages
  12921. QuickDraw GXO
  12922. Dev.CD Jul 95P
  12923. Dev.CD Jul 9V
  12924. 72322X
  12925. Jul 95
  12926. b--set theItem to choose file -- uncomment to test in an AS editor
  12927.     tell application "Finder"
  12928.         open item "Dev.CD Jul 95"
  12929.         activate
  12930.     end tell
  12931. on error errMsg number errNum
  12932.     --enter statements to perform when no records are found such as...
  12933.     display dialog "Sorry, the item you selected could not be found."
  12934.     return
  12935. end try
  12936. All Packages
  12937. QuickDraw GXO
  12938. Dev.CD Jul 95P
  12939. Dev.CD Jul 9V
  12940. 72323X
  12941. Jul 95
  12942. b--set theItem to choose file -- uncomment to test in an AS editor
  12943.     tell application "Finder"
  12944.         open item "Dev.CD Jul 95"
  12945.         activate
  12946.     end tell
  12947. on error errMsg number errNum
  12948.     --enter statements to perform when no records are found such as...
  12949.     display dialog "Sorry, the item you selected could not be found."
  12950.     return
  12951. end try
  12952. All Packages
  12953. QuickDraw GXO)Dev.CD Jul 95
  12954. Dev.CD Apr 95
  12955. Dev.CD Jan 95V
  12956. 72324X
  12957. {--set theItem to choose file -- uncomment to test in an AS editor
  12958.     tell application "Finder"
  12959.         open item "Dev.CD May 98 TC:Programs & Marketing:"
  12960.         activate
  12961.     end tell
  12962. on error errMsg number errNum
  12963.     --enter statements to perform when no records are found such as...
  12964.     display dialog "Sorry, the item you selected could not be found."
  12965.     return
  12966. end try
  12967. e    No Changeq
  12968. Dev.CD May 98 TC
  12969. 'D!All Packages
  12970. Tool Chest Edition
  12971. PeopleSurveyor 2.1.2
  12972. Summary: This tool makes it easy to survey people on electronic nets.  Responses are transmitted to central server.  Results are compiled with the touch of a button and can be imported into word processors, spreadsheets, or stat. packages.
  12973. Features: 
  12974.  Responses automatically send in over LocalTalk, AppleLink, or by floppy.
  12975.   Sixteen question formats.  
  12976.  Six page printable Help.  
  12977.  Enforces expiration date, discourages multiple responses.
  12978. PeopleSurveyor 2.1.2K
  12979. Oct 92M
  12980. HyperCard 2.1
  12981. 'OTDev.CD May 98 TC:Tool Chest:Development Kits:HyperCard Related:PeopleSurveyor 2.1.2:P_Dev.CD May 98 TC
  12982.  - Tool Chest
  12983.  - Development Kits
  12984.  - HyperCard Related
  12985.  - PeopleSurveyor 2.1.2V
  12986. 72132X
  12987. May 98^
  12988. --set theItem to choose file -- uncomment to test in an AS editor
  12989.     tell application "Finder"
  12990.         open item "Dev.CD May 98 TC:Tool Chest:Development Kits:HyperCard Related:PeopleSurveyor 2.1.2:"
  12991.         activate
  12992.     end tell
  12993. on error errMsg number errNum
  12994.     --enter statements to perform when no records are found such as...
  12995.     display dialog "Sorry, the item you selected could not be found."
  12996.     return
  12997. end try
  12998. e    No Changeq
  12999. Dev.CD May 98 TC
  13000. All Packages
  13001. Performa 7.1P2O
  13002. Dev.CD Oct 93
  13003. Dev.CD Jul 93P
  13004. Dev.CD Oct 93
  13005. Dev.CD Jul 9V
  13006. 72133X
  13007. Oct 93
  13008. ations, including AppleScript based installers.
  13009. Host machines:  Mac IIfx or later, 16 MB memory or greater. System 7.0 or later (System 7.5 or later preferred).
  13010. Target machines:  Mac SE or later, 4 MB mem
  13011. &D!All Packages
  13012. Tool Chest Edition
  13013. PeopleSoft/Apple White Paper
  13014. Summary:  Apple and PeopleSoft have launched a partnership that will deliver PeopleSoft applications that run on the Macintosh Operating System.  This document is a Technical White Paper that describes the partnership, the product and the direction PeopleSoft is heading.
  13015. Peoplesoft & Apple White PaperK
  13016. Dec 95L
  13017. Feb 97O&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  13018.  - Programs & MarketingV
  13019. 72131X
  13020. May 98^
  13021. TC, VirtualUser, SPEC, SPEC S&L, Ivy, FileTool, Memory Monitor, Testing, Automation, Automated Testing, ClouseauORDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Mac OS Development Toolkit:PZDev.CD Nov 00 TC Disk 1
  13022.  - Tool Chest
  13023.  - Testing & Debugging
  13024.  - Mac OS Development Toolkit
  13025. containing
  13026. containsS
  13027. WrNum
  13028.     --enter statements to perform when no records are found such as...
  13029.     display dialog "Sorry, the item you selected could not be found."
  13030.     return
  13031. end try
  13032. Deletedf
  13033. AltiVec
  13034. emulator
  13035. Dev.CD Nov 99 TC
  13036. All Packages
  13037. Backlight ControlI
  13038. Summary: Backlight Control is a control panel for PowerBooks which can be used to maximize the battery power by turning off the backlight while the PowerBook is inactive for certain time.J-About Backlight Control 1.0
  13039. Backlight ControlK
  13040. Oct 92M    PowerBookOWDev.CD Nov 00 TC Disk 1:Tool Chest:Hardware:Display & Video Hardware:Backlight Control:V
  13041. 69942X
  13042. 1e    No Change
  13043. symptom
  13044. synccatch
  13045. synccatch
  13046. debugging
  13047. catches
  13048. synchronous
  13049. synchronous
  13050. syncing
  13051. syntactic
  13052. syntax
  13053. synthesizers
  13054. sysbeep
  13055. sysenvirons
  13056. systemP
  13057. PEF Viewer is a utility which lets you graphically view all the aspects of a PEF container.  You can view all of the imported/exported symbols, disassembly any code section, disassemble the relocation opcodes and also view compressed and uncompressed data sections.
  13058. New with version 1.0d8 are:
  13059.  Disassembly of Altivec
  13060.  instructions in PowerPC code sections
  13061.  C++ name unmangling in the disassembly views
  13062.  You can now view CFM-68K import/export/relocation sections
  13063. Printing is not currently BSsupported.  The search feature is still under development and is not full-features.
  13064. PEF ViewerK
  13065. Jan 99M
  13066. PEF Viewer requires a PowerPCN
  13067. PEF, ContainerOBDev.CD Nov 00 TC Disk 1:Tool Chest:Developer Utilities:PEF Viewer:PJDev.CD Nov 00 TC Disk 1
  13068.  - Tool Chest
  13069.  - Developer Utilities
  13070.  - PEF Viewer
  13071. $PBDev.CD Nov 00 TC Disk 2
  13072.  - Sample Code
  13073.  - Printing
  13074.  - PDlog ExpandV
  13075. 72129X
  13076. Nov 00^    TC Disk 2
  13077. --set theItem to choose file -- uncomment to test in an AS editor
  13078.     tell application "Finder"
  13079.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:PDlog Expand:"
  13080.         activate
  13081.     end tell
  13082. on error errMsg number errNum
  13083.     --enter statements to perform when no records are found such as...
  13084.     display dialog "Sorry, the item you selected could not be found."
  13085.     return
  13086. end try
  13087. e    No Changef
  13088. print
  13089. dialog
  13090. Dev.CD Nov 00 TC Disk 2
  13091. All Packages
  13092. PEF Viewer
  13093. 72130X
  13094. 72130X
  13095. Nov 00^    TC Disk 1
  13096. --set theItem to choose file -- uncomment to test in an AS editor
  13097.     tell application "Finder"
  13098.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Developer Utilities:PEF Viewer:"
  13099.         activate
  13100.     end tell
  13101. on error errMsg number errNum
  13102.     --enter statements to perform when no records are found such as...
  13103.     display dialog "Sorry, the item you selected could not be found."
  13104.     return
  13105. end try
  13106. e    No Changef
  13107. Containerq
  13108. Dev.CD Nov 00 TC Disk 1
  13109. PeopleSoft/Apple White Paper
  13110. Summary:  Apple and PeopleSoft have launched a partnership that will deliver PeopleSoft applications that run on the Macintosh Operating System.  This document is a Technical White Paper that describes the partnership, the product and the direction PeopleSoft is heading.
  13111. Peoplesoft & Apple White PaperK
  13112. Dec 95L
  13113. Feb 97O&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  13114.  - Programs & MarketingV
  13115. 72131X
  13116. May 98^
  13117. TC31X
  13118. May 98^
  13119. TCe    No Change
  13120. J^InitMac.c
  13121. InitMac.h
  13122. MachineLoc.rsrc
  13123. main.c
  13124. Readme
  13125. TimeZone.Daylight(PPC)
  13126. TimeZone.Daylight.mcpM
  13127. System 7.5N?daylight savings time, time zone, ReadLocation, MachineLocationOCDev.CD Nov 00 TC Disk 1:Sample Code:OS Utilities:TimeZone.Daylight:PKDev.CD Nov 00 TC Disk 1
  13128.  - Sample Code
  13129.  - OS Utilities
  13130.  - TimeZone.DaylightV
  13131. 72989X
  13132. Nov 00^    TC Disk 1
  13133. --set theItem to choose file -- uncomment to test in an AS editor
  13134.     tell application "Finder"
  13135.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:OS Utilities:TimeZone.Daylight:"
  13136.         activate
  13137.     end tell
  13138. on error errMsg number errNum
  13139.     --enter statements to perform when no records are found such as...
  13140.     display dialog "Sorry, the item you selected could not be found."
  13141.     return
  13142. end try
  13143. e    No Changef<daylight savings time
  13144. time zone
  13145. ReadLocation
  13146. MachineLocationq
  13147. Dev.CD Nov 00 TC Disk 1
  13148. D(All Packages
  13149. Reference Library Edition
  13150. Toolbox Assistant
  13151. kleiman
  13152. knife
  13153. se file -- uncomment to test in an AS editor
  13154.     tell application "Finder"
  13155.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:Balloony:"
  13156.         activate
  13157.     end tell
  13158. on error errMsg number errNum
  13159.     --enter statements to perform when no records are found such as...
  13160.     display dialog "Sorry, the item you selected could not be found."
  13161.     return
  13162. end try
  13163. e    No Changef
  13164. balloon
  13165. dialogq
  13166. Dev.CD Nov 00 TC Disk 1
  13167. All Packages
  13168. Band Copying the Sequel
  13169. This sample has been updated for the Carbon API.  Under low memory conditions, it's often necessary to draw an image by individual bands rather than to draw the entire image at once, and in most cases this method works fine unless the image requires dithering from its source to its destination.  The purpose of this app is to show the problem that may occur when copying these individual bands and to provide one possible solution.
  13170. Nov 00
  13171. #N<Sound Input Driver, PCI driver, ndrv, PCI Sound Input drivernto your application. You provide your existing app or resource file, and the tool produces Rez source text for all of your dialog and menu resources. You can then edit and compile this file under MPW or CodeWarrior or anything else which compiles '.r' files.
  13172. This tool produces a template for building balloon help into your application. You provide your existing app or resource file, and the tool produces Rez source text for all of 
  13173. your dialog and menu resources. You can then edit and compile this file under MPW or CodeWarrior or anything else which compiles '.r' files.
  13174. Issues: This tool is provided by a third party. It and its source code have been placed in the public domain. See the READ ME for more info.
  13175. Balloonify.c
  13176. Balloonify.h
  13177. Balloony
  13178. Balloony.r
  13179. Balloony.RESOURCES
  13180. Balloony.
  13181. BalloonyHelp.r
  13182. BalloonyRes.h
  13183. main.c
  13184. Read Me
  13185. Sample OutputK
  13186. Dec 97O4Dev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:Balloony:
  13187. #OADev.CD Nov 00 TC Disk 2:Sample Code:Sound:PCI Sound Input driver:PIDev.CD Nov 00 TC Disk 2
  13188.  - Sample Code
  13189.  - Sound
  13190.  - PCI Sound Input driverV
  13191. 72128X
  13192. Nov 00^    TC Disk 2
  13193. --set theItem to choose file -- uncomment to test in an AS editor
  13194.     tell application "Finder"
  13195.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:PCI Sound Input driver:"
  13196.         activate
  13197.     end tell
  13198. on error errMsg number errNum
  13199.     --enter statements to perform when no records are found such as...
  13200.     display dialog "Sorry, the item you selected could not be found."
  13201.     return
  13202. end try
  13203. e    No Changef9Sound Input Driver
  13204. PCI driver
  13205. PCI Sound Input driverq
  13206. Dev.CD Nov 00 TC Disk 2
  13207. All Packages
  13208. PDlog ExpandI6This example shows how to add items to print dialogs. JCPDlog Expand(PPC)
  13209. PDlog Expand.c
  13210. PDlog Expand.mcp
  13211. PDlog Expand.rsrcK
  13212. Dec 96L
  13213. May 97N
  13214. print, dialog, item, addO:Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:PDlog Expand:V
  13215. 72129X
  13216. 1e    No Change
  13217. ve    No Changef
  13218. MacApp
  13219. Text Dumpq
  13220. Dev.CD Nov 00 TC Disk 2
  13221. wD!All Packages
  13222. Mac OS SDK Edition
  13223. Text Encoding Converter 1.5
  13224. Text Encoding Converter allows you to convert text from one encoding to another, including Unicode. 
  13225. Features
  13226.  Improved booting and initialization, especially on localized systems.
  13227.  Improved locking tables for use at interrupt level.
  13228.  Caches common converter objects for performance.
  13229.  Added new API, UCGetCharProperty, for retrieving Unicode character properties.
  13230.  Added new option kUnicodeTextRunHeuristics for finer control over conversion involving runs of multiple character sets.
  13231. compression/decompreQ
  13232. compressmovie
  13233. compressmovie
  13234. simple
  13235. quicktime
  13236. applicatio
  13237. compressor
  13238. compressor/decompres
  13239. compute
  13240. computer{
  13241. computer'sz
  13242. computer-based
  13243. computers{
  13244. anima
  13245. anima
  13246. maket
  13247. animation
  13248. animationtestt
  13249. animationtest
  13250. bbedit
  13251. bbedit
  13252. extensions
  13253. bbedit
  13254. bbedit
  13255. quickstart
  13256. bcdemo
  13257. bcdemo
  13258. bcdemo
  13259. bcengine
  13260. bcengine
  13261. bcengine
  13262. before
  13263. buildingZ
  13264. building
  13265. samplesZ
  13266. buildxcmd
  13267. byrne's
  13268. byrne's
  13269. xcmds&xfcns
  13270. calcit
  13271. callhyper
  13272. callhyper
  13273. capturing
  13274. carbonprefixr
  13275. carbonprefix
  13276. carbonresr
  13277. carbonres
  13278. rsrcr
  13279. cd-romw
  13280. change
  13281. change
  13282. history
  13283. change
  13284. history
  13285. changesj
  13286. check
  13287. check
  13288. autoguest
  13289. client
  13290. codev
  13291. codecs
  13292. codewarrior
  13293. codewarrior
  13294. coercionc
  13295. coercionsf
  13296. freed
  13297. freeing
  13298. freely
  13299. freeware
  13300. french
  13301. freqforeverchange
  13302. frequency
  13303. frequently
  13304. fresh
  13305. friend
  13306. friendly
  13307. friends
  13308. from_
  13309. WskImage.c
  13310. BasicDiskImage.mcp
  13311. MoreIsBetterBits
  13312. ReadMe.htmlM
  13313. Mac OSN"disk, driver, raw read, disk image
  13314. "PADev.CD Oct 00 SDK1
  13315.  - Development Kits
  13316.  - Hardware
  13317.  - PCI DDK 3.0V
  13318. 72127X
  13319. Oct 00^
  13320. --set theItem to choose file -- uncomment to test in an AS editor
  13321.     tell application "Finder"
  13322.         open item "Dev.CD Oct 00 SDK1:Development Kits:Hardware:PCI DDK 3.0:"
  13323.         activate
  13324.     end tell
  13325. on error errMsg number errNum
  13326.     --enter statements to perform when no records are found such as...
  13327.     display dialog "Sorry, the item you selected could not be found."
  13328.     return
  13329. end try
  13330. e    No Changef%PCI OpenFirmware FCode Forth tokenizeoBftp://ftp.apple.com/developer/Development_Kits/PCI_DDK_3.0.sit.hqxq
  13331. Dev.CD Oct 00 SDK1
  13332. All Packages
  13333. PCI Sound Input driverIzA PCI sound input driver showing how to make a PCI sound input driver rather than the classic 68K only sound input driver.J
  13334. Load PCI Driver(PPC)
  13335. PCI sample driver read me
  13336. PCI Sound Input driver.mcp
  13337. PCISoundInputDriver
  13338. PCISoundInputDriver.c
  13339. PCISoundInputDriver.rsrcK
  13340. Aug 97M
  13341. PCI Power MacChange
  13342. workings
  13343. works
  13344. works
  13345. under
  13346. appearance
  13347. workstation
  13348. workstations
  13349. block
  13350. theresa
  13351. tensor
  13352. information
  13353. systems
  13354. bypassing
  13355. eonswitch
  13356. gethideo
  13357. sample
  13358. illustrates
  13359. color
  13360. icons
  13361. different
  13362. sample
  13363. illustrates
  13364. create
  13365. application
  13366. sample
  13367. illustrates
  13368. install
  13369. system
  13370. level
  13371. apple
  13372. sample
  13373. illustrates
  13374. install
  13375. application
  13376. level
  13377. sample
  13378. illustrates
  13379. document
  13380. sample
  13381. illustrates
  13382. suspend
  13383. resume
  13384. applee
  13385. sample
  13386. includes
  13387. library
  13388. utility
  13389. routines
  13390. sample
  13391. includes
  13392. applications
  13393. illustrate
  13394. sample
  13395. quick
  13396. demonstration
  13397. implement
  13398. sample
  13399. simple
  13400. server
  13401. demonstrat
  13402. sample
  13403. designed
  13404. create
  13405. requir
  13406. sample
  13407. program
  13408. demonstrates
  13409. determine
  13410. sample
  13411. provides
  13412. interractive
  13413. demonstration
  13414. firewire
  13415. firmware
  13416. firmworks
  13417. first\
  13418. first-person
  13419. fits{
  13420. five{
  13421. fixed
  13422. fixed-point
  13423. fixesW
  13424. user's@
  13425. uses@
  13426. using@
  13427. using
  13428. v2.0.4@
  13429. validator@
  13430. vendors@
  13431. version
  13432. versions@
  13433. vertical@
  13434. visit@
  13435. wang's@
  13436. ways@
  13437. were@
  13438. aegizmos@
  13439. when@
  13440. hand-coded
  13441. hand-tuned
  13442. hand-tweak
  13443. handbookw
  13444. handed
  13445. handle
  13446. handle's
  13447. handle-based
  13448. handled
  13449. handledatahandlersub
  13450. handlerf
  13451. handlersf
  13452. handles
  13453. handling
  13454. handoff
  13455. disk imageq
  13456. Dev.CD Nov 00 TC Disk 1
  13457. yD!All Packages
  13458. Tool Chest Edition
  13459. BBEdit Lite 3.5
  13460. o&http://developer.apple.com/samplecode/q
  13461. Dev.CD Nov 00 TC Disk 1
  13462. All Packages
  13463. Tracer
  13464. Summary:  PowerTracer is a system ATrap and PowerPC function tracing and timing tool. Its objective is to show calling patterns and timing information for the Macintosh Toolbox. PowerTracer patches a very large list of system ATraps as well as functions in the PowerPC public interface library. The tool configures itself appropriately on 68k machines as well as PowerPC machines.
  13465. Features:  PowerTracer gives detailed trace output information including the execution architecture for each sysB
  13466. tem function (i.e. 68k or PowerPC), execution architecture for the caller of a system function, and interrupt information. Trace information is collected in RAM and spooled to disk asynchronously.
  13467. General tools.imgK
  13468. Jul 95N/Optimization, Power Macintosh, PowerPC, ToolboxOEDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:V
  13469. 72993X
  13470. 1e    No Change
  13471. bugfix
  13472. Summary:  PCCTS (The Purdue Compiler-Construction Tool Set) is a public domain tool set consisting of a parser generator called ANTLR and a lexical analyzer called DLG. ANTLR accepts a grammatical description for an input language and generates a recursive-descent parser in C or C++ to recognize sentences in that input language; DLG is used to break up the input stream of characters into a token stream.
  13473. ANTLR combines the flexibility of hand-coded parsing with the convenience of a parser 
  13474. generator. ANTLR has many features that make it easier to use than other language tools. Most important, ANTLR provides PREDICATES which let the programmer systematically direct the parse via arbitrary expressions using semantics and syntactic context; in practice, the use of predicates eliminates the need to hand-tweak the ANTLR output, even for difficult parsing problems. ANTLR also integrates the description of lexical and syntactic analysis, accepts LL(k) grammars for k>1 with extended
  13475. analyzes
  13476. analyzing
  13477. W 651 7584
  13478. WWW:    http://www.tiac.net/biz/bbsw/
  13479. email
  13480.  BNF notation, and can automatically generate abstract syntax trees. 
  13481. While PCCTS is a free tool set, it is actively supported by Terence Parr of Parr Research Corporation. Contact parrt@acm.org for information or join us in the comp.compilers.tools.pccts USENET newsgroup. Our ftp site is everest.ee.umn.edu in pub/pccts.
  13482. Issues:  PCCTS is completely in the public domain.  Please see the ANTLR README and RIGHTS files for details.
  13483. Jqantlr:
  13484. Documentation:
  13485. install.mpw
  13486. INSTRUCTIONS
  13487. lang:
  13488. non-MPW:
  13489. README
  13490. RIGHTS
  13491. support:
  13492. testcpp:
  13493. prebuilt:K
  13494. Nov 94L
  13495. May 95MnWorks with MPW out of the box; it also works with Symantec C and Metrowerks.  See config.h in the h directory.N?ANTLR, PCCTS, parser generator, BNF, EBNF, YACC, compiler toolsOJDev.CD Nov 99 TC:Tool Chest:Development Kits:
  13496.  Other Platforms:PCCTS 1.31:PUDev.CD Nov 99 TC
  13497.  - Tool Chest
  13498.  - Development Kits
  13499.  Other Platforms
  13500.  - PCCTS 1.31
  13501. streamnop
  13502. sample
  13503. streams
  13504. module
  13505. designed
  13506. string@
  13507. struggling@
  13508. study@
  13509. database
  13510. summary
  13511. order
  13512. catch
  13513. summary
  13514. buginfo
  13515. macro
  13516. execute
  13517. within
  13518. macsbug
  13519. summary
  13520. callhyper
  13521. external
  13522. dimension
  13523. which
  13524. summary
  13525. cdent
  13526. format
  13527. source
  13528. summary
  13529. cfm-68k
  13530. runtime
  13531. architecture
  13532. 68k-based
  13533. summary
  13534. color
  13535. locator
  13536. enables
  13537. anything
  13538. summary
  13539. contains
  13540. documentation
  13541. header
  13542. files
  13543. tools
  13544. summary
  13545. contains
  13546. latest
  13547. appletalk
  13548. stack
  13549. version
  13550. macsn
  13551. summary
  13552. controlstrip
  13553. sample
  13554. program
  13555. shows
  13556. summary
  13557. convert
  13558. projects
  13559. utility
  13560. which
  13561. summary
  13562. generator
  13563. application
  13564. generate
  13565. summary
  13566. linear
  13567. feedback
  13568. shift
  13569. register
  13570. entered
  13571. summary
  13572. daystar
  13573. digital
  13574. apple
  13575. computer
  13576. designed
  13577. screen
  13578. screendump
  13579. screendump
  13580. screendump
  13581. script
  13582. script
  13583. changecreator
  13584. script
  13585. datestring
  13586. script
  13587. get/set
  13588. selection
  13589. script
  13590. shift
  13591. script
  13592. syntax
  13593. script
  13594. topseeturvee
  13595. scriptableprinting
  13596. scriptableprinting
  13597. scriptableprinting
  13598. scriptablestuffiteng
  13599. scriptablestuffiteng
  13600. scripting
  13601. scriptingadditions
  13602. scriptsO
  13603. scriptswitcher
  13604. scriptswitcher
  13605. scriptx
  13606. scriptx
  13607. platforms
  13608. scriptx
  13609. differences
  13610. scroll
  13611. scrollbars
  13612. scrollbars
  13613. scrollbars
  13614. scrollingeditfield
  13615. scrollingeditfield
  13616. scrollingeditfield
  13617. pbproj
  13618. scrollingtextup
  13619. scrollingtextup
  13620. scrollingtextuserpan
  13621. scrollingtextuserpan
  13622. sectionreport
  13623. security
  13624. selectdir
  13625. selectdir
  13626. selectfile
  13627. selectfile
  13628. pccardnetworksample
  13629. pccardnetworksample
  13630. readme
  13631. power
  13632. readme
  13633. sample
  13634. driver
  13635. sound
  13636. input
  13637. driver
  13638. pcisoundinputdriver
  13639. pcisoundinputdriver
  13640. pcisoundinputdriver
  13641. alias
  13642. pdlog
  13643. pdlog
  13644. expand
  13645. pdlog
  13646. expand
  13647. pdlog
  13648. expand
  13649. pdlog
  13650. expand
  13651. viewer
  13652. peoplesoft
  13653. peoplesoft
  13654. apple
  13655. white
  13656. paper
  13657. peoplesurveyor
  13658. peoplesurveyor
  13659. 2.1.2
  13660. performance
  13661. pgpsdkmac
  13662. pgpuam
  13663. pgpuam
  13664. pgpuam
  13665. server
  13666. pgpuam
  13667. slides
  13668. piccomments
  13669. piccomments
  13670. play1
  13671. scrap
  13672. scrap
  13673. manager
  13674. screent
  13675. screen
  13676. screen
  13677. script
  13678. scriptableO
  13679. scriptable
  13680. printing
  13681. scriptable
  13682. editorO
  13683. scripting
  13684. scripting
  13685. implementation
  13686. scriptswitcher
  13687. scriptswitcher
  13688. script
  13689. switcher
  13690. scroll
  13691. scrollbar
  13692. scrollbars
  13693. scrolling
  13694. scrolling
  13695. field
  13696. scrolling
  13697. items
  13698. seedcfill
  13699. seedfill
  13700. selection
  13701. selection
  13702. selector
  13703. option
  13704. sequence
  13705. sequence
  13706. grabber
  13707. serial
  13708. serial
  13709. serial
  13710. ports
  13711. series
  13712. server
  13713. server
  13714. controls
  13715. services
  13716. setcontrolmaximum
  13717. setcontrolminimum
  13718. setcontrolvalue
  13719. setentrycolor
  13720. sethideonswitch
  13721. setlinewidth
  13722. setpalette
  13723. 72126X
  13724. Nov 99^
  13725. --set theItem to choose file -- uncomment to test in an AS editor
  13726.     tell application "Finder"
  13727.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:
  13728.  Other Platforms:PCCTS 1.31:"
  13729.         activate
  13730.     end tell
  13731. on error errMsg number errNum
  13732.     --enter statements to perform when no records are found such as...
  13733.     display dialog "Sorry, the item you selected could not be found."
  13734.     return
  13735. end try
  13736. Deletedf9ANTLR
  13737. PCCTS
  13738. parser generator
  13739. compiler toolsq
  13740. Dev.CD Nov 99 TC
  13741. "D!All Packages
  13742. Mac OS SDK Edition
  13743. PCI DDK 3.0I
  13744. This DDK (Driver Development Kit) will enable you to create both OpenFirmware (FCode) and MacOS drivers for PCI cards. Included is Documentation, Samples, and Tools to get you started.J
  13745. PCI DDK 3.0K
  13746. Sep 95L
  13747. Jan 00M
  13748. See comments in the code.N%PCI OpenFirmware FCode Forth tokenizeO9Dev.CD Oct 00 SDK1:Development Kits:Hardware:PCI DDK 3.0:ngeoBftp://ftp.apple.com/developer/Development_Kits/PCI_DDK_3.0.sit.hqx
  13749. referential
  13750. referred
  13751. reflect
  13752. reflectingV
  13753. reformats
  13754. reformatting
  13755. engine
  13756. engineering
  13757. engines
  13758. english
  13759. englishmiscellaneousd
  13760. englishmiscellaneous
  13761. englishmiscellaneous
  13762. rsrcd
  13763. englishterminologyd
  13764. englishterminology
  13765. englishterminology
  13766. rsrcd
  13767. enhanced
  13768. enhanced
  13769. survival
  13770. guide
  13771. enterbutton
  13772. enterbutton
  13773. enterbutton
  13774. environment
  13775. eomodeler
  13776. eomodeler
  13777. erasefile
  13778. erasefile
  13779. errata~
  13780. error
  13781. error
  13782. handler
  13783. error
  13784. handler
  13785. errormsg
  13786. errormsg
  13787. errormsg
  13788. errors
  13789. ethernet
  13790. event~
  13791. eventloop
  13792. eventloop
  13793. events
  13794. events
  13795. apple
  13796. ethernet
  13797. apple
  13798. video
  13799. MbNormal Macs, System 6.0.7 or better. Works well on system 7 but there is no Apple event awareness.
  13800. article
  13801. artwork
  13802. Dev.CD Jan 94
  13803. Dev.CD Oct 9V
  13804. 72394X
  13805. Jan 94
  13806. p--set theItem to choose file -- uncomment to test in an AS editor
  13807.     tell application "Finder"
  13808.         open item "Dev.CD Jan 94
  13809. Dev.CD Oct 93"
  13810.         activate
  13811.     end tell
  13812. on error errMsg number errNum
  13813.     --enter statements to perform when no records are found such as...
  13814.     display dialog "Sorry, the item you selected could not be found."
  13815.     return
  13816. end try
  13817. All Packages
  13818. F    QuickTimeO
  13819. Dev.CD Jan 94P
  13820. Dev.CD Jan 9V
  13821. 72395X
  13822. Jan 94
  13823. b--set theItem to choose file -- uncomment to test in an AS editor
  13824.     tell application "Finder"
  13825.         open item "Dev.CD Jan 94"
  13826.         activate
  13827.     end tell
  13828. on error errMsg number errNum
  13829.     --enter statements to perform when no records are found such as...
  13830.     display dialog "Sorry, the item you selected could not be found."
  13831.     return
  13832. end try
  13833. All Packages
  13834. F    QuickTimeO
  13835. Dev.CD Jan 94P
  13836. Dev.CD Jan 9V
  13837. 72396X
  13838. Jan 94
  13839. replace
  13840. statements
  13841. QuickTime, Java, MRJ
  13842. setwakeuptimer
  13843. share
  13844. shared
  13845. shared
  13846. volumes
  13847. sharing
  13848. sheet
  13849. ature
  13850. signing
  13851. simple
  13852. simpletext
  13853. simplified
  13854. single-link
  13855. slideshow
  13856. manager
  13857. sndplaydoublebuffer
  13858. socket
  13859. softwareR
  13860. solaris
  13861. solutions
  13862. sorting
  13863. sound
  13864. sound
  13865. input
  13866. driver
  13867. soundconvert
  13868. soundconverter
  13869. soundsprocket
  13870. space
  13871. spbrecord
  13872. speach
  13873. specification
  13874. speech
  13875. spinning
  13876. spinning
  13877. cursors
  13878. splice
  13879. spooler
  13880. sprite
  13881. sprite
  13882. toolbox
  13883. sprocket
  13884. sprockets
  13885. srccopy
  13886. srcxor
  13887. stacks
  13888. standard
  13889. standard
  13890. standards
  13891. standards
  13892. based
  13893. starmax
  13894. state
  13895. statements
  13896. status
  13897. 72290X
  13898. Apr 99^
  13899. --set theItem to choose file -- uncomment to test in an AS editor
  13900.     tell application "Finder"
  13901.         open item "Dev.CD Apr 99 SDK1:Development Kits:QuickDraw 3D for Windows 1.5.2:"
  13902.         activate
  13903.     end tell
  13904. on error errMsg number errNum
  13905.     --enter statements to perform when no records are found such as...
  13906.     display dialog "Sorry, the item you selected could not be found."
  13907.     return
  13908. end try
  13909. Deletedf
  13910. QuickDraw 3D
  13911. Windows
  13912. Metafileq
  13913. Dev.CD Apr 99 SDK1
  13914. All Packages
  13915. QuickDraw FXI
  13916. This sample has been updated for the Carbon API.  Demonstrates the use of transfer modes, arithmetic modes, colorization, dithering, and color mapping.JpCarbonPrefix.h
  13917. CarbonRes.rsrc
  13918. events.c
  13919. FX.rsrc
  13920. main.c
  13921. menu.c
  13922. QuickDraw FX(PPC)
  13923. QuickDraw FX.mcp
  13924. ReadMeL
  13925. Nov 00M
  13926. Color QuickDraw, CarbonLibO=Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:QuickDraw FX:V
  13927. 72291X
  13928. 1e    No Changeo&http://developer.apple.com/samplecode/
  13929. internet
  13930. enableselfsendsample
  13931. enableselfsendsample
  13932. encoding
  13933. encodings
  13934. enetdrvrsmpl
  13935. enetdrvrsmpl
  13936. enetdrvrsmpl
  13937. enetdrvrsrc
  13938. enetdrvrsrc
  13939. english
  13940. english
  13941. lproj
  13942. englishmiscellaneousd
  13943. englishmiscellaneous
  13944. englishmiscellaneous
  13945. rsrcd
  13946. englishterminologyd
  13947. englishterminology
  13948. englishterminology
  13949. rsrcd
  13950. enhanced
  13951. enhanced
  13952. survival
  13953. guide
  13954. enterbutton
  13955. enterbutton
  13956. enterbutton
  13957. environment
  13958. eomodeler
  13959. eomodeler
  13960. errata~
  13961. error
  13962. errormsg
  13963. errormsg
  13964. errormsg
  13965. errors
  13966. ethernet
  13967. event~
  13968. eventloop
  13969. eventloop
  13970. events
  13971. events
  13972. apple
  13973. ethernet
  13974. apple
  13975. video
  13976. when no records are found such as...
  13977.     display dialog "Sorry, the item you selected could not be found."
  13978.     return
  13979. end try
  13980. e    No ChangefABitblitz
  13981. CopyBits
  13982. CopyMask
  13983. CopyDeepMask
  13984. GWorld
  13985. NewGWorld
  13986. Graphicsq
  13987. Dev.CD Nov 00 TC Disk 1
  13988. All Packages
  13989. F    Blat dcmd
  13990. 69952X
  13991. binary
  13992. binding
  13993. binhex
  13994. bitmap
  13995. bitmapped
  13996. bitmapsr
  13997. black
  13998. black-and-white
  13999. blackketter
  14000. block
  14001. blocks
  14002. blueprint{
  14003. bodyz
  14004. bones
  14005. book`
  14006. books`
  14007. 72533X
  14008. Nov 00^    TC Disk 1
  14009. --set theItem to choose file -- uncomment to test in an AS editor
  14010.     tell application "Finder"
  14011.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickDraw GX:SetDefaultDTP:"
  14012.         activate
  14013.     end tell
  14014. on error errMsg number errNum
  14015.     --enter statements to perform when no records are found such as...
  14016.     display dialog "Sorry, the item you selected could not be found."
  14017.     return
  14018. end try
  14019. e    No Changef8Desk Top Printer Default SetDefaultDTP QuickDraw GX toolq
  14020. Dev.CD Nov 00 TC Disk 1
  14021. All Packages
  14022. SetDeskCPatDemoI
  14023. Simple code sample which demonstrates how to call SetDeskCPat properly.  
  14024. Be careful to co-exist gracefully with Desktop Pictures in Mac OS 8.  Se the Mac OS 8 technote for details.J
  14025. MoveableModalDialog.c
  14026. MoveableModalDialog.h
  14027. SetDeskCPat(PPC)
  14028. SetDeskCPat.c
  14029. SetDeskCPat.mcp
  14030. SetDeskCPat.rsrc
  14031. SetDeskCPatDemo READ MEK
  14032. Aug 97O@Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:SetDeskCPatDemo:V
  14033. 72534X
  14034. 1e    No Change
  14035. pings
  14036. manager
  14037. carbon
  14038. quicktime
  14039. graphicimporter
  14040. print
  14041. carbonlib
  14042. cardbus
  14043. cardbus
  14044. pcmcia
  14045. cd-rom
  14046. cd-rom
  14047. audio
  14048. tracker
  14049. control
  14050. cdrom
  14051. cdrom
  14052. drivers
  14053. center
  14054. cfm-68k
  14055. cfm-68k
  14056. mixed
  14057. thread
  14058. objectsupportlib
  14059. chained
  14060. chained
  14061. completion
  14062. routines
  14063. asynchronous
  14064. manager
  14065. cheap
  14066. tion with the provided port scanner. The sample code demonstrates techniques to 1. register a driver name so that the default PC Card port scanner registers a custom driver name to use instead of the auto generated name based on the device, and 2. how to keep the default scanner from registering the network card as an Ethernet device.
  14067. The sample project was created with MetroWerks CodeWarrior 4.0 with the Universal Interfaces and Libraries v3.2, and the Open Transport 2.0.1 DDK
  14068. To use th
  14069. e sample, a PowerBook 2400, 3400, or G3 series is required. The sample was tested with SSW 8.5 and OT 2.0.1 and may work with SSW 7.6.1 and OT 1.1.2.
  14070. The sample ethernet driver only supports a single PC Card. The sample could be rewritten to support multiple Ethernet PC Cards. The purpose of the sample was to demonstrate port registration for non-Ethernet network PC Cards.  The sample does not demonstrate the loading of support additional port scanners which the card may require, such as 
  14071. for ATM MiddleWare.
  14072. kdlpiether.h
  14073. dlpiuser.h
  14074. EnablerSample(PPC)
  14075. EnablerSample.h
  14076. EnablerSmpl.c
  14077. EnablerSmpl.exp
  14078. EnablerSmpl.r
  14079. EnetDrvrSmpl.exp
  14080. EnetDrvrSmpl.r
  14081. EnetDrvrSrc.c
  14082. myCustomPortScanner(PPC)
  14083. myEnetDriver(PPC)
  14084. MyPortCalls.c
  14085. MyPortCalls.h
  14086. MyPortModule.c
  14087. MyRegisterPort.c
  14088. MyRegisterPort.h
  14089. PCCardNetworkSample Readme
  14090. PCCardNetworkSample.mcp
  14091. PortScanner.c
  14092. PortScanner.r
  14093. ProjectDefines.h
  14094. Sep 99MQOpen Transport 1.1.2 or greater, PowerBook 2400, 3400, G3, or G3 Series or newer.NVPC Card, Network Driver, Open Transport Module, Token Ring, ATM, Enabler, Port ScannerOCDev.CD Nov 00 TC Disk 1:Sample Code:Networking:PCCardNetworkSample:PKDev.CD Nov 00 TC Disk 1
  14095.  - Sample Code
  14096.  - Networking
  14097.  - PCCardNetworkSample
  14098. Dev.CD Jun 97 SSV
  14099. 72365X
  14100. Jun 97
  14101. f--set theItem to choose file -- uncomment to test in an AS editor
  14102.     tell application "Finder"
  14103.         open item "Dev.CD Jun 97 SSW"
  14104.         activate
  14105.     end tell
  14106. on error errMsg number errNum
  14107.     --enter statements to perform when no records are found such as...
  14108.     display dialog "Sorry, the item you selected could not be found."
  14109.     return
  14110. end try
  14111. All Packages
  14112. QuickDraw GXO
  14113. Dev.CD Jun 97 SSWP
  14114. Dev.CD Jun 97 SSV
  14115. 72366X
  14116. Jun 97
  14117. f--set theItem to choose file -- uncomment to test in an AS editor
  14118.     tell application "Finder"
  14119.         open item "Dev.CD Jun 97 SSW"
  14120.         activate
  14121.     end tell
  14122. on error errMsg number errNum
  14123.     --enter statements to perform when no records are found such as...
  14124.     display dialog "Sorry, the item you selected could not be found."
  14125.     return
  14126. end try
  14127. All Packages
  14128. QuickDraw GXO
  14129. Dev.CD Jun 97 SSWP
  14130. Dev.CD Jun 97 SSV
  14131. 72367X
  14132. Jun 97
  14133. whats
  14134. wherecds
  14135. wherecds
  14136. wherecds
  14137. white
  14138. archivedV
  14139. windname
  14140. windname
  14141. windoid
  14142. windoid
  14143. mamake
  14144. windoid
  14145. windoidrez
  14146. windoidrez
  14147. window
  14148. window
  14149. window
  14150. window
  14151. windowcolors
  14152. windowcolors
  14153. windowdialog
  14154. windowdialog
  14155. windowed
  14156. windowpalette
  14157. windowpalette
  14158. windowpositioner
  14159. windowpositioner
  14160. windowpositioner
  14161. windows
  14162. windows
  14163. windows
  14164. system
  14165. files
  14166. windowutilities
  14167. windowutilities
  14168. windowutilities
  14169. windstuff
  14170. windstuff
  14171. 72125X
  14172. Nov 00^    TC Disk 1
  14173. --set theItem to choose file -- uncomment to test in an AS editor
  14174.     tell application "Finder"
  14175.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:PCCardNetworkSample:"
  14176.         activate
  14177.     end tell
  14178. on error errMsg number errNum
  14179.     --enter statements to perform when no records are found such as...
  14180.     display dialog "Sorry, the item you selected could not be found."
  14181.     return
  14182. end try
  14183. e    No ChangefPPC Card
  14184. Network Driver
  14185. Open Transport Module
  14186. Token Ring
  14187. Enabler
  14188. Port Scannerq
  14189. Dev.CD Nov 00 TC Disk 1
  14190. !D!All Packages
  14191. Tool Chest Edition
  14192. PCCTS 1.31
  14193. ufailure
  14194. uglobals
  14195. uglobals
  14196. uhidtest
  14197. uhidtest
  14198. uk/eire
  14199. uk/eire
  14200. distributors/localiz
  14201. ukilleveryonebutme
  14202. ukilleveryonebutme
  14203. ukranian
  14204. ukranian
  14205. 1.1.3
  14206. ulawcodec
  14207. ulawcodec
  14208. ulawcodec
  14209. ulawcodec
  14210. ulawcodecdispatch
  14211. ulawcodecdispatch
  14212. ulawcompressor
  14213. ulawcompressor
  14214. ulawdecompressor
  14215. ulawdecompressor
  14216. umafailure
  14217. umafailure
  14218. umafailure
  14219. umafailure
  14220. umafailure
  14221. umafailure
  14222. umafailure
  14223. umenuedwindow
  14224. umenuedwindow
  14225. umenuedwindow
  14226. umenuhandler
  14227. umenuhandler
  14228. umousedocument
  14229. umousedocument
  14230. umousedocument
  14231. umouseinfo
  14232. umouseinfo
  14233. umouseinfo
  14234. umousetrackbehavior
  14235. manager
  14236. pccardnetworksample
  14237. pccts
  14238. pccts
  14239. sound
  14240. input
  14241. driver
  14242. pdlog
  14243. pdlog
  14244. expand
  14245. viewer
  14246. peoplesoft/apple
  14247. peoplesoft/apple
  14248. white
  14249. paper
  14250. peoplesurveyor
  14251. peoplesurveyor
  14252. 2.1.2
  14253. performa
  14254. photoshop
  14255. picker
  14256. pixel
  14257. player
  14258. plugins
  14259. popups
  14260. postscript
  14261. powerbook
  14262. primer
  14263. processorC
  14264. profile
  14265. profiler
  14266. project
  14267. projects
  14268. publications
  14269. quadra
  14270. qualified
  14271. quickdraw
  14272. r13u5
  14273. r15d1
  14274. reader_
  14275. receive
  14276. redistribution
  14277. registration
  14278. registry~
  14279. release
  14280. reporting
  14281. reports
  14282. requests
  14283. resedit
  14284. resources
  14285. newerZ
  14286. newfolder
  14287. newgworld
  14288. newgworldfromhbitmap
  14289. newly
  14290. easydialogs
  14291. bigeasydialogs
  14292. bigeasygrafish
  14293. bigeasygrafish
  14294. bigeasygrafish
  14295. bigeasytextish
  14296. bigeasytextish
  14297. bigeasytextish
  14298. bigeasyutils
  14299. bigeasyutils
  14300. bigeasyutils
  14301. binhex
  14302. binhex
  14303. specs
  14304. bless
  14305. blockreader
  14306. blockreader
  14307. bltmacros
  14308. bltmacros
  14309. board
  14310. boardslider
  14311. boardslider
  14312. bootvol
  14313. brightness
  14314. brightness
  14315. contrast
  14316. browserz
  14317. browsermaker
  14318. browsermaker
  14319. bufcallback
  14320. bufcallback
  14321. bufcallback
  14322. bufcallback
  14323. buffereddrawer
  14324. buffereddrawer
  14325. bufferedimage
  14326. bufferedimage
  14327. bufferedwindows
  14328. bufferedwindows
  14329. bufferedwindows
  14330. pbproj
  14331. Oct 00^
  14332. --set theItem to choose file -- uncomment to test in an AS editor
  14333.     tell application "Finder"
  14334.         open item "Dev.CD Oct 00 SDK1:Development Kits:Hardware:PC Card SDKs:"
  14335.         activate
  14336.     end tell
  14337. on error errMsg number errNum
  14338.     --enter statements to perform when no records are found such as...
  14339.     display dialog "Sorry, the item you selected could not be found."
  14340.     return
  14341. end try
  14342. e    No Changeq
  14343. Dev.CD Oct 00 SDK1
  14344. All Packages
  14345. PCCardNetworkSample
  14346. Code sample which demonstrates a Ethernet driver, PC Card Enabler, and Open Transport Port Scanner for an Ethernet PC Card. Specifically, the sample is targeted for network PC Cards other than Ethernet so that they can properly register themselves with Open Transport
  14347. The code sample provides a MetroWerks Code Warrior project file which includes a sample Ethernet driver, a PC Card Enabler and a Port Scanner. The Enabler is designed to handle port registration of the network card in conjunc
  14348. D!All Packages
  14349. Mac OS SDK Edition
  14350. PC Card SDKsI
  14351. This is both the PC Card Manager 2.0 and the PC Card Manager 3.0 SDKs.  When the PC Card Manager 3.0 SDK was put on the Mac OS SDK, the PC Card 2.0 SDK was removed by mistake.  Both are needed depending upon the machine.JBPC Card Manager 2.0 SDK
  14352. PC Card Manager 3.0
  14353. What's the difference?K
  14354. Aug 97O:Dev.CD Oct 00 SDK1:Development Kits:Hardware:PC Card SDKs:PBDev.CD Oct 00 SDK1
  14355.  - Development Kits
  14356.  - Hardware
  14357.  - PC Card SDKsV
  14358. 72124X
  14359. 1 2:Sample Code:Sound:BufCallback:P>Dev.CD Nov 00 TC Disk 2
  14360.  - Sample Code
  14361.  - Sound
  14362.  - BufCallback
  14363. roadmap
  14364. robix
  14365. robix
  14366. sources
  14367. diagrams
  14368. resource
  14369. romresourcedump
  14370. romresourcedump
  14371. romresourcedump
  14372. romresourcedump
  14373. romresourcedump
  14374. rotate
  14375. rotate
  14376. rotate
  14377. small
  14378. rotatebitmap90
  14379. rotatebitmap90
  14380. rotatebitmap90
  14381. rotatesamplemain
  14382. rotatesamplemain
  14383. rotatestring
  14384. rotatestring
  14385. rotatestring
  14386. rotatestring
  14387. rotatestring
  14388. rotation
  14389. rotation
  14390. controllers
  14391. 1.0.1
  14392. rotation
  14393. controllers
  14394. rotation
  14395. ctl's
  14396. Feb 92L
  14397. Nov 96O
  14398. Dev.CD Nov 99 TC:Sample Code:P
  14399. Dev.CD Nov 99 TC
  14400.  - Sample CodeV
  14401. 72579X
  14402. Nov 99^
  14403. r--set theItem to choose file -- uncomment to test in an AS editor
  14404.     tell application "Finder"
  14405.         open item "Dev.CD Nov 99 TC:Sample Code:"
  14406.         activate
  14407.     end tell
  14408. on error errMsg number errNum
  14409.     --enter statements to perform when no records are found such as...
  14410.     display dialog "Sorry, the item you selected could not be found."
  14411.     return
  14412. end try
  14413. Deletedq
  14414. Dev.CD Nov 99 TC
  14415. D!All Packages
  14416. Tool Chest Edition
  14417. F)Snippets - Interapplication Communication
  14418. samplesZ
  14419. builds
  14420. buildscript
  14421. buildsucceeded
  14422. buildxcmd
  14423. business
  14424. business
  14425. opp's
  14426. germany
  14427. butcdef
  14428. butcdef
  14429. lccontrolrgn
  14430. --set theItem to choose file -- uncomment to test in an AS editor
  14431.     tell application "Finder"
  14432.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Scrap Parsing:"
  14433.         activate
  14434.     end tell
  14435. on error errMsg number errNum
  14436.     --enter statements to perform when no records are found such as...
  14437.     display dialog "Sorry, the item you selected could not be found."
  14438.     return
  14439. end try
  14440. readmefirst
  14441. receive
  14442. receive
  14443. script
  14444. receiver
  14445. receiver
  14446. receiver
  14447. rsrca
  14448. recievera
  14449. reciever
  14450. record
  14451. record
  14452. sound
  14453. redants
  14454. redants
  14455. redants
  14456. reference
  14457. references
  14458. registratiS
  14459. registration
  14460. registry~
  14461. related
  14462. release
  14463. release
  14464. notes
  14465. relstring
  14466. remoteT
  14467. removefile
  14468. removefile
  14469. PVDev.CD Apr 98 SDK1
  14470.  - Development Kits (Disc 1)
  14471.  - PC Card SDKs
  14472.  - PC Card Manager 3.0ditor
  14473.     tell application "Finder"
  14474.         open item "Dev.CD Dec 99 RL:Utilities:Developer Forms:"
  14475.         activate
  14476.     end tell
  14477. on error errMsg number errNum
  14478.     --enter statements to perform when no records are found such as...
  14479.     display dialog "Sorry, the item you selected could not be found."
  14480.     return
  14481. end try
  14482. Deletedf"bug reports
  14483. error reports to Appleq
  14484. Dev.CD Dec 99 RL
  14485. All Packages
  14486. bugInfo macro
  14487. 69958X
  14488. hopefully
  14489. hopes
  14490. hoping
  14491. horizon
  14492. horizontal
  14493. horizontally
  14494. hostU
  14495. host-target
  14496. hosted
  14497. hostname
  14498. hot-spot-specific\
  14499. hotchkiss
  14500. hotrect
  14501. hotsauce
  14502. hottest
  14503. hours
  14504. hours/minutes
  14505. house
  14506. --set theItem to choose file -- uncomment to test in an AS editor
  14507.     tell application "Finder"
  14508.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Snapshot:"
  14509.         activate
  14510.     end tell
  14511. on error errMsg number errNum
  14512.     --enter statements to perform when no records are found such as...
  14513.     display dialog "Sorry, the item you selected could not be found."
  14514.     return
  14515. end try
  14516. devices
  14517. hardwareQ
  14518. devtools
  14519. dialogstuff
  14520. dialogstuff
  14521. dialogtest
  14522. dialogtest
  14523. dialogtest
  14524. dialogtest
  14525. dialogutils
  14526. dialogutils
  14527. dialogutils
  14528. dialogutils
  14529. dialogwindow
  14530. dialogwindow
  14531. dialogwindow
  14532. dictionary
  14533. 72123X
  14534. Apr 98^
  14535. --set theItem to choose file -- uncomment to test in an AS editor
  14536.     tell application "Finder"
  14537.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):PC Card SDKs:PC Card Manager 3.0:"
  14538.         activate
  14539.     end tell
  14540. on error errMsg number errNum
  14541.     --enter statements to perform when no records are found such as...
  14542.     display dialog "Sorry, the item you selected could not be found."
  14543.     return
  14544. end try
  14545. e    No Changef
  14546. PCCard
  14547. Hooper
  14548. PowerBook
  14549. Cometq
  14550. Dev.CD Apr 98 SDK1
  14551. PC Card SDKsI
  14552. This is both the PC Card Manager 2.0 and the PC Card Manager 3.0 SDKs.  When the PC Card Manager 3.0 SDK was put on the Mac OS SDK, the PC Card 2.0 SDK was removed by mistake.  Both are needed depending upon the machine.JBPC Card Manager 2.0 SDK
  14553. PC Card Manager 3.0
  14554. What's the difference?K
  14555. Aug 97O:Dev.CD Oct 00 SDK1:Development Kits:Hardware:PC Card SDKs:PBDev.CD Oct 00 SDK1
  14556.  - Development Kits
  14557.  - Hardware
  14558.  - PC Card SDKsV
  14559. 72124X
  14560. 1rd SDKsV
  14561. 72124X
  14562. 1e    No Change
  14563. Summary: PC Card Manager v3.0 SDK is a comprehensive development environment which describes how the Personal Computer Memory Card International Association (PCMCIA) expansion card interface is implemented in PowerBook Hooper.
  14564. PC Card Manager v3.0 SDK is the future architecture for upcoming PowerBook Hooper products. Developers wanting to produce PC cards for 190, 5300 and 1400 series PowerBooks should refer to PC Card Manager v2.0 SDK.
  14565. Some of the support offered by PC Card Manager v3.0Bo SDK:
  14566. System Interfaces
  14567. Power PC library
  14568. Updated documentation available in an Adobe Acrobat file
  14569. Sample code 
  14570. AnotherCustomEnabler:
  14571. CIncludes:
  14572. CustomEnabler:
  14573. DispNameReg:
  14574. Documentation:
  14575. Interfaces&Libraries
  14576. Libraries:
  14577. release Notes
  14578. RIncludes:
  14579. TupleDumper:K
  14580. Jul 96L
  14581. Mar 97M$Requires a minimum of  System 7.5.3.N PCCard, Hooper, PowerBook, CometONDev.CD Apr 98 SDK1:Development Kits (Disc 1):PC Card SDKs:PC Card Manager 3.0:
  14582. --set theItem to choose file -- uncomment to test in an AS editor
  14583.     tell application "Finder"
  14584.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:View Enable/Disable:"
  14585.         activate
  14586.     end tell
  14587. on error errMsg number errNum
  14588.     --enter statements to perform when no records are found such as...
  14589.     display dialog "Sorry, the item you selected could not be found."
  14590.     return
  14591. end try
  14592. 1992-1995
  14593. 1995{
  14594. 1996S
  14595. 1999{
  14596. imagewriter
  14597. 2-byte
  14598. 2-source
  14599. 2-way
  14600. 2.0.1
  14601. 2.0.2
  14602. 2.0.4
  14603. 2.0.6
  14604. 2.0a1
  14605. 2.0v2
  14606. pascalinterfaces
  14607. pasmatit
  14608. password
  14609. password
  14610. password
  14611. password
  14612. interface
  14613. password
  14614. password
  14615. password
  14616. patch
  14617. patches
  14618. patchlistldef
  14619. patchlistldef
  14620. patchpoweroff
  14621. patchpoweroff
  14622. patchpoweroff
  14623. patchpoweroff
  14624. patchpoweroff
  14625. patchpoweroff68k
  14626. 5300ramcard
  14627. pbclock
  14628. pbproj
  14629. manager
  14630. manager
  14631. pccardnetworksample
  14632. picker
  14633. picts
  14634. pictinfotest
  14635. pitfalls
  14636. pixel
  14637. platformsQ
  14638. platforms
  14639. toolsQ
  14640. play1
  14641. passwords
  14642. paste
  14643. patch
  14644. patchesX
  14645. patchingV
  14646. patching
  14647. service
  14648. routinesV
  14649. patent
  14650. pathname
  14651. pathsu
  14652. patrick
  14653. pattern
  14654. patterned
  14655. pci-based
  14656. pci-pci
  14657. pci-the{
  14658. pcmcia
  14659. peering
  14660. viewer
  14661. utility
  14662. which
  14663. graphically
  14664. pending
  14665. penetrate
  14666. pentiumZ
  14667. people[
  14668. peoplesoft
  14669. percentage
  14670. perfectly
  14671. performf
  14672. PMDev.CD Nov 00 TC Disk 1
  14673.  - Sample Code
  14674.  - Human Interface Toolbox
  14675.  - PasswordV
  14676. 72122X
  14677. Nov 00^    TC Disk 1
  14678. --set theItem to choose file -- uncomment to test in an AS editor
  14679.     tell application "Finder"
  14680.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Password:"
  14681.         activate
  14682.     end tell
  14683. on error errMsg number errNum
  14684.     --enter statements to perform when no records are found such as...
  14685.     display dialog "Sorry, the item you selected could not be found."
  14686.     return
  14687. end try
  14688. e    No Changeq
  14689. Dev.CD Nov 00 TC Disk 1
  14690. D!All Packages
  14691. Mac OS SDK Edition
  14692. PC Card Manager v3.0 SDK
  14693. All Packages
  14694. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  14695. Dev.CD Jan 94
  14696. Dev.CD Oct 93
  14697. Dev.CD Jul 93
  14698. Dev.CD Apr 93PDDev.CD Apr 94
  14699. Dev.CD Jan 94
  14700. Dev.CD Oct 93
  14701. Dev.CD Jul 93
  14702. Dev.CD Apr 9V
  14703. 72892X
  14704. Apr 94
  14705. --set theItem to choose file -- uncomment to test in an AS editor
  14706.     tell application "Finder"
  14707.         open item "Dev.CD Apr 94
  14708. Dev.CD Jan 94
  14709. Dev.CD Oct 93
  14710. Dev.CD Jul 93
  14711. Dev.CD Apr 93"
  14712.         activate
  14713.     end tell
  14714. on error errMsg number errNum
  14715.     --enter statements to perform when no records are found such as...
  14716.     display dialog "Sorry, the item you selected could not be found."
  14717.     return
  14718. end try
  14719. All Packages
  14720. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  14721. Dev.CD Jan 94
  14722. Dev.CD Oct 93
  14723. Dev.CD Jul 93
  14724. Dev.CD Apr 93PDDev.CD Apr 94
  14725. Dev.CD Jan 94
  14726. Dev.CD Oct 93
  14727. Dev.CD Jul 93
  14728. Dev.CD Apr 9V
  14729. 72893X
  14730. Apr 94
  14731. informational
  14732. infrared
  14733. inheritance
  14734. 72633X
  14735. Nov 00^    TC Disk 1
  14736. --set theItem to choose file -- uncomment to test in an AS editor
  14737.     tell application "Finder"
  14738.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Sys7 popUpCDEF:"
  14739.         activate
  14740.     end tell
  14741. on error errMsg number errNum
  14742.     --enter statements to perform when no records are found such as...
  14743.     display dialog "Sorry, the item you selected could not be found."
  14744.     return
  14745. end try
  14746. e    No Changeq
  14747. Dev.CD Nov 00 TC Disk 1
  14748. D!All Packages
  14749. Tool Chest Edition
  14750. SysConfig DA 1.5b16I
  14751. Summary: This DA collects information about your System and allows you to save that information in a text file. Great for reporting bugs!  J
  14752. SysConfig DA 1.5b16K
  14753. Vol IIIL
  14754. Vol VIIOQDev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Bug Reporting:SysConfig DA 1.5b16P\Dev.CD Nov 99 TC
  14755.  - Tool Chest
  14756.  - Testing & Debugging
  14757.  - Bug Reporting
  14758.  - SysConfig DA 1.5b1V
  14759. 72634X
  14760. Nov 99^
  14761. programmers
  14762. spriteworld's
  14763. sprocket
  14764. 72375X
  14765. Jan 95
  14766. p--set theItem to choose file -- uncomment to test in an AS editor
  14767.     tell application "Finder"
  14768.         open item "Dev.CD Jan 95
  14769. Dev.CD Oct 94"
  14770.         activate
  14771.     end tell
  14772. on error errMsg number errNum
  14773.     --enter statements to perform when no records are found such as...
  14774.     display dialog "Sorry, the item you selected could not be found."
  14775.     return
  14776. end try
  14777. All Packages
  14778. F    QuickTimeO
  14779. Dev.CD Jan 96 SSWP
  14780. Dev.CD Jan 96 SSV
  14781. 72376X
  14782. Jan 96
  14783. f--set theItem to choose file -- uncomment to test in an AS editor
  14784.     tell application "Finder"
  14785.         open item "Dev.CD Jan 96 SSW"
  14786.         activate
  14787.     end tell
  14788. on error errMsg number errNum
  14789.     --enter statements to perform when no records are found such as...
  14790.     display dialog "Sorry, the item you selected could not be found."
  14791.     return
  14792. end try
  14793. All Packages
  14794. F    QuickTimeO
  14795. Dev.CD Jan 96 SSWP
  14796. Dev.CD Jan 96 SSV
  14797. 72377X
  14798. Jan 96
  14799. version
  14800. video
  14801. summary
  14802. network
  14803. software
  14804. installer
  14805. insta
  14806. summary
  14807. zaptcp
  14808. provides
  14809. safety
  14810. mactcp
  14811. developers
  14812. summary
  14813. ranger
  14814. freeware
  14815. utility
  14816. provides
  14817. summer
  14818. sun's
  14819. sunsoft
  14820. super
  14821. supercard
  14822. supersedes
  14823. superview
  14824. suport
  14825. supplement
  14826. supplementing
  14827. supplements
  14828. supplied
  14829. supplies
  14830. supply
  14831. support`
  14832. 1e    No Change
  14833. fFSCSI
  14834. SCSI Manager
  14835. SCSI Manager 4.3
  14836. bus scan
  14837. inquiry
  14838. SCSI Simple Sampleq
  14839. Dev.CD Nov 00 TC Disk 1
  14840. All Packages
  14841. SCSI Tools 1.0
  14842. Summary: SCSI Tools is a small cdev  that has two functions. One; it provides a status display of your SCSI bus with lights corresponding to the 8 (0-7) id's.  (Note the Mac is always assigned number 7 so it's always on. )
  14843. The second function is that it can mount SCSI devices (usually hard disks) with the mount button (buttons have drop shadows).  Handy when a hard disk has been dragged to the trash and unmounted.  It will re-mount any disk that has been dragged to the trash; even non-SCSB
  14844. I disks.  This only works on local volumes; so AppleShare volumes will not be mounted after being dragged to the trash.
  14845. This package is 7.0 compatible
  14846. J(SCSI
  14847. SCSI Tools Info
  14848. SCSI Tools Info.txtK
  14849. Vol IIIL
  14850. Vol VIIO?Dev.CD Nov 00 TC Disk 1:Tool Chest:Devices:SCSI:SCSI Tools 1.0:V
  14851. 72522X
  14852. 1e    No Change
  14853. Summary:  Very simple Macintosh application that supports multiple documents, Apple events, preferences and proper human interface.  Fully commented.
  14854. Features:  Supports Apple Events, preferences, proper human interface, MPW Pascal, THINK Pascal.
  14855. Issues:  No C version available yet.
  14856. JLPascal Sample
  14857. Read Me - Sample
  14858. Sample documents:
  14859. Source:
  14860. THINK Pascal files:K
  14861. Dec 93M:System Software 6.0.7 or later, MPW Pascal or THINK PascalN
  14862. Sample Code, Traffic LightO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  14863.  - Sample Codepplication "Finder"
  14864.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Byrne's XCMDs&XFCNs:"
  14865.         activate
  14866.     end tell
  14867. on error errMsg number errNum
  14868.     --enter statements to perform when no records are found such as...
  14869.     display dialog "Sorry, the item you selected could not be found."
  14870.     return
  14871. end try
  14872. e    No Changeq
  14873. Dev.CD Nov 00 TC Disk 1
  14874. D!All Packages
  14875. Tool Chest Edition
  14876. OLDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:WDEFColorSample:PTDev.CD Nov 00 TC Disk 1
  14877.  - Sample Code
  14878.  - Human Interface Toolbox
  14879.  - WDEFColorSample
  14880. controlrgn
  14881. calccmask
  14882. calccmask
  14883. calcmask
  14884. calcmask
  14885. calculator
  14886. callfinder
  14887. callfinder
  14888. callhyper
  14889. callhyper
  14890. camera
  14891. carbon
  14892. carbon
  14893. graphic
  14894. import
  14895. carboncustomlist
  14896. carbonlib
  14897. carbonlib
  14898. 1.0.4
  14899. carbonsndplaydb
  14900. cardbus
  14901. cardbus
  14902. cards
  14903. categories
  14904. tracker
  14905. cd-romw
  14906. cd-rom
  14907. detection
  14908. cd-rom
  14909. validator
  14910. cdromsample
  14911. center
  14912. centris/quadra
  14913. cheap
  14914. cheap
  14915. studio
  14916. chinese
  14917. chinese
  14918. dictation
  14919. chinese
  14920. dictation
  14921. e    No Changeq
  14922. Dev.CD Nov 00 TC Disk 1
  14923. All Packages
  14924. ResEdit 2.1.3
  14925. USummary: ResEdit is Apple's standard direct-manipulation resource editing and creation tool.  See the "About ResEdit 2.1.3" file within the "ResEdit 2.1.3" folder for a list of new features and bug fixes in this release.
  14926. Features: Supports editing of all major resource types. You can also write your own ResEdit editors and integrate them.
  14927. J|ResEdit - Read Me First
  14928. ResEdit - Read Me First.txt
  14929. ResEdit 2.1.3
  14930. ResEdit Extensions
  14931. ResEdit Reference
  14932. ResEdit Reference 2.1K
  14933. Vol IIIL
  14934. Nov 94MnResEdit works on any Macintosh system with at least one megabyte of memory. It requires System 6.0.2 or later.OEDev.CD Nov 00 TC Disk 1:Tool Chest:Developer Utilities:ResEdit 2.1.3:PMDev.CD Nov 00 TC Disk 1
  14935.  - Tool Chest
  14936.  - Developer Utilities
  14937.  - ResEdit 2.1.3V
  14938. 72485X
  14939. Nov 00^    TC Disk 1
  14940. e    No Change
  14941. 72121X
  14942. Aug 00^    TC Disk 2
  14943. y--set theItem to choose file -- uncomment to test in an AS editor
  14944.     tell application "Finder"
  14945.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  14946.         activate
  14947.     end tell
  14948. on error errMsg number errNum
  14949.     --enter statements to perform when no records are found such as...
  14950.     display dialog "Sorry, the item you selected could not be found."
  14951.     return
  14952. end try
  14953. Deletedf
  14954. Sample Code
  14955. Traffic Lightq
  14956. Dev.CD Aug 00 TC Disk 2
  14957. All Packages
  14958. Password
  14959. Password is a source code sample illustrating three different ways to implement password fields in dialog windows.  Methods illustrated include (a) using two dialog items -- one hidden and one with bullets -- (b) using a different font, and (c) using an internal buffer.
  14960. J`Password(PPC)
  14961. Password.c
  14962. Password.h
  14963. Password.mcp
  14964. Password.rsrc
  14965. readme
  14966. Password
  14967. Sample.c
  14968. Sample.hOEDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Password:V
  14969. 72122X
  14970. 1e    No Change
  14971. May 96M
  14972. Preferably a PowerPC machine although 68K machine can do.  Preferably system 7.5 with at least 16mb of ram and 20-30megs of space on a hard drive.N5Global search and replace; software project archivingO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  14973.  - Sample CodeV
  14974. 72120X
  14975. Aug 00^    TC Disk 2
  14976. y--set theItem to choose file -- uncomment to test in an AS editor
  14977.     tell application "Finder"
  14978.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  14979.         activate
  14980.     end tell
  14981. on error errMsg number errNum
  14982.     --enter statements to perform when no records are found such as...
  14983.     display dialog "Sorry, the item you selected could not be found."
  14984.     return
  14985. end try
  14986. Deletedf5Global search and replace; software project archivingq
  14987. Dev.CD Aug 00 TC Disk 2
  14988. All Packages
  14989. Pascal Sample 3.0B10
  14990. 72121X
  14991. findfamilies
  14992. findfamilies
  14993. findfamilies
  14994. findfolder
  14995. findfolder
  14996. findhammerhead
  14997. findhammerhead
  14998. findlurkers
  14999. findprinter
  15000. findprinter
  15001. findprinter
  15002. findserialports
  15003. findserialports
  15004. findserialports
  15005. findserialports
  15006. findsysfolder
  15007. findsysfolder
  15008. findsysfolder
  15009. findsysfolder
  15010. findtag
  15011. findtag
  15012. manual
  15013. findtag
  15014. manual
  15015. finished
  15016. finished
  15017. product
  15018. finland
  15019. finland
  15020. distributors/localiz
  15021. finnish
  15022. finnish
  15023. 1.1.3
  15024. fireballframes
  15025. fireballframes
  15026. fishtanks
  15027. fishtank
  15028. picts
  15029. fkeys
  15030. fkeys
  15031. clipboard
  15032. magican
  15033. flash
  15034. floatingwindow
  15035. floatingwindow
  15036. floatingwindow
  15037. floatingwindow
  15038. pbproj
  15039. floattolong
  15040. F! PartMaker readme
  15041. !!! CW builds:
  15042. !!! MPW builds:
  15043. !!! Symantec builds:
  15044. App.defs.h
  15045. App.h
  15046. App.protos.h
  15047. DoEvent.c
  15048. EventLoop.c
  15049. File.c
  15050. FindEverything.c
  15051. IdleTasks.c
  15052. Menu.c
  15053. OBJECT:
  15054. OBJECTPPC:
  15055. PartMaker.68k copy
  15056. Start.c
  15057. TRootObj.c
  15058. WallToWallDialog.WDEF.c
  15059. WallToWallDialog.WDEF.
  15060. Window.c
  15061. WindowDialog.c
  15062. WindowPalette.c
  15063. customization
  15064. igest-v3-148
  15065. 72576X
  15066. Nov 99^
  15067. r--set theItem to choose file -- uncomment to test in an AS editor
  15068.     tell application "Finder"
  15069.         open item "Dev.CD Nov 99 TC:Sample Code:"
  15070.         activate
  15071.     end tell
  15072. on error errMsg number errNum
  15073.     --enter statements to perform when no records are found such as...
  15074.     display dialog "Sorry, the item you selected could not be found."
  15075.     return
  15076. end try
  15077. Deletedq
  15078. Dev.CD Nov 99 TC
  15079. D!All Packages
  15080. Tool Chest Edition
  15081. Snippets - Devices
  15082. (** = new, * = revised)
  15083. Audio CD:  An MPW Tool that allows you to start, stop, pause, and continue audio CD tracks.
  15084. CD Tracker:  Pascal snippet that gets info on Audio CD tracks
  15085. CDROMDriveCheck:  An MPW C tool that checks to see which SCSI IDs are AppleCD SC drives.  It makes a status call(97) to the AppleCD SC driver (only works with this driver).
  15086. CDTool:  An MPW Tool that controls a CD drive
  15087. Disable Power Off Key:  Extension demonstrating how to disable power key for turning off mac
  15088. text-handling@
  15089. thanks@
  15090. that's@
  15091. apple@
  15092. appleshare
  15093. client
  15094. consists
  15095. routines
  15096. creat@
  15097. contents
  15098. enable
  15099. developers
  15100. create
  15101. killer
  15102. content
  15103. workbook
  15104. sponsored
  15105. apple
  15106. comput@
  15107. purpose
  15108. menuscripter
  15109. sample
  15110. demonstrat@
  15111. them@
  15112. theme@
  15113. then@
  15114. theory@
  15115. there
  15116. small
  15117. cosmetic
  15118. system
  15119. can't
  15120. even@
  15121. these
  15122. components
  15123. packetize
  15124. reassemble
  15125. multimedia
  15126. they're@
  15127. this@
  15128. copies
  15129. offscreen
  15130. gworlds
  15131. demonstrates
  15132. various
  15133. movie
  15134. export
  15135. compo@
  15136. csmp-digest-v3-104
  15137. csmp-digest-v3-105
  15138. csmp-digest-v3-106
  15139. csmp-digest-v3-107
  15140. csmp-digest-v3-108
  15141. csmp-digest-v3-109
  15142. csmp-digest-v3-110
  15143. csmp-digest-v3-111
  15144. csmp-digest-v3-112
  15145. All Packages
  15146. WorldScript UpdaterO
  15147. Dev.CD Jul 96 SSWP
  15148. Dev.CD Jul 96 SSV
  15149. 73067X
  15150. Jul 96
  15151. f--set theItem to choose file -- uncomment to test in an AS editor
  15152.     tell application "Finder"
  15153.         open item "Dev.CD Jul 96 SSW"
  15154.         activate
  15155.     end tell
  15156. on error errMsg number errNum
  15157.     --enter statements to perform when no records are found such as...
  15158.     display dialog "Sorry, the item you selected could not be found."
  15159.     return
  15160. end try
  15161. All Packages
  15162. WorldScript UpdaterO
  15163. Dev.CD Jul 96 SSWP
  15164. Dev.CD Jul 96 SSV
  15165. 73068X
  15166. Jul 96
  15167. f--set theItem to choose file -- uncomment to test in an AS editor
  15168.     tell application "Finder"
  15169.         open item "Dev.CD Jul 96 SSW"
  15170.         activate
  15171.     end tell
  15172. on error errMsg number errNum
  15173.     --enter statements to perform when no records are found such as...
  15174.     display dialog "Sorry, the item you selected could not be found."
  15175.     return
  15176. end try
  15177. D!All Packages
  15178. Tool Chest Edition
  15179. Worldwide QuickDraw GX
  15180. extractor
  15181. plug-ins
  15182. content
  15183. extra
  15184. csmp-digest-v3-116
  15185. csmp-digest-v3-117
  15186. csmp-digest-v3-118
  15187. csmp-digest-v3-119
  15188. csmp-digest-v3-120
  15189. csmp-digest-v3-121
  15190. csmp-digest-v3-122
  15191. csmp-digest-v3-123
  15192. csmp-digest-v3-125
  15193. csmp-digest-v3-126
  15194. csmp-digest-v3-127
  15195. csmp-digest-v3-128
  15196. csmp-digest-v3-129
  15197. csmp-digest-v3-130
  15198. csmp-digest-v3-131
  15199. csmp-digest-v3-132
  15200. csmp-digest-v3-133
  15201. csmp-digest-v3-134
  15202. csmp-digest-v3-135
  15203. csmp-digest-v3-136
  15204. csmp-digest-v3-138
  15205. csmp-digest-v3-139
  15206. csmp-digest-v3-140
  15207. csmp-digest-v3-141
  15208. csmp-digest-v3-142
  15209. csmp-digest-v3-143
  15210. csmp-digest-v3-144
  15211. csmp-digest-v3-145
  15212. csmp-digest-v3-146
  15213. csmp-digest-v3-147
  15214. csmp-digest-v3-148
  15215. ct-009-4433
  15216. ct-009-4433
  15217. install
  15218. ct-009-4434
  15219. ct-009-4434
  15220. install
  15221. ct-009-4435
  15222. ct-009-4435
  15223. install
  15224. ct-009-4436
  15225. ct-009-4436
  15226. ct-009-4437
  15227. ct-009-4437
  15228. e    No ChangefhGetCTable
  15229. NewPalette
  15230. SetPalette
  15231. Palette Animation
  15232. AnimatePalette
  15233. GetEntryColor
  15234. AnimateEntry
  15235. Palette2CTabq
  15236. Dev.CD Nov 00 TC Disk 1
  15237. All Packages
  15238. PartMaker 4.3
  15239. Summary:  DTS sample code to illustrate a software project delivery tool.  This tool is based on AppsToGo (which is also DTS sample code).  It is not technology specific.  The code base can work with Symantec, MetroWerks and MPW.
  15240. This tool permits ease of globally renaming project source files, resources, and resource types.  Software projects can be easily archived using the tool's import facility.  New software projects which compile and link correctly the very first time can be achieveB
  15241. d by simply pressing a single button.
  15242. Issues:  This is DTS sample code.  Use it to your liking.  If it's purposeful to you then great, otherwise it's just documentation.
  15243. May 96V
  15244. 72120X
  15245. Deleted
  15246. --set theItem to choose file -- uncomment to test in an AS editor
  15247.     tell application "Finder"
  15248.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:PaletteAnimation gray:"
  15249.         activate
  15250.     end tell
  15251. on error errMsg number errNum
  15252.     --enter statements to perform when no records are found such as...
  15253.     display dialog "Sorry, the item you selected could not be found."
  15254.     return
  15255. end try
  15256. s package is System 7.0 compatible.  
  15257. Jwcdent
  15258. cdent - a formatter for C/C++
  15259. Defect List
  15260. MacApp CDent Stuff
  15261. Makefile
  15262. Objects
  15263. Tests
  15264. Useful AddMenu and ScriptK
  15265. Jun 92M)System 6.x or greater, MPW 3.1 or greaterOZDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:C++ Related:C++ Source Code Formatter:PeDev.CD Nov 00 TC Disk 1
  15266.  - Tool Chest
  15267.  - Development Kits
  15268.  - C++ Related
  15269.  - C++ Source Code Formatter
  15270. 72954X
  15271. Nov 00^    TC Disk 1
  15272. --set theItem to choose file -- uncomment to test in an AS editor
  15273.     tell application "Finder"
  15274.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Tabs LDEF:"
  15275.         activate
  15276.     end tell
  15277. on error errMsg number errNum
  15278.     --enter statements to perform when no records are found such as...
  15279.     display dialog "Sorry, the item you selected could not be found."
  15280.     return
  15281. end try
  15282. e    No Changeq
  15283. Dev.CD Nov 00 TC Disk 1
  15284. All Packages
  15285. Summary: The Tags Suite is a collection of MPW tools that help navigate interactively in source code. You can quickly and easily locate the source definitions of subroutines, structs and RECORDs, global variables, and more.
  15286. Features: Capable of tagging thousands of items in {AIncludes}, {CIncludes}, and {PInterfaces}, as well as in your own code. Tags are easily updated when source is changed. Easy to use, integrated with MPW, fast.
  15287. Jan 93V
  15288. 72955X
  15289. 1e    No Change
  15290. newsz
  15291. no-copy
  15292. nocopyreceives
  15293. nopoweroffkey
  15294. notes
  15295. notifiers
  15296. novell
  15297. address
  15298. network
  15299. tcp/ip
  15300. search
  15301. browse
  15302. internet
  15303. number
  15304. number
  15305. formatting
  15306. resedit
  15307. localization
  15308. objec
  15309. object
  15310. object-oriented^
  15311. objective-c
  15312. objects
  15313. objectsupportlib
  15314. macodbc
  15315. database
  15316. connectivity
  15317. drivers
  15318. network
  15319. middlewar
  15320. apple
  15321. event
  15322. opening
  15323. documents
  15324. off-screen
  15325. offscreenr
  15326. offscreen
  15327. copybits
  15328. newgworld
  15329. gworld
  15330. pixmap
  15331. bitmap
  15332. alterr
  15333. ooptesample
  15334. opaque
  15335. choose
  15336. folder
  15337. navigation
  15338. services
  15339. transport
  15340. cache
  15341. delete
  15342. query
  15343. arpsample
  15344. setpt
  15345. setrect
  15346. tack will allow users to register creator code IDs for their applications, and will alert the developer if the creator ID has already been reserved.  NOTE:  Using this stack does not guarantee that the creator requested has not been reserved after we went to press.  Remember that Apple no longer registers file types.
  15347. Features: The stack can check to see if the creator ID being requested has already been taken, using the most recent information from Developer Support's creatBZor code database.  It also automatically creates an email to send to devsupport@apple.com.
  15348. JIC/F Reg. on the Web!
  15349. Creator Registration
  15350. Read Me - C/F Registration v2.1K
  15351. Jun 93L
  15352. Feb 98M
  15353. Hypercard 2.1N creator, signature, registrationOEDev.CD Dec 99 RL:Utilities:Developer Forms:C/F Registration Requests:PMDev.CD Dec 99 RL
  15354.  - Utilities
  15355.  - Developer Forms
  15356.  - C/F Registration Requests
  15357.  including a complete  framework for writing small applications.
  15358. DumpSRec:  This MPW tool converts an arbitrary Macintosh data file or resource into Motorola S-Record format, mostly to assist in downloading code and data to EPROM programmers or non-Macintosh target platforms.
  15359. Eenie:  Eenie - example MacApp program showing how to use the Dependency mechanism and Adorners. Also shows how to use the new View format with defining customized cursors over views.
  15360. LockFile:  Demonstrates settin
  15361. g the file lock bit in an action atom for the installer.  This action atom code resource must be called through a post installation action atom.  In the selector field, pass in the name of the target 'infs'  resource id.
  15362. Long doubles w/MathLib: This sample shows how to call MathLib functions that take or return parameters of type long double from Metrowerks PPC code.
  15363. Low Level Debugger macros:  Debugger macros for MacApp 3.0.
  15364. MacApp C++ Load/dump:  Two MPW scripts that show a couple way
  15365. PXDev.CD Nov 00 TC Disk 1
  15366.  - Sample Code
  15367.  - Interapplication Comm
  15368.  - Server Remote Control
  15369. memory
  15370. management
  15371. menuu
  15372. menuhandler
  15373. menuhandler
  15374. menuhandler
  15375. menuhints
  15376. menuhints
  15377. menus
  15378. enuscripter
  15379. menuscripter
  15380. menuscripter
  15381. menuscripter
  15382. menuscripter
  15383. menusstuff
  15384. menusstuff
  15385. menustuff
  15386. menustuff
  15387. menustuff
  15388. menutest
  15389. mergeitems
  15390. mergeitems
  15391. message
  15392. meta-content
  15393. meta-content
  15394. format
  15395. metertest
  15396. metertest
  15397. metertest
  15398. metertest
  15399. metrowerks
  15400. metrowerks
  15401. build
  15402. script
  15403. --set theItem to choose file -- uncomment to test in an AS editor
  15404.     tell application "Finder"
  15405.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:PaletteAnimation:"
  15406.         activate
  15407.     end tell
  15408. on error errMsg number errNum
  15409.     --enter statements to perform when no records are found such as...
  15410.     display dialog "Sorry, the item you selected could not be found."
  15411.     return
  15412. end try
  15413. records are found such as...
  15414.     display dialog "Sorry, the item you selected could not be found."
  15415.     return
  15416. end try
  15417. e    No Changef
  15418. controlq
  15419. Dev.CD Nov 00 TC Disk 1
  15420. All Packages
  15421. CalcCMask CalcMask
  15422. 69966X
  15423. pbproj
  15424. calendoid
  15425. calendoid
  15426. callback
  15427. callback
  15428. sample
  15429. callfinder
  15430. callfinder
  15431. callfinder
  15432. callhyper
  15433. callhyper
  15434. callhyper
  15435. notes
  15436. canadian
  15437. cancelwindowcheckout
  15438. capslock
  15439. capslock
  15440. capturing
  15441. carbon
  15442. carbon
  15443. carbon
  15444. carbon
  15445. carbon
  15446. alias
  15447. carbon
  15448. graphic
  15449. import
  15450. readme
  15451. carbon
  15452. window
  15453. carboncustomlist
  15454. carboncustomlist
  15455. carboncustomlist
  15456. carbonlib
  15457. carbonlib
  15458. 1.0.4
  15459. carbonprefix
  15460. palette2ctab
  15461. pan/tilt
  15462. panel
  15463. panorama
  15464. panoramic
  15465. parser
  15466. parsing
  15467. pascal
  15468. passphrase
  15469. password
  15470. patch
  15471. pattern
  15472. pbcatsearch
  15473. pbvolumemount
  15474. location
  15475. manager
  15476. eject
  15477. action
  15478. module
  15479. network
  15480. driver
  15481. transport
  15482. module
  15483. token
  15484. pccard
  15485. pccard
  15486. hooper
  15487. powerbook
  15488. comet
  15489. pccts
  15490. driver
  15491. loader
  15492. driver
  15493. device
  15494. driver
  15495. driver
  15496. driver
  15497. loader
  15498. driver
  15499. openfirmware
  15500. fcode
  15501. forth
  15502. tokenize
  15503. pci-pci
  15504. pcmcia
  15505. documentation
  15506. printable
  15507. format
  15508. printing
  15509. instructions
  15510. container
  15511. penmode
  15512. penpat
  15513. penpixpat
  15514. performanceA
  15515. performance
  15516. analysis
  15517. e    No ChangefhGetCTable
  15518. NewPalette
  15519. SetPalette
  15520. Palette Animation
  15521. AnimatePalette
  15522. GetEntryColor
  15523. AnimateEntry
  15524. Palette2CTabq
  15525. Dev.CD Nov 00 TC Disk 1
  15526. All Packages
  15527. PaletteAnimation grayI8This is a palette animation demonstration in gray scale.JTPaletteAnimation.c
  15528. PaletteAnimation.mcp
  15529. PaletteAnimation.r
  15530. PaletteAnimationGray(PPC)M"8 bits per pixel, 32 bit QuickDrawNoGetCTable, NewPalette, SetPalette, Palette Animation, AnimatePalette, GetEntryColor, AnimateEntry, Palette2CTabOFDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:PaletteAnimation gray:PNDev.CD Nov 00 TC Disk 1
  15531.  - Sample Code
  15532.  - Graphics 2D
  15533.  - PaletteAnimation grayV
  15534. 72119X
  15535. Nov 00^    TC Disk 1
  15536. e    No Change
  15537. 2D:CalcCMask CalcMask:PKDev.CD Nov 00 TC Disk 1
  15538.  - Sample Code
  15539.  - Graphics 2D
  15540.  - CalcCMask CalcMask
  15541. Communications Toolbox
  15542. Contributed
  15543. Devices and Hardware
  15544. Files
  15545. Games
  15546. Graphics 2D
  15547. Graphics 3D
  15548. Help Systems
  15549. Human Interface Toolbox
  15550. Interapplication Comm
  15551. Memory
  15552. Networking
  15553. OS Utilities
  15554. Overview
  15555. Platforms and Tools
  15556. Printing
  15557. Processes
  15558. QuickTime
  15559. Runtime Architecture
  15560. Sound
  15561.        open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Calculator:"
  15562.         activate
  15563.     end tell
  15564. on error errMsg number errNum
  15565.     --enter statements to perform when no records are found such as...
  15566.     display dialog "Sorry, the item you selected could not be found."
  15567.     return
  15568. end try
  15569. e    No Changef
  15570. Calculator
  15571. Cocoao&http://developer.apple.com/samplecode/q
  15572. Dev.CD Nov 00 TC Disk 1
  15573. All Packages
  15574. CallFinder Tool 1.0I
  15575. Summary: An MPW tool for controlling the Finder through AppleEvents. The commando interface requires no knowledge or understanding of AppleEvents to operate.
  15576. Features: Uses AppleEvents to have the Finder execute common actions.V
  15577. 69968X
  15578. 1e    No Change
  15579. Summary:  This code sample demonstrates how to use a palette when drawing into a GWorld. The trick is understanding that while setting a palette to a GWorld is permitted, doing so does not change the GWorld
  15580. s color table. 
  15581. The solution is to make a palette from the color table ( or the color table from a palette) and to use that color table to create or update the GWorld. After then doing a SetGWorld you can either draw with Index2Color and RGBForeColor, or you can set the palette to the 
  15582. .GWorld and draw with PmForeColor. These techniques are shown in the procedures createRGBForeColorImage and createPmForeColorImage in Palette&GWorld.c. 
  15583. Features:  Contains fat version of demo app (Palette&GWorld), Read Me, Metrowerks 68K project, PPC project, associated resource files, and SYM files.
  15584. Nov 00
  15585. Nov 00M#Mac with monitor set to 256 colors.N?Palette, GWorld, PmForeColor, Color2Index, RGBForeColor, ctSeedO
  15586. Dev.CD Nov 99 TC:Sample Code:P
  15587. Dev.CD Nov 99 TC
  15588.  - Sample Code
  15589. p--set theItem to choose file -- uncomment to test in an AS editor
  15590.     tell application "Finder"
  15591.         open item "Dev.CD Apr 94
  15592. Dev.CD Jan 94"
  15593.         activate
  15594.     end tell
  15595. on error errMsg number errNum
  15596.     --enter statements to perform when no records are found such as...
  15597.     display dialog "Sorry, the item you selected could not be found."
  15598.     return
  15599. end try
  15600. non-network
  15601. non-obvious
  15602. non-open
  15603. note_
  15604. apple
  15605. guide
  15606. intended
  15607. those
  15608. developers
  15609. notesR
  15610. nothing
  15611. notice
  15612. notification
  15613. notifies
  15614. notify
  15615. notions
  15616. november{
  15617. novice
  15618. kSoundApp.p is a sample application source file for demonstrating
  15619. the Sound Manager.  It requires the use of the SoundUnit to handle
  15620. all of the sound routines.  This portion of the source code handles the
  15621. application
  15622. s management of memory, errors, user interface, etc..
  15623. The read me notes are here in the source code because people tend to
  15624. not read them otherwise.
  15625. Example sounds
  15626. README
  15627. SoundApp (68K)
  15628. SoundApp (68K).SYM
  15629. SoundApp (68K).
  15630. SoundApp (PPC)
  15631. SoundApp (PPC).xSYM
  15632. SoundApp (PPC).
  15633. SoundApp.c
  15634. SoundApp.make
  15635. SoundApp.r
  15636. SoundApp.rsrc
  15637. SoundAppSnds.r
  15638. SoundUnit.c
  15639. SoundUnit.hK
  15640. Jun 95L
  15641. Apr 97M,6.0.x and higher, Sound Manager 3.0 or laterN
  15642. sound, SoundAppO2Dev.CD Nov 00 TC Disk 1:Tool Chest:Sound:SoundApp:P:Dev.CD Nov 00 TC Disk 1
  15643.  - Tool Chest
  15644.  - Sound
  15645.  - SoundApp
  15646. pmtable
  15647. point
  15648. polymorphic
  15649. popup
  15650. popup
  15651. popup
  15652. utilities
  15653. porting
  15654. ports
  15655. posers
  15656. positions
  15657. posix
  15658. postscript
  15659. print
  15660. scale
  15661. postscript
  15662. print
  15663. rotate
  15664. object
  15665. prgeneral
  15666. postscript
  15667. printer
  15668. postscripthandle
  15669. postscripthandle
  15670. power
  15671. power
  15672. kiosk
  15673. nopoweroffkey
  15674. power
  15675. macintosh
  15676. debugger
  15677. power
  15678. manager
  15679. powerbook
  15680. powerbook
  15681. powerpcA
  15682. powerplant
  15683. toolboxe
  15684. ppcbrowser
  15685. pre-mixer
  15686. pre-mixer
  15687. component
  15688. vu-meter
  15689. sound
  15690. premixer
  15691. effect
  15692. preference
  15693. preferences
  15694. premixer
  15695. previews
  15696. prgeneral
  15697. print
  15698. 72117X
  15699. Nov 99^
  15700. r--set theItem to choose file -- uncomment to test in an AS editor
  15701.     tell application "Finder"
  15702.         open item "Dev.CD Nov 99 TC:Sample Code:"
  15703.         activate
  15704.     end tell
  15705. on error errMsg number errNum
  15706.     --enter statements to perform when no records are found such as...
  15707.     display dialog "Sorry, the item you selected could not be found."
  15708.     return
  15709. end try
  15710. Deletedf:Palette
  15711. GWorld
  15712. PmForeColor
  15713. Color2Index
  15714. RGBForeColor
  15715. ctSeedq
  15716. Dev.CD Nov 99 TC
  15717. All Packages
  15718. PaletteAnimationI)This is a palette animation demonstrationJPPaletteAnimation(PPC)
  15719. PaletteAnimation.c
  15720. PaletteAnimation.mcp
  15721. PaletteAnimation.rM"8 bits per pixel, 32 bit QuickDrawNoGetCTable, NewPalette, SetPalette, Palette Animation, AnimatePalette, GetEntryColor, AnimateEntry, Palette2CTabOADev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:PaletteAnimation:PIDev.CD Nov 00 TC Disk 1
  15722.  - Sample Code
  15723.  - Graphics 2D
  15724.  - PaletteAnimationV
  15725. 72118X
  15726. Nov 00^    TC Disk 1
  15727. e    No Change
  15728. nder both System 7 and pre-7.0 systems. It installs a device loop procedure that searches all active screen devices, calling a drawing procedure whenever it encounters a screen that intersects the drawing region.
  15729. NewCCursor:  This snippet shows how to create a black and white 'CURS' and a color 'crsr' cursor resource by hand.
  15730. Out of This GWorld:  The application basically uses offscreen GWorlds and palette animation to simulate totally cool animation.
  15731. Palette Animation and Palette Anima
  15732. tion Gray:  These sample applications show how to animate the entries of a palette.
  15733. Pallete DA:  This desk accesory displays the the current color table and palette information associated with it.
  15734. PictInfoTest:  Sample to demonstrate using the Picture Utilities Package
  15735. PixMap2PixPat2ppat:  This snippet shows how to convert a 'icl8' image to a PixMap image and then to a PixPat and then finally to a 'ppat' resource. In this example, the 'ppat' resource is saved-off into a resource file.
  15736. palette
  15737. gworld
  15738. palette
  15739. gworld
  15740. paletteandgworld
  15741. paletteandgworld
  15742. paletteandgworld
  15743. paletteanimation
  15744. paletteanimation
  15745. paletteanimation
  15746. paletteanimation
  15747. paletteanimation
  15748. paletteanimationgray
  15749. paletteanimationgray
  15750. client
  15751. interface
  15752. client
  15753. first
  15754. paper
  15755. pappostscriptstuff
  15756. pappostscriptstuff
  15757. pappostscriptstuff
  15758. papserversample
  15759. papserversample
  15760. papserversample
  15761. papserversample
  15762. papserverutilities
  15763. papserverutilities
  15764. papserverutilities
  15765. papworkstation
  15766. papworkstation
  15767. parameters
  15768. parameters
  15769. not be found."
  15770.     return
  15771. end try
  15772. e    No Changef/Carbon
  15773. QuickTime
  15774. GraphicImporter
  15775. Printq
  15776. Dev.CD Nov 00 TC Disk 2
  15777. All Packages
  15778. CarbonCustomListV
  15779. 69971X
  15780. b--set theItem to choose file -- uncomment to test in an AS editor
  15781.     tell application "Finder"
  15782.         open item "Dev.CD Apr 93"
  15783.         activate
  15784.     end tell
  15785. on error errMsg number errNum
  15786.     --enter statements to perform when no records are found such as...
  15787.     display dialog "Sorry, the item you selected could not be found."
  15788.     return
  15789. end try
  15790. debugger
  15791. macsbug's
  15792. macsnmp
  15793. mactcp
  15794. mactcp
  15795. 2.0.6
  15796. release
  15797. notes
  15798. madeU
  15799. madness
  15800. magazine
  15801. magic
  15802. magician
  15803. magnitude
  15804. mail-order
  15805. mailfoo
  15806. mailing
  15807. mailings
  15808. sound
  15809. buffer
  15810. bufcallback
  15811. sound
  15812. component
  15813. writer
  15814. sdevk
  15815. sound
  15816. continual
  15817. sndforever
  15818. sound
  15819. double
  15820. buffer
  15821. gimedapalette
  15822. gimedapalette
  15823. sound
  15824. sound
  15825. input
  15826. driver
  15827. driver
  15828. sound
  15829. input
  15830. driver
  15831. sound
  15832. input
  15833. microphone
  15834. sound
  15835. multiple
  15836. multiplay
  15837. sound
  15838. doublebuffer
  15839. sndplaydoublebuffer
  15840. compress
  15841. sound
  15842. record
  15843. metertest
  15844. sound
  15845. sample
  15846. samplerateavail
  15847. sound
  15848. soundapp
  15849. sound
  15850. studio
  15851. cheap
  15852. studio
  15853. synccmd
  15854. soundapp
  15855. soundconvert
  15856. soundconverter
  15857. soundsprocket
  15858. soundsprocket
  15859. sound
  15860. reverb
  15861. effects
  15862. source
  15863. space
  15864. spbrecord
  15865. spbrecord
  15866. asynchronous
  15867. record
  15868. record
  15869. sound
  15870. application
  15871. illustrating
  15872. launch
  15873. applesc
  15874. snippet
  15875. checks
  15876. number
  15877. sample
  15878. rates
  15879. available
  15880. snippet
  15881. shows
  15882. access
  15883. desktop
  15884. pattern
  15885. snippet
  15886. shows
  15887. example
  15888. resource
  15889. itable
  15890. italian
  15891. itemU
  15892. itemhider
  15893. items
  15894. iteration
  15895. iterations
  15896. itself
  15897. iv-24
  15898. iw-half-dither
  15899. j-1.1
  15900. james
  15901. jamie
  15902. january{
  15903. january/february
  15904. japan{
  15905. 72462X
  15906. Apr 98^
  15907. --set theItem to choose file -- uncomment to test in an AS editor
  15908.     tell application "Finder"
  15909.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime
  15910.  IC SDK 1.01:"
  15911.         activate
  15912.     end tell
  15913. on error errMsg number errNum
  15914.     --enter statements to perform when no records are found such as...
  15915.     display dialog "Sorry, the item you selected could not be found."
  15916.     return
  15917. end try
  15918. Deletedf3QuickTime
  15919. QuickTime IC
  15920. image
  15921. capture
  15922. digital
  15923. cameraq
  15924. Dev.CD Apr 98 SDK2
  15925. rD!All Packages
  15926. Tool Chest Edition
  15927. QuickTime Java SDKILQuickTime for Java SDK.  Includes QuickTime for Java API javadoc, and demos.J
  15928. qtjavadocs
  15929. QTJavaSDKK
  15930. Feb 00MmRequires:
  15931.     - QuickTime 3 
  15932.     - QTJava.zip
  15933.     - Mac OS 8 or later
  15934.     - Macintosh Runtime for Java (MRJ) 2.1 or laterN
  15935. QuickTime, Java, MRJOHDev.CD Feb 00 TC:What's New?:Development Kits:Mac OS:QuickTime Java SDK:ngeo
  15936. http://developer.apple.com/sdk/
  15937. copies
  15938. offscreen
  15939. gworlds
  15940. rbon. Under Carbon, custom list definitions can no longer be implemented as 'LDEF' code resources and need to be installed using CreateCustomList.JACarbonCustomList
  15941. CarbonCustomList.c
  15942. CarbonCustomList.rsrc
  15943. Read MeK
  15944. Nov 00M
  15945. Mac OS 9 or later, CarbonLib
  15946. Carbon, List ManagerOMDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:CarbonCustomList:PUDev.CD Nov 00 TC Disk 1
  15947.  - Sample Code
  15948.  - Human Interface Toolbox
  15949.  - CarbonCustomListV
  15950. 69971X
  15951. Nov 00^    TC Disk 1
  15952. --set theItem to choose file -- uncomment to test in an AS editor
  15953.     tell application "Finder"
  15954.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:CarbonCustomList:"
  15955.         activate
  15956.     end tell
  15957. on error errMsg number errNum
  15958.     --enter statements to perform when no records are found such as...
  15959.     display dialog "Sorry, the item you selected could not be found."
  15960.     return
  15961. end try
  15962. ment to test in an AS editor
  15963.     tell application "Finder"
  15964.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:CarbonLib 1.0.4 SDK:"
  15965.         activate
  15966.     end tell
  15967. on error errMsg number errNum
  15968.     --enter statements to perform when no records are found such as...
  15969.     display dialog "Sorry, the item you selected could not be found."
  15970.     return
  15971. end try
  15972. e    No Changef
  15973. Carbon
  15974. CarbonLibo
  15975. http://developer.apple.com/sdkper.apple.com/sdk
  15976. 72116X
  15977. Nov 00^    TC Disk 1
  15978. --set theItem to choose file -- uncomment to test in an AS editor
  15979.     tell application "Finder"
  15980.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Palette and GWorld:"
  15981.         activate
  15982.     end tell
  15983. on error errMsg number errNum
  15984.     --enter statements to perform when no records are found such as...
  15985.     display dialog "Sorry, the item you selected could not be found."
  15986.     return
  15987. end try
  15988. e    No Changef
  15989. palette
  15990. GWorld
  15991. Index2Color
  15992. RGBForeColor
  15993. PmForeColor
  15994. GetCTable
  15995. NewPalette
  15996. GetMainDevice
  15997. NSetPalette
  15998. pmTable
  15999. ctSeed
  16000. GetGWorldPixMap
  16001. Carbono&http://developer.apple.com/samplecode/q
  16002. Dev.CD Nov 00 TC Disk 1
  16003. D!All Packages
  16004. Tool Chest Edition
  16005. Palette&GWorld (Fat)
  16006. JLCarbonSndPlayDB Readme
  16007. CarbonSndPlayDB.c
  16008. CarbonSndPlayDB.h
  16009. CarbonSndPlayDB.
  16010. MCSound Manager 3.x, Carbon 1.0.2 to run as a carbon compiled libraryN
  16011. SndPlayDoubleBuffer, CarbonO:Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:CarbonSndPlayDB:V
  16012. 69973X
  16013. 1e    No Change
  16014. palette to a GWorld is permitted, doing so does not change the GWorld
  16015. s color table.  The solution is to make a palette from the color table ( or the color table from a palette) and to use that color table to create or update the GWorld. After then doing a SetGWorld you can either draw with Index2Color and RGBForeColor, or you can set the palette to the GWorld and draw with PmForeColor. These techniques are shown in the procedures createRGBForeColorImage and createPmForeColorImage in PaletC
  16016. te and GWorld.c.
  16017. J|CarbonPrefix.h
  16018. CarbonRes.rsrc
  16019. Palette and GWorld.c
  16020. Palette and GWorld.rsrc
  16021. PaletteAndGWorld(PPC)
  16022. PaletteAndGWorld.mcp
  16023. ReadMeL
  16024. Nov 00M
  16025. Color QuickDraw, CarbonLibN
  16026. palette, GWorld, Index2Color, RGBForeColor, PmForeColor, GetCTable, NewPalette, GetMainDevice, NSetPalette, pmTable, ctSeed, GetGWorldPixMap, CarbonOCDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Palette and GWorld:PKDev.CD Nov 00 TC Disk 1
  16027.  - Sample Code
  16028.  - Graphics 2D
  16029.  - Palette and GWorld
  16030. 0. Counter Sources
  16031. 1. CounterConsole
  16032. 2. CounterWindow
  16033. 3. CounterDialog
  16034. 4. CounterDocument
  16035. 5. CounterPrint
  16036. 6. CounterAbout
  16037. Read MeW
  16038. demo's
  16039. demonstartion
  16040. demonstartion
  16041. manual
  16042. drawing
  16043. resources
  16044. demonstates
  16045. demonstation
  16046. demonstrateb
  16047. catalog
  16048. catalogs
  16049. catch
  16050. catched
  16051. catches
  16052. categoriesj
  16053. catmoving
  16054. causeX
  16055. causes
  16056. cautionP
  16057. caution
  16058. software
  16059. compatible
  16060. system
  16061. cautionary
  16062. caveats
  16063. tracker
  16064. sample
  16065. demonstrates
  16066. cd-romw
  16067. cd-rom-basedw
  16068. cdent
  16069. cdeve
  16070. cdevse
  16071. cdk's
  16072. celestial
  16073. celik
  16074. center
  16075. centered
  16076. centre
  16077. certain
  16078. certainly
  16079. certified
  16080. cfdata
  16081. readme
  16082. readme
  16083. movie
  16084. readme
  16085. translation
  16086. readme
  16087. readme
  16088. wdefcolorsample
  16089. readme-fragment
  16090. readme-fragment
  16091. readmefirst
  16092. readsector
  16093. readsector
  16094. msdos
  16095. readsector
  16096. msdos
  16097. readsectormsdos
  16098. readsectormsdos
  16099. receive
  16100. receive
  16101. script
  16102. receiver
  16103. receiver
  16104. receiver
  16105. rsrca
  16106. recievera
  16107. reciever
  16108. recipes
  16109. recognition
  16110. record
  16111. record
  16112. retrievepictinfo
  16113. record
  16114. retrievepictinfo
  16115. record
  16116. sound
  16117. record
  16118. sound
  16119. egistration
  16120. registry~
  16121. GetFInfo & GetVInfo:  MPW Tools that simply parse command-line options and print the value of the parameter blocks returned from Toolbox calls.
  16122. GetOwnerGroup:  Shows how to get the owner and group of a directory using routines from MoreFiles.
  16123. Is PC Exchange Installed:  This snippet demonstrates the check for the existence of PC Exchange. The FSMGlueLib.o file is available on the MacOS SDK CD in the File System Manager Libraries folder.
  16124. Keith's CatSearch:  This snippet provides a
  16125.  high-level interface to PBCatSearch and allows you to limit the search to a specific subdirectory (after the fact, of course - see the read me for the details).
  16126. ParseFullPathname:  ParseFullPathname takes a full pathname (which can be longer than 255 chars, and walks down it, converting it to dirID's along the way. This is the opposite of the procedure described in TN #68 (more or less). DTS does not condone this.
  16127. PBCatSearch:  This small sample shows how to use the PBCatSearch function
  16128. Mac OS 9N!packages, Mac OS 9, package awareOHDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:PackageTool:PPDev.CD Nov 00 TC Disk 1
  16129.  - Sample Code
  16130.  - Human Interface Toolbox
  16131.  - PackageTools DDK:"
  16132.         activate
  16133.     end tell
  16134. on error errMsg number errNum
  16135.     --enter statements to perform when no records are found such as...
  16136.     display dialog "Sorry, the item you selected could not be found."
  16137.     return
  16138. end try
  16139. e    No Changef
  16140. CardBus
  16141.  PCMCIA
  16142.  PC CardoBftp://ftp.apple.com/developer/Development_Kits/CardBus_DDK.sit.hqxq
  16143. Dev.CD Oct 00 SDK1
  16144. All Packages
  16145. CD TrackerI
  16146. CD Tracker is a sample that demonstrates how to read the table of contents from an audio CD to work out the number of tracks and the lengths of those tracks.JCCDTracker(PPC)
  16147. CDTracker.mcp
  16148. CDTracker.p
  16149. CDTracker.r
  16150. CDTracker.rsrcM
  16151. CD-ROM drive
  16152. N*CD-ROM, CD ROM, TOC, audio CD, CD Tracker
  16153. OKDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:CD ROM:CD Tracker:V
  16154. 69975X
  16155. 1e    No Change
  16156. --set theItem to choose file -- uncomment to test in an AS editor
  16157.     tell application "Finder"
  16158.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Chooser:PACKman:"
  16159.         activate
  16160.     end tell
  16161. on error errMsg number errNum
  16162.     --enter statements to perform when no records are found such as...
  16163.     display dialog "Sorry, the item you selected could not be found."
  16164.     return
  16165. end try
  16166. er MacOS
  16167.   Samples
  16168.    *  CustomEnabler
  16169.     -  Provides source code a
  16170. s an example of a SystemSoft custom enabler to
  16171. support multiple cards
  16172.    *  Another CustomEnabler
  16173.     -  Provides source code as an example of a custom enabler designed to
  16174. correct the IBM OEM Ethernet PC Card.
  16175.   Tools
  16176.    *  Display Name Registry 2.0
  16177.     -  Displays the Macintosh
  16178. s Name Registry and Device Tree
  16179.    *  TupleDumper
  16180.     -  
  16181. Dumps
  16182.  the CardBus (PCMCIA) tuples of any inserted PC cards
  16183. J)Read Me
  16184.  Documentation
  16185.  Samples
  16186.  ToolsK
  16187. Jan 00M
  16188. PowerMac / CodeWarrior IDE 2.1
  16189. file/folder
  16190. file/resource
  16191. filed
  16192. rdBus DDK:PADev.CD Oct 00 SDK1
  16193.  - Development Kits
  16194.  - Hardware
  16195.  - CardBus DDK
  16196. e    No Changef/Chooser
  16197. Chooser package
  16198. printer driver
  16199. PACKman
  16200. Dev.CD Nov 00 TC Disk 1
  16201. All Packages
  16202. Palette and GWorld
  16203. This sample demonstrates the use of palette and color tables with GWorlds.  It has been updated for Carbon.
  16204. This app copies from two offscreen GWorlds into the left and right halves of the window. The contents of the GWorlds are vertical lines that show all the entries in the color tables associated with the GWorlds. The GWorlds were created as described below.  One commonly asked question is how to use a palette when drawing into a GWorld. The trick is understanding that while setting a 
  16205. 72116X
  16206. JQ!NOT AN APPLE PRODUCT!
  16207. About VersionEdit
  16208. For ResEdit
  16209. Project Includes
  16210. VersionEditK
  16211. Nov 95OGDev.CD Nov 00 TC Disk 1:Tool Chest:Developer Utilities:VersionEdit 1.1:PODev.CD Nov 00 TC Disk 1
  16212.  - Tool Chest
  16213.  - Developer Utilities
  16214.  - VersionEdit 1.1
  16215. 3.3.1
  16216. 3.3.2
  16217. 3.3.2
  16218. universal
  16219. interfaces
  16220. support
  16221. carbonlib
  16222. 1.0.2
  16223. 3.6.5
  16224. 3/5-slot
  16225. 3/92d
  16226. 32-bit
  16227. 320-by-240
  16228. 32768
  16229. 32x32
  16230. 33619
  16231. 350000
  16232. 366-mhz
  16233. 38400/8/n/1
  16234. 3d-party{
  16235. 3d-the{
  16236. 4.5.2
  16237. 4/16R
  16238. 40-60
  16239. e    No Changef&QuickTime
  16240. Timecode
  16241. Track
  16242. Media
  16243. Handlerq
  16244. Dev.CD Nov 00 TC Disk 2
  16245. All Packages
  16246. QTtoJavaImageIuThis demo program shows the usage of the GraphicsImporterDrawer is used to produce pixels to create a java.awt.Image
  16247. J5qj.bat
  16248. QTtoJavaImage
  16249. QTtoJavaImage.zip
  16250. README.txt
  16251. Feb 00
  16252. - Common
  16253.     - Sun Compliant Java Runtime Environment 1.1
  16254.     - QuickTime 3 
  16255.     - QTJava.zip
  16256.     - QTJava media samples
  16257. - Mac OS:
  16258.     - System 8 or later
  16259.     - Macintosh Runtime for Java (MRJ) 2.1
  16260. - Windows 95, 98, or NT::
  16261.     - JRE/JDK from Sun Microsystems, Inc. recommended
  16262. QuickTime, Java, MRJ
  16263. OODev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:QTtoJavaImage:PZDev.CD Nov 00 TC Disk 2
  16264.  - Sample Code
  16265.  - QuickTime
  16266.  - QuickTime for Java
  16267.  - QTtoJavaImageV
  16268. 72264X
  16269. Nov 00^    TC Disk 2
  16270. e    No Change
  16271. preview
  16272. prgeneral
  16273. print
  16274. printer
  16275. printing
  16276. processN
  16277. process
  16278. managerN
  16279. processes
  16280. processing
  16281. profile
  16282. profile
  16283. embed
  16284. PackageTool is an application illustrating how to create application packages in Mac OS 9.  It provides a simple interface or converting correctly formatted folders into packages and vice versa.  Version 1.1 adds code that automatically creates a work-around for an alias manager bug so users may now place a package's main file in a package's root directory.  Version 1.2 adds Navigation Services support illustrating how you can use Navigation Services to select packages.
  16285. tasks illustrated B
  16286. include:
  16287. - how to create a package,
  16288. - how to detect a package,
  16289. includes a 'package document aware'  application sample (HTMLSample)
  16290. MakeFile
  16291. PackageTool
  16292. PackageTool.c
  16293. PackageTool.h
  16294. PackageTool.prj
  16295. PackageTool.r
  16296. PackageTool.rsrc
  16297. PackageUtils.c
  16298. PackageUtils.h
  16299. PackageWindow.c
  16300. PackageWindow.h
  16301. Re- C/F Registration Request
  16302. ReadMe
  16303. Sample Package
  16304. SimplePrefs.c
  16305. SimplePrefs.h
  16306. Utilities.c
  16307. Utilities.h
  16308. Dec 99OHDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:PackageTool:
  16309. 72114X
  16310. Nov 00^    TC Disk 1
  16311. --set theItem to choose file -- uncomment to test in an AS editor
  16312.     tell application "Finder"
  16313.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:PackageTool:"
  16314.         activate
  16315.     end tell
  16316. on error errMsg number errNum
  16317.     --enter statements to perform when no records are found such as...
  16318.     display dialog "Sorry, the item you selected could not be found."
  16319.     return
  16320. end try
  16321. e    No Changef
  16322. packages
  16323. Mac OS 9
  16324. package awareq
  16325. Dev.CD Nov 00 TC Disk 1
  16326. All Packages
  16327. PACKmanIGPACKman is a snippet showing how to implement a simple Chooser Package.JWFOR MPW
  16328. main.c
  16329. PACKman
  16330. PACKMan.c
  16331. PACKman.rsrc
  16332. PACKman.
  16333. PACKman.
  16334. .rsrc
  16335. README - PACKmanM
  16336. noneN2Chooser, Chooser package, printer driver, PACKman
  16337. OIDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Chooser:PACKman:PTDev.CD Nov 00 TC Disk 1
  16338.  - Sample Code
  16339.  - Devices and Hardware
  16340.  - Chooser
  16341.  - PACKmanV
  16342. 72115X
  16343. Nov 00^    TC Disk 1
  16344. e    No Change
  16345. on-line
  16346.  - Tool Chest
  16347.  - Devices
  16348.  - CD-ROM
  16349.  - CD-ROM Validator 1.1V
  16350. 69977X
  16351. Nov 00^    TC Disk 1
  16352. --set theItem to choose file -- uncomment to test in an AS editor
  16353.     tell application "Finder"
  16354.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Devices:CD-ROM:CD-ROM Validator 1.1:"
  16355.         activate
  16356.     end tell
  16357. on error errMsg number errNum
  16358.     --enter statements to perform when no records are found such as...
  16359.     display dialog "Sorry, the item you selected could not be found."
  16360.     return
  16361. end try
  16362. e    No Changeq
  16363. Dev.CD Nov 00 TC Disk 1
  16364. All Packages
  16365. CDROMSample
  16366. 69978X
  16367. packages
  16368. PKDev.CD Nov 00 TC Disk 1
  16369.  - Sample Code
  16370.  - Graphics 2D
  16371.  - Out of This GWorldto test in an AS editor
  16372.     tell application "Finder"
  16373.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:CD ROM:CDROMSample:"
  16374.         activate
  16375.     end tell
  16376. on error errMsg number errNum
  16377.     --enter statements to perform when no records are found such as...
  16378.     display dialog "Sorry, the item you selected could not be found."
  16379.     return
  16380. end try
  16381. e    No Changef
  16382. CDROM
  16383. I/O Kit
  16384. Driverso&http://developer.apple.com/samplecode/q
  16385. Dev.CD Nov 00 TC Disk 1
  16386. D!All Packages
  16387. Mac OS SDK Edition
  16388. CFM-68K SDK
  16389. areas
  16390. aren't
  16391. arena
  16392. argument
  16393. arguments
  16394. arising
  16395. arithmetic
  16396. around
  16397.  at /Applications/Utilities/Console. 
  16398. This application must be run with root privileges. This is because the disk* nodes in /dev are not worlB=d-readable on Mac OS X. This may change in a future release. 
  16399. JU.DS_Store
  16400. CDROMSample.app
  16401. CDROMSample.c
  16402. CDROMSample.pbproj
  16403. English.lproj
  16404. Read Me.htmlK
  16405. Nov 00M
  16406. Mac OS X Public Beta or later N
  16407. CDROM, I/O Kit, DriversOLDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:CD ROM:CDROMSample:PWDev.CD Nov 00 TC Disk 1
  16408.  - Sample Code
  16409.  - Devices and Hardware
  16410.  - CD ROM
  16411.  - CDROMSample
  16412.     Ewor and cache, larger internal disk drives, improved graphics hardware, the Apple Pro Keyboard, and the Apple Pro Mouse.
  16413. JpAboutThisSite
  16414. Developer_Notes
  16415. DeviceManagers
  16416. hardware.html
  16417. hardware2.html
  16418. header
  16419. images
  16420. legacy
  16421. Updates
  16422. _DS_StoreK
  16423. Jan 00L
  16424. Dec 00M
  16425. web browser
  16426. A_Power Mac G4 Cube, iBook, iMac, Power Mac G4, Hardware documentation, developer notes, devnotes
  16427. OPDev.CD Dec 00 RL Disk 1:Technical Documentation:Technical Publications:hardware:PXDev.CD Dec 00 RL Disk 1
  16428.  - Technical Documentation
  16429.  - Technical Publications
  16430.  - hardwareopdisk
  16431. dropped
  16432. dropprint
  16433. dropprint
  16434. demonstrates
  16435. method
  16436. identifying
  16437. attached
  16438. drops
  16439. dspcontext
  16440. dspuserselectcontext
  16441. dstspec
  16442. utilities
  16443. collection
  16444. utilities
  16445. sample
  16446. dtscpluslibrary
  16447. 72593X
  16448. Nov 00^    TC Disk 2
  16449. --set theItem to choose file -- uncomment to test in an AS editor
  16450.     tell application "Finder"
  16451.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Capturing:SoftVdig:"
  16452.         activate
  16453.     end tell
  16454. on error errMsg number errNum
  16455.     --enter statements to perform when no records are found such as...
  16456.     display dialog "Sorry, the item you selected could not be found."
  16457.     return
  16458. end try
  16459. e    No Changef(QuickTime
  16460. Video
  16461. Digitizer
  16462. Component
  16463. VDIGq
  16464. Dev.CD Nov 00 TC Disk 2
  16465. D!All Packages
  16466. Mac OS SDK Edition
  16467. SOMobjects
  16468.  for Mac OS
  16469. understand
  16470. understanding
  16471. understands
  16472. understood
  16473. undocumented
  16474. unexpected
  16475. unfamiliar
  16476. unfortunately
  16477. unfriendly
  16478. unicode
  16479. unified{
  16480. uniform
  16481. uninitiated
  16482. unique
  16483. ottraceroutesample
  16484. ottraceroutesample
  16485. otvirtual
  16486. otvirtualclient
  16487. otvirtualserver
  16488. outdata
  16489. outofthisgworld
  16490. outofthisgworld
  16491. outofthisgworld
  16492. output
  16493. output
  16494. files
  16495.  are found such as...
  16496.     display dialog "Sorry, the item you selected could not be found."
  16497.     return
  16498. end try
  16499. Deletedf.CFM-68K
  16500. Mixed Mode
  16501. Thread
  16502. ObjectSupportLibq
  16503. Dev.CD Jul 99 SDK1
  16504. All Packages
  16505. Cheap StudioI
  16506. Demonstrates loading, playing and saving mulitple sounds.  Shows how to play multiple sounds and have them all start at the same time using the syncCmdJ
  16507. Cheap Studio(PPC)
  16508. Cheap Studio.mcp
  16509. Cheap_Studio.c
  16510. Cheap_Studio.rsrc
  16511. DBFF.h
  16512. DBFF_Errors.h
  16513. Libraries
  16514. Record_Sound.c
  16515. SimpleApp_Sound.hM
  16516. Sound Manager 3.0 or laterN$sound, studio, Cheap Studio, syncCmdO7Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:Cheap Studio:V
  16517. 69980X
  16518. 1e    No Change
  16519. This sample has been updated for the Carbon API. The application basically uses offscreen GWorlds and palette animation to simulate totally cool animation.  
  16520. Since the program hopes to provide a better understanding of GWorld and palette usage, only the source file, out.c, has been commented.  This file, which contains all the Color QuickDraw routines, is actually the meat of the example.  The remaining source files are just typical toolbox routine calls for event and menu handling.  NoteBb that this application was written to work on 8bit devices, but can easily be modified for others.
  16521. J|CarbonPrefix.h
  16522. CarbonRes.rsrc
  16523. draw.c
  16524. events.c
  16525. menu.c
  16526. Out of.rsrc
  16527. out.c
  16528. out.h
  16529. OutOfThisGWorld(PPC)
  16530. OutOfThisGWorld.mcp
  16531. ReadMeL
  16532. Nov 00M
  16533. 8 bit color, CarbonLibN
  16534. Palette animation, GWorld, DisposeGWorld, AnimatePalette, Palette2CTab, CopyBits, GetEntryColor, SetEntryColor, NewGWorld, CarbonOCDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Out of This GWorld:tosh system.
  16535. NOTE:  This versi
  16536. 72113X
  16537. Nov 00^    TC Disk 1
  16538. --set theItem to choose file -- uncomment to test in an AS editor
  16539.     tell application "Finder"
  16540.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Out of This GWorld:"
  16541.         activate
  16542.     end tell
  16543. on error errMsg number errNum
  16544.     --enter statements to perform when no records are found such as...
  16545.     display dialog "Sorry, the item you selected could not be found."
  16546.     return
  16547. end try
  16548. e    No ChangefxPalette animation
  16549. GWorld
  16550. DisposeGWorld
  16551. AnimatePalette
  16552. Palette2CTab
  16553. CopyBits
  16554. GetEntryColor
  16555. SetEntryColor
  16556. NewGWorld
  16557. Carbono&http://developer.apple.com/samplecode/q
  16558. Dev.CD Nov 00 TC Disk 1
  16559. All Packages
  16560. PackageTool
  16561. 72114X
  16562. received
  16563. receiver
  16564. receives
  16565. receiving
  16566. recent
  16567. recently
  16568. reception
  16569. recipes
  16570. recognition
  16571. recognize
  16572. recognizes
  16573. recognizing
  16574. recommend
  16575. recommendations
  16576. recommended
  16577. recommends
  16578. recompilation
  16579. recompile
  16580. recompiled
  16581. recompress
  16582. reconstruction
  16583. recordW
  16584. recordableb
  16585. recorded
  16586. change@
  16587. updated@
  16588. protocol@
  16589. apple
  16590. detectors@
  16591. apple
  16592. events@
  16593. application
  16594. package@
  16595. arbitrator@
  16596. based@
  16597. buffering@
  16598. cad/cam@
  16599. cd-rom@
  16600. cfcomparatorfunction@
  16601. chinese@
  16602. clouseau@
  16603. coercion@
  16604. component@
  16605. configuration@
  16606. control
  16607. panel@
  16608. foundation@
  16609. customgetfilepreview@
  16610. debugger
  16611. detection@
  16612. devnotes@
  16613. image@
  16614. disposeresource@
  16615. driveid@
  16616. edit@
  16617. encoding@
  16618. enet@
  16619. entertainment@
  16620. example@
  16621. grid@
  16622. handles@
  16623. heap@
  16624. icons@
  16625. instructions@
  16626. interrupt@
  16627. jdirect@
  16628. laserwriter
  16629. bridge@
  16630. live@
  16631. macintosh
  16632. coprocessor
  16633. platform@
  16634. main@
  16635. manuals@
  16636. moofwars@
  16637. applescript
  16638. toolkit@
  16639. multithreaded
  16640. networking@
  16641. mutable
  16642. string@
  16643. ndrv@
  16644. objects@
  16645. ooptesample@
  16646. This sample is a quick demonstration of how to implement traceroute on top of the Open Transport native APIs.  The sample is useful because it gives a good demonstration of the setting the IP TTL option and of using a "rawip" endpoint to receive and process ICMP packets.
  16647. JcOTTraceRouteSample(PPC)
  16648. OTTraceRouteSample.c
  16649. OTTraceRouteSample.mcp
  16650. Read Me About Traceroute SampleK
  16651. Sep 96L
  16652. Jun 98M"Any Macintosh with Open Transport.NDOpen Transport, OT, Traceroute, rawip, icmp, udp, OTTraceRouteSampleOBDev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTTraceRouteSample:PJDev.CD Nov 00 TC Disk 1
  16653.  - Sample Code
  16654.  - Networking
  16655.  - OTTraceRouteSample
  16656. customer
  16657. million
  16658. windo
  16659. fig&interleave
  16660. dimmer2effect
  16661. direct
  16662. direct
  16663. pixel
  16664. access
  16665. directions{
  16666. disinfectant
  16667. disinfectant
  16668. 3.7.1
  16669. performance
  16670. tools
  16671. diskfiller
  16672. display
  16673. display
  16674. display
  16675. manager
  16676. displayvideo
  16677. disposeresource
  16678. disposeresource
  16679. distribution
  16680. distributors
  16681. dmfkey
  16682. dmfkey
  16683. source
  16684. documentation
  16685. doubles
  16686. doubletrouble
  16687. doubletrouble
  16688. draganddrop
  16689. draganddrop
  16690. shell
  16691. draggingsprites
  16692. dragwindowgrid
  16693. drawing
  16694. drive
  16695. utilities
  16696. driver
  16697. driver
  16698. installer
  16699. drivergestalt
  16700. drivergestalt
  16701. drivergestaltexplore
  16702. dronezone
  16703. 1.1.3
  16704. dropdisk
  16705. dropprint
  16706. dropprint
  16707. dsapplet
  16708. about
  16709. sample
  16710. about
  16711. dumparpcache
  16712. about
  16713. dumpnetworksetup
  16714. about
  16715. getsetoptions
  16716. about
  16717. listmania
  16718. about
  16719. moreautopush
  16720. about
  16721. nocopyreceives
  16722. Dev.CD Aug 97 TC
  16723. All Packages
  16724. Chinese Handwriting KitO
  16725. Dev.CD Nov 96 TCP
  16726. Dev.CD Nov 96 TV
  16727. 69984X
  16728. Nov 96
  16729. e--set theItem to choose file -- uncomment to test in an AS editor
  16730.     tell application "Finder"
  16731.         open item "Dev.CD Nov 96 TC"
  16732.         activate
  16733.     end tell
  16734. on error errMsg number errNum
  16735.     --enter statements to perform when no records are found such as...
  16736.     display dialog "Sorry, the item you selected could not be found."
  16737.     return
  16738. end try
  16739. All Packages
  16740. 72112X
  16741. Nov 00^    TC Disk 1
  16742. --set theItem to choose file -- uncomment to test in an AS editor
  16743.     tell application "Finder"
  16744.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTTraceRouteSample:"
  16745.         activate
  16746.     end tell
  16747. on error errMsg number errNum
  16748.     --enter statements to perform when no records are found such as...
  16749.     display dialog "Sorry, the item you selected could not be found."
  16750.     return
  16751. end try
  16752. e    No Changef>Open Transport
  16753. Traceroute
  16754. rawip
  16755. OTTraceRouteSampleq
  16756. Dev.CD Nov 00 TC Disk 1
  16757. All Packages
  16758. Out of This GWorld
  16759. 72113X
  16760. aining or the inefficiency of current keyboard input methods.  The user can also concentrate more on what he/she is writing, rather than how to input it.  We believe that Apple's Chinese Dictation Kit represents again Apple's determination to make the best ease-of-use personal computers for users.  Chinese Dictation Kit heralds the start of a revolution for Chinese computing.
  16761. What Chines
  16762. Network Setup SDK Bits
  16763. OTTCPWillDial
  16764. OTTCPWillDial.c
  16765. OTTCPWillDial.h
  16766. Read Me About OTTCPWillDial
  16767. TestOTTCPWillDial.c
  16768. TestOTTCPWillDial.
  16769. Why was this archived?K
  16770. Dec 98N0network, setup, configuration, AppleTalk, TCP/IPOEDev.CD Nov 00 TC Disk 1:Sample Code:Archive:Networking:OTTCPWillDial:PPDev.CD Nov 00 TC Disk 1
  16771.  - Sample Code
  16772.  - Archive
  16773.  - Networking
  16774.  - OTTCPWillDialV
  16775. 72111X
  16776. Nov 00^    TC Disk 1
  16777. --set theItem to choose file -- uncomment to test in an AS editor
  16778.     tell application "Finder"
  16779.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Archive:Networking:OTTCPWillDial:"
  16780.         activate
  16781.     end tell
  16782. on error errMsg number errNum
  16783.     --enter statements to perform when no records are found such as...
  16784.     display dialog "Sorry, the item you selected could not be found."
  16785.     return
  16786. end try
  16787. e    No Changef,network
  16788. setup
  16789. configuration
  16790. AppleTalk
  16791. TCP/IPq
  16792. Dev.CD Nov 00 TC Disk 1
  16793. All Packages
  16794. OTTraceRouteSample
  16795. 72112X
  16796.  Kit 1.5:
  16797. about
  16798. otendpointinfo@
  16799. aecdev-aedaemon@
  16800. otdumpinternetstatus@
  16801. readme
  16802. readme
  16803. dcmd@
  16804. readme
  16805. html@
  16806. readme
  16807. record
  16808. sound
  16809. reinstaller@
  16810. relstring@
  16811. renderinglib@
  16812. resedit
  16813. first@
  16814. resultcodetable@
  16815. rfc1332@
  16816. rfc1334
  16817. authentication@
  16818. rlsd@
  16819. rsrc@
  16820. runtime
  16821. architecture@
  16822. sample
  16823. applescripts@
  16824. sample
  16825. sampletextconverter@
  16826. schedule@
  16827. screen@
  16828. scrollingtextuserpan
  16829. scsifinddevicesmain
  16830. selection@
  16831. servers@
  16832. tech@
  16833. testbed
  16834. prefix@
  16835. testfinderlaunch
  16836. testprinterclass
  16837. textchanger
  16838. 2.0.1@
  16839. than@
  16840. topseeturvee@
  16841. transitions
  16842. themes@
  16843. type@
  16844. ueenie@
  16845. umousetrackbehavior
  16846. updates@
  16847. userstartup
  16848. goodies@
  16849. validator
  16850. 1.11@
  16851. webobjects
  16852. database
  16853. whats@
  16854. 72252X
  16855. Nov 00^    TC Disk 2
  16856. --set theItem to choose file -- uncomment to test in an AS editor
  16857.     tell application "Finder"
  16858.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Effects:QTShowEffect:"
  16859.         activate
  16860.     end tell
  16861. on error errMsg number errNum
  16862.     --enter statements to perform when no records are found such as...
  16863.     display dialog "Sorry, the item you selected could not be found."
  16864.     return
  16865. end try
  16866. e    No Changef#QuickTime
  16867. Effects
  16868. Video
  16869. Transitionsq
  16870. Dev.CD Nov 00 TC Disk 2
  16871. All Packages
  16872. QTSimpleAppletIWThis demo program shows how to display any QuickTime content within a java.awt.Applet.
  16873. J*AppletTag.js
  16874. classes
  16875. README.txt
  16876. sa.bat
  16877. Feb 00
  16878. OPDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:QTSimpleApplet:V
  16879. 72253X
  16880. 1e    No Change
  16881. --set theItem to choose file -- uncomment to test in an AS editor
  16882.     tell application "Finder"
  16883.         open item "Dev.CD Apr 94
  16884. Dev.CD Jan 94
  16885. Dev.CD Oct 93
  16886. Dev.CD Jul 93
  16887. Dev.CD Apr 93"
  16888.         activate
  16889.     end tell
  16890. on error errMsg number errNum
  16891.     --enter statements to perform when no records are found such as...
  16892.     display dialog "Sorry, the item you selected could not be found."
  16893.     return
  16894. end try
  16895. ports
  16896. built-in
  16897. devices
  16898. ibook
  16899. icon_
  16900. icon's
  16901. icons
  16902. idea[
  16903. identify
  16904. identifying
  16905. Summary:
  16906. Collection of QuickTime Developer Documentation for Video, sound, music, 3D, and virtual reality for Macintosh and Windows.
  16907. What' New
  16908. ===========
  16909. Go to the QuickTime Site Updates page for a summary of recent changes.
  16910. J0images
  16911. qtdevdocs
  16912. quicktime.html
  16913. techpubsfind.htmK
  16914. Jan 00L
  16915. Dec 00M
  16916. web browserNdQuickTime, Quick Time, video, sound, 3D, virtual reality, QuickTime 3, graphics, media, music, soundOQDev.CD Dec 00 RL Disk 1:Technical Documentation:Technical Publications:quicktime:PYDev.CD Dec 00 RL Disk 1
  16917.  - Technical Documentation
  16918.  - Technical Publications
  16919.  - quicktime
  16920. defproc
  16921. delay
  16922. delays{
  16923. deleteB
  16924. delivery
  16925. delta{
  16926. demanding
  16927. demo's
  16928. demonstrateb
  16929. demonstrated
  16930. demonstratesN
  16931. demonstrates
  16932. create
  16933. quicktime
  16934. movie
  16935. system
  16936. quicktime
  16937. image
  16938. compression
  16939. manager
  16940. quicktime's
  16941. quicktime-enabled
  16942. quicktime-readable
  16943. quicktime/mac
  16944. quicktimes
  16945. quicktimesdk
  16946. quicktimevr
  16947. quickview
  16948. quiets
  16949. quinn
  16950. quitapps
  16951. quite
  16952. quits
  16953. quitting
  16954. quoted
  16955. quoting
  16956. qwerty
  16957. qwertytunes
  16958. qwertytunes
  16959. small
  16960. application
  16961. which
  16962. races
  16963. radcliffe
  16964. radically
  16965. radio
  16966. radio-button
  16967. radiostation
  16968. radiostation
  16969. small
  16970. functional
  16971. streaming
  16972. server
  16973. expansion
  16974. ramifications
  16975. ramps
  16976. randall
  16977. random
  16978. randomly
  16979. range
  16980. rangingw
  16981. 72467X
  16982. Apr 00^
  16983. --set theItem to choose file -- uncomment to test in an AS editor
  16984.     tell application "Finder"
  16985.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:QuickTime
  16986.  VR:"
  16987.         activate
  16988.     end tell
  16989. on error errMsg number errNum
  16990.     --enter statements to perform when no records are found such as...
  16991.     display dialog "Sorry, the item you selected could not be found."
  16992.     return
  16993. end try
  16994. Deletedq
  16995. Dev.CD Apr 00 SDK1
  16996. wD!All Packages
  16997. Mac OS SDK Edition
  16998. QuickTime VR Tools 1.0b2
  16999. 73047X
  17000. Nov 00^    TC Disk 1
  17001. --set theItem to choose file -- uncomment to test in an AS editor
  17002.     tell application "Finder"
  17003.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:WDEFColorSample:"
  17004.         activate
  17005.     end tell
  17006. on error errMsg number errNum
  17007.     --enter statements to perform when no records are found such as...
  17008.     display dialog "Sorry, the item you selected could not be found."
  17009.     return
  17010. end try
  17011. e    No Changeq
  17012. Dev.CD Nov 00 TC Disk 1
  17013. All Packages
  17014. F WebObjects Categories and Posers
  17015. 4WebObjects Categories and Posers by Theresa Ray of Tensor Information Systems
  17016. Categories and posers are powerful mechanisms for extending and/or replacing the behavior of classes for which you cannot update the source. These techniques are essential tools that every WebObjects programmer should understand.
  17017. Feb 98L
  17018. Apr 99V
  17019. 73048X
  17020. Deleted
  17021. communication
  17022. communications
  17023. communications
  17024. toolbox
  17025. component
  17026. PIDev.CD Nov 00 TC Disk 1
  17027.  - Sample Code
  17028.  - Networking
  17029.  - OTStreamLogViewerV
  17030. 72110X
  17031. Nov 00^    TC Disk 1
  17032. --set theItem to choose file -- uncomment to test in an AS editor
  17033.     tell application "Finder"
  17034.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTStreamLogViewer:"
  17035.         activate
  17036.     end tell
  17037. on error errMsg number errNum
  17038.     --enter statements to perform when no records are found such as...
  17039.     display dialog "Sorry, the item you selected could not be found."
  17040.     return
  17041. end try
  17042. e    No ChangefDOpen Transport
  17043. kernel
  17044. strlog
  17045. debug
  17046. streams
  17047. OTStreamLogViewerq
  17048. Dev.CD Nov 00 TC Disk 1
  17049. All Packages
  17050. OTTCPWillDial
  17051. This sample shows how to use the Network Setup library (as introduced in Mac OS 8.5) to determine whether opening a TCP/IP provider will cause a modem to dial.  If the Network Setup library is not available, the sample will read the "TCP/IP Preferences" file directly.
  17052. Dec 98V
  17053. 72111X
  17054. 1e    No Change
  17055. scanning
  17056. scansx
  17057. scenario
  17058. scene
  17059. scheduleS
  17060. scheduled
  17061. schedulesS
  17062. scheme
  17063. schemes
  17064. schneider
  17065. school
  17066. science
  17067. scoop
  17068. score
  17069. scoring
  17070. scott
  17071. scrambling
  17072. scrap
  17073. scrapbook
  17074. screenB
  17075. screen's
  17076. screen-based
  17077. screencompare
  17078. screendump
  17079. screens
  17080. screenshots
  17081. scripty
  17082. scriptability
  17083. address
  17084. engine
  17085. enterprise
  17086. enterprise
  17087. objects
  17088. framework
  17089. option
  17090. eomodeler
  17091. error
  17092. error
  17093. reports
  17094. apple
  17095. ethernetR
  17096. ethernet
  17097. address
  17098. ethernet
  17099. built-in
  17100. ethernet
  17101. ethertalk
  17102. etsda
  17103. eventi
  17104. eventsb
  17105. example
  17106. exception
  17107. exchange
  17108. expansion
  17109. export
  17110. exporters
  17111. exporting
  17112. extension
  17113. external
  17114. external
  17115. system
  17116. external
  17117. extractor
  17118. faceless
  17119. faceless
  17120. background-only
  17121. family
  17122. fcode
  17123. features
  17124. fetch
  17125. field
  17126. exchange
  17127. manager
  17128. sample
  17129. sharing
  17130. --set theItem to choose file -- uncomment to test in an AS editor
  17131.     tell application "Finder"
  17132.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTSimpleServerHTTP:"
  17133.         activate
  17134.     end tell
  17135. on error errMsg number errNum
  17136.     --enter statements to perform when no records are found such as...
  17137.     display dialog "Sorry, the item you selected could not be found."
  17138.     return
  17139. end try
  17140. intepreting the written characters.
  17141. Features:
  17142. No training required
  17143. a true plu
  17144. g-and-play design.
  17145. FAT version of software
  17146. runs on both PowerPC-based as well as 68K-based Macs.
  17147. Works with virtually any application that allows text input.
  17148. Accurate recognition, even with cursive writing.
  17149. User expandable dictionary enables phrases to be represented by simple clicks.
  17150. Separate lexicon manager for maintaining dictionaries.
  17151. Accommodates different writing styles to suit wide user preferences.
  17152. On-screen keyboards to enable quick input of symbols and puntuation marks.
  17153. Recognize
  17154. e    No Changef^Open Transport
  17155. endpoint
  17156. server
  17157. listen
  17158. single-link
  17159. multihoming
  17160. OTSimpleServerHTTPq
  17161. Dev.CD Nov 00 TC Disk 1
  17162. All Packages
  17163. OTStreamLogViewer
  17164. ZOTStreamLogViewer is both a sample and a developer tool.  As a sample, it shows how to use the OT raw streams API to communication with modules in the OT kernel. As a tool, it allows you to view the output of the STREAMS logging facility (strlog).  This is extremely helpful when developing OT kernel plug-ins: modules drivers, and port scanners.
  17165. FileLogging.c
  17166. FileLogging.h
  17167. IC Libraries
  17168. LogEngine
  17169. OTStreamLogViewer(PPC)
  17170. OTStreamLogViewer.c
  17171. OTStreamLogViewer.mcp
  17172. OTStreamLogViewer.rsrc
  17173. Read Me 
  17174.  OTStreamLogViewer
  17175. StreamLogResources.hK
  17176. May 98L
  17177. Sep 98M
  17178. Open Transport 1.1.1 or higherNKOpen Transport, kernel, log, strlog, debug, raw, streams, OTStreamLogViewerOADev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTStreamLogViewer:V
  17179. 72110X
  17180. 1e    No Change
  17181. event-awarec
  17182. event-driven
  17183. eventsb
  17184. eventually
  17185. ever{
  17186. everest
  17187. every
  17188. everybody
  17189. everyday
  17190. everyone
  17191. explain
  17192. explained
  17193. explaining
  17194. explains
  17195. explanatory
  17196. explicit
  17197. exploded
  17198. exploit
  17199. expo{
  17200. export
  17201. exposed
  17202. express{
  17203. expressionsy
  17204. extending
  17205. extensibley
  17206. extensionR
  17207. extensions
  17208. extensiveu
  17209. 72575X
  17210. Nov 99^
  17211. r--set theItem to choose file -- uncomment to test in an AS editor
  17212.     tell application "Finder"
  17213.         open item "Dev.CD Nov 99 TC:Sample Code:"
  17214.         activate
  17215.     end tell
  17216. on error errMsg number errNum
  17217.     --enter statements to perform when no records are found such as...
  17218.     display dialog "Sorry, the item you selected could not be found."
  17219.     return
  17220. end try
  17221. Deletedq
  17222. Dev.CD Nov 99 TC
  17223. D!All Packages
  17224. Tool Chest Edition
  17225. nguages
  17226. (** = new, * = revised)
  17227. AEGestalt:  AEGestalt is a MacApp application which shows how to make use of the built in Apple events support.
  17228. Bits o' MacApp Code:  A few MacApp snippets: Windows Menu,a view that stays centered in its superview,  TTextListView, TTextGridView, a Light Gray Adorner, and more.
  17229. Dialogs:  This MacApp sample shows how TextEdit views are enabled/disabled, in this case with radio buttons.
  17230. DTSCPlusLibrary:  This folder is chock full of useful C++ samples (80+ files!),les (80+ files!),
  17231. engine
  17232. engine
  17233. internet
  17234. sherlock
  17235. enterprise
  17236. eomodeler
  17237. database
  17238. error
  17239. applesearch
  17240. appleshare
  17241. gatewayT
  17242. ethernetR
  17243. ethernet
  17244. built-in
  17245. address
  17246. burned-in
  17247. address
  17248. getenetaddr
  17249. ethernet
  17250. transport
  17251. address
  17252. ethernet
  17253. multicast
  17254. mdata
  17255. 802.2
  17256. 802.3
  17257. ethertalk
  17258. etsda
  17259. eventi
  17260. eventsb
  17261. example
  17262. exchange
  17263. expansion
  17264. export
  17265. exporters
  17266. external
  17267. extractor
  17268. faceless
  17269. family
  17270. fcode
  17271. features
  17272. fetch
  17273. field
  17274. folder
  17275. multiprocessor
  17276. manager
  17277. sample
  17278. transport
  17279. endpoint
  17280. download
  17281. fetch
  17282. otsimple
  17283. transport
  17284. endpoint
  17285. server
  17286. listen
  17287. single-l
  17288. opendoc
  17289. opendoc
  17290. component
  17291. software
  17292. compound
  17293. document
  17294. architecture
  17295. openfirmware
  17296. opengl
  17297. opengl
  17298. screen
  17299. drawsprocket
  17300. opengl
  17301. graphics
  17302. splay dialog "Sorry, the item you selected could not be found."
  17303.     return
  17304. end try
  17305. OTSimpleDownloadHTTP(PPC)
  17306. OTSimpleDownloadHTTP.c
  17307. OTSimpleDownloadHTTP.h
  17308. OTSimpleDownloadHTTP.mcp
  17309. OTSimpleDownloadHTTPTest.c
  17310. Read Me 
  17311.  OTSimpleDownloadHTTP
  17312. SimpleDownload#247226
  17313. SimpleDownload#248426K
  17314. Nov 97L
  17315. Sep 98M
  17316. Open Transport 1.1.1 or higherNOOpen Transport, TCP, endpoint, download, fetch, get, HTTP, OTSimpleDownloadHTTPODDev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTSimpleDownloadHTTP:PLDev.CD Nov 00 TC Disk 1
  17317.  - Sample Code
  17318.  - Networking
  17319.  - OTSimpleDownloadHTTPV
  17320. 72108X
  17321. Nov 00^    TC Disk 1
  17322. --set theItem to choose file -- uncomment to test in an AS editor
  17323.     tell application "Finder"
  17324.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTSimpleDownloadHTTP:"
  17325.         activate
  17326.     end tell
  17327. on error errMsg number errNum
  17328.     --enter statements to perform when no records are found such as...
  17329.     display dialog "Sorry, the item you selected could not be found."
  17330.     return
  17331. end try
  17332. e    No Change
  17333. ll Packages
  17334. Chinese Language Kit UpdaterV
  17335. 69992X
  17336. fHOpen Transport
  17337. endpoint
  17338. download
  17339. fetch
  17340. OTSimpleDownloadHTTPq
  17341. Dev.CD Nov 00 TC Disk 1
  17342. All Packages
  17343. OTSimpleServerHTTPI
  17344. This sample is a very simple web (HTTP) server that demonstrates how to exploit the single-link multi-homing feature of OT 1.3.J
  17345. 17.203.23.112
  17346. EnableIPReuseAddrSample.c
  17347. OTSimpleServer(PPC)
  17348. OTSimpleServer.mcp
  17349. OTSimpleServerHTTP.c
  17350. OTSimpleServerHTTP.h
  17351. OTSimpleServerHTTPTest.c
  17352. Read Me About Simple Server
  17353. Sample HTTP Source
  17354. Sample 
  17355. IP Secondary Addresses
  17356. Jun 98M
  17357. Open Transport 1.1.1 or higherNgOpen Transport, TCP, endpoint, server, HTTP, listen, bind, single-link, multihoming, OTSimpleServerHTTPOBDev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTSimpleServerHTTP:PJDev.CD Nov 00 TC Disk 1
  17358.  - Sample Code
  17359.  - Networking
  17360.  - OTSimpleServerHTTPV
  17361. 72109X
  17362. Nov 00^    TC Disk 1
  17363. e    No Change
  17364. otpingsample
  17365. otsimpledownloadhttp
  17366. otsimpleserverhttp
  17367. otstreamlogviewer
  17368. y 97 TC
  17369. Dev.CD Nov 96 TC
  17370. Dev.CD Aug 96 TC
  17371. Dev.CD Feb 96 TC
  17372. Dev.CD Feb 9V
  17373. 69992X
  17374. May 97
  17375. --set theItem to choose file -- uncomment to test in an AS editor
  17376.     tell application "Finder"
  17377.         open item "Dev.CD May 97 TC
  17378. Dev.CD Nov 96 TC
  17379. Dev.CD Aug 96 TC
  17380. Dev.CD Feb 96 TC
  17381. Dev.CD Feb 95"
  17382.         activate
  17383.     end tell
  17384. on error errMsg number errNum
  17385.     --enter statements to perform when no records are found such as...
  17386.     display dialog "Sorry, the item you selected could not be found."
  17387.     return
  17388. end try
  17389. All Packages
  17390. ChineseTalk 6.0.3O
  17391. Dev CD Vol. V
  17392. Dev CD Vol. IVP
  17393. Dev CD Vol. V
  17394. Dev CD Vol. IV
  17395. 69993X
  17396. Vol. V
  17397. ottcpwilldial
  17398. ottraceroutesample
  17399. ottransferproviderow
  17400. ottransferproviderow
  17401. client
  17402. library
  17403. transferprovider
  17404. Mar 92
  17405. --set theItem to choose file -- uncomment to test in an AS editor
  17406.     tell application "Finder"
  17407.         open item "Dev.CD Mar 92
  17408. Dev.CD Feb 92
  17409. Dev.CD Vol. XI"
  17410.         activate
  17411.     end tell
  17412. on error errMsg number errNum
  17413.     --enter statements to perform when no records are found such as...
  17414.     display dialog "Sorry, the item you selected could not be found."
  17415.     return
  17416. end try
  17417. All Packages
  17418. ChineseTraditionalFont 6.0.5O*Dev.CD Mar 92
  17419. Dev.CD Feb 92
  17420. Dev.CD Vol. XIP)Dev.CD Mar 92
  17421. Dev.CD Feb 92
  17422. Dev.CD Vol. XV
  17423. 69995X
  17424. Mar 92
  17425. PDDev.CD Nov 00 TC Disk 1
  17426.  - Sample Code
  17427.  - Networking
  17428.  - OTPingSampleV
  17429. 72107X
  17430. Nov 00^    TC Disk 1
  17431. --set theItem to choose file -- uncomment to test in an AS editor
  17432.     tell application "Finder"
  17433.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTPingSample:"
  17434.         activate
  17435.     end tell
  17436. on error errMsg number errNum
  17437.     --enter statements to perform when no records are found such as...
  17438.     display dialog "Sorry, the item you selected could not be found."
  17439.     return
  17440. end try
  17441. e    No Changef.open transport
  17442. rawip
  17443. OTPingSampleq
  17444. Dev.CD Nov 00 TC Disk 1
  17445. All Packages
  17446. OTSimpleDownloadHTTPI
  17447. This sample demonstrates the easiest way to use Open Transport to download an HTTP URL from a web server.  The code from this sample is featured in the latest release (v1.3) of the book 
  17448. Inside Macintosh: Open Transport
  17449. Nov 97L
  17450. Sep 98V
  17451. 72108X
  17452. 1e    No Change
  17453. enabler
  17454. enablersample
  17455. enablersample
  17456. enablersample
  17457. enablersmpl
  17458. enablersmpl
  17459. enablersmpl
  17460. enablersmpl
  17461. engine
  17462. engineering
  17463. engines
  17464. english
  17465. english
  17466. lproj
  17467. englishmiscellaneousd
  17468. englishmiscellaneous
  17469. englishmiscellaneous
  17470. rsrcd
  17471. englishterminologyd
  17472. englishterminology
  17473. englishterminology
  17474. rsrcd
  17475. enhanced
  17476. enhanced
  17477. survival
  17478. guide
  17479. enterbutton
  17480. enterbutton
  17481. enterbutton
  17482. environment
  17483. eomodeler
  17484. eomodeler
  17485. errata~
  17486. error
  17487. errormsg
  17488. errormsg
  17489. errormsg
  17490. errors
  17491. ethernet
  17492. event~
  17493. eventloop
  17494. eventloop
  17495. events
  17496. events
  17497. apple
  17498. ethernet
  17499. apple
  17500. video
  17501. strip
  17502. stripdup
  17503. stripdup
  17504. stripunits
  17505. strlist
  17506. strlist
  17507. strlist
  17508. struct
  17509. struct
  17510. structuresk
  17511. structures
  17512. strwidth
  17513. strwidth
  17514. libraries
  17515. stubldef
  17516. studio
  17517. stuff
  17518. stupcontrol
  17519. stupcontrol
  17520. stupcontrol
  17521. stylechat
  17522. styleguide00
  17523. stylemap
  17524. stylemap
  17525. stylemap
  17526. stylemap
  17527. submission
  17528. success
  17529. suite~
  17530. suites~
  17531. suites
  17532. under
  17533. development~
  17534. support
  17535. OTPAPSampleServer is a Native Open Transport implementation of a AppleTalk Printer Access Protocol (PAP) server.
  17536. Features support for multiple handoff endpoints, self send mode so that you can print from the same system that the PAP Server is running on, demonstrates the use of Option Management to enable the EOMOption, and to set the server message.  This sample was built with CodeWarrior and includes the Project file used to generate the program.
  17537. HATalkSampleUtils.c
  17538. ATalkSampleUtils.h
  17539. CompEnv.h
  17540. EnableEOMSample.c
  17541. EnableSelfSendSample.c
  17542. OT PAPServerSample(PPC)
  17543. OT PAPServerSample.mcp
  17544. PAPPostScriptStuff.c
  17545. PAPPostScriptStuff.h
  17546. PAPServerSample.c
  17547. PAPServerSample.h
  17548. PAPServerSample.rsrc
  17549. PAPServerUtilities.c
  17550. PAPServerUtilities.h
  17551. SetServerStatusOption.c
  17552. StringUtils.c
  17553. StringUtils.h
  17554. Mar 98L
  17555. Sep 99OBDev.CD Nov 00 TC Disk 1:Sample Code:Networking:OT PAPServerSample:tion
  17556.  - cihuiV
  17557. 69997X
  17558. Nov 00^    TC Disk 1
  17559. e    No Change
  17560. System Software 7.5.5 with Open Transport 1.1.2 or greater present. The optimum SSW release is 8.6 with OT v2.0.3 present.
  17561. The PostScript query parser implemented in this sample is very simplistic and should not be used in production code.
  17562. NhAppleTalk, Printer Access Protocol, PAP, EOM Option, Self Send Option, EOF indication, OTPAPSampleServerOBDev.CD Nov 00 TC Disk 1:Sample Code:Networking:OT PAPServerSample:PJDev.CD Nov 00 TC Disk 1
  17563.  - Sample Code
  17564.  - Networking
  17565.  - OT PAPServerSampleC++ 5.0 or later.
  17566. N8QuickTime, AIFF, Sound, Mixer, Output, Device, ComponentOEDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:ChromaKeyMovie:PPDev.CD Nov 00 TC Disk 2
  17567.  - Sample Code
  17568.  - QuickTime
  17569.  - Goodies
  17570.  - ChromaKeyMovie
  17571. Updatedf|Mac OS X
  17572. Understanding Cocoa
  17573. Developer Tools
  17574. System Overview
  17575. Core Foundation
  17576. Kernel
  17577. Networking
  17578. Carbon
  17579. Legacy
  17580. Mac OS X Server
  17581. /A7http://developer.apple.com/techpubs/macosx/macosx.html
  17582. Dev.CD Dec 00 RL Disk 2
  17583. lD!All Packages
  17584. Mac OS SDK Edition
  17585. Server
  17586. Mac OS X Server Developer Documentation
  17587. Updated conceptual and reference documentation for Mac OS X Server and Yellow Box. 
  17588. What's New/Updated:
  17589. AppKit
  17590. The Application Kit is a framework containing all the objects you need to implement your graphical, event-driven user interface.
  17591. Foundation
  17592. The Foundation Framework defines a base layer of Objective-C classes for OpenStep. In addition to providing a set of useful primitive object classes, it introduces several paradigms that define funB3ctionality not covered by the Objective-C language.
  17593. AppKit
  17594. Foundation
  17595. Mar 99L
  17596. Jul 99M/Project Builder, Interface Builder, web browserlder, web browser
  17597. dded new API, NearestMacTextEncodings, which returns the Mac OS encoding(s) whose repertoire is closest to the specified encoding.
  17598.  Encoding names may now be retrieved in Unicode.
  17599.  Added new API, TECSetBasicOptions, which allows some low-level Unicode converter options to be set for conversions performed with the high-level converter.
  17600.  TEC now does better validation of input for Japanese encodings.
  17601.  TEC now does a better job of handling characters that are in MacJapanese but not in Shi
  17602. ft JIS.
  17603.  The HZ converter now handles the tilde-tilde and tilde-linefeed combinations correctly.
  17604.  The alias "CN-GB" has been added for "EUC-CN" and "GB2312".
  17605.  Support has been added for the encodings ISO 8859-3, ISO 8859-4, ISO 8859-15, Windows CP 1257, Windows CP 1258. Limited support has been added for the Mac OS Tibetan encoding.
  17606.  Various mappings for CJK encodings were improved.
  17607.  Added loose mappings for variant forms of Han characters (e.g., simplified vs. traditional), yielding 
  17608. thumbnail
  17609. toolbox
  17610. topseeturvee@
  17611. transitions
  17612. themes@
  17613. ts3events@
  17614. ts3window
  17615. tsmte@
  17616. type@
  17617. ueenie@
  17618. ufailure
  17619. umousetrackbehavior
  17620. updates@
  17621. userfunction@
  17622. userstartup
  17623. goodies@
  17624. validator
  17625. 1.11@
  17626. voxii
  17627. vrmakepano
  17628. watcher@
  17629. webobjects
  17630. database
  17631. whats@
  17632. windowcolors
  17633. windstuff
  17634. choosesy
  17635. choosing
  17636. christine
  17637. chromakey
  17638. chromakey
  17639. movie
  17640. simple
  17641. application
  17642. which
  17643. designed
  17644. chromakeying
  17645. chrominance
  17646. chrp{
  17647. chunk
  17648. chunks
  17649. claim{
  17650. claims
  17651. claris
  17652. clarisworks
  17653. clark
  17654. clash{
  17655. class
  17656. classes{
  17657. classicu
  17658. classroomS
  17659. clause
  17660. clauses
  17661. clean
  17662. cleaner
  17663. clearly
  17664. e    No Changef
  17665. URL Access
  17666. Internet
  17667. Dev.CD Aug 99 TC
  17668. D!All Packages
  17669. Tool Chest Edition
  17670. US Distribution GuideI
  17671. Summary: This piece is intended to assist non-US developers understand the US market and the 3rd party software distribution channel in he US.J
  17672. US Distribution GuideK
  17673. Vol VIIM
  17674. Adobe Acrobat Reader.OCDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:PHDev.CD May 98 TC
  17675.  - Programs & Marketing
  17676.  - Market & Distribution GuidesV
  17677. 73013X
  17678. May 98^
  17679. --set theItem to choose file -- uncomment to test in an AS editor
  17680.     tell application "Finder"
  17681.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:"
  17682.         activate
  17683.     end tell
  17684. on error errMsg number errNum
  17685.     --enter statements to perform when no records are found such as...
  17686.     display dialog "Sorry, the item you selected could not be found."
  17687.     return
  17688. end try
  17689. e    No Changeq
  17690. Dev.CD May 98 TC
  17691. All Packages
  17692. New & RevisedF
  17693. USB DDK 1.4.6f11
  17694. J\OTLookupNameTest(PPC)
  17695. OTLookupNameTest.c
  17696. OTLookupNameTest.mcp
  17697. Read Me About OTLookupNameTestK
  17698. Nov 97L
  17699. Jun 98M
  17700. Open Transport 1.1.1 or higherN8Open Transport, NBP, mapper, MapperRef, OTLookupNameTestO@Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTLookupNameTest:PHDev.CD Nov 00 TC Disk 1
  17701.  - Sample Code
  17702.  - Networking
  17703.  - OTLookupNameTestV
  17704. 72105X
  17705. Nov 00^    TC Disk 1
  17706. --set theItem to choose file -- uncomment to test in an AS editor
  17707.     tell application "Finder"
  17708.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTLookupNameTest:"
  17709.         activate
  17710.     end tell
  17711. on error errMsg number errNum
  17712.     --enter statements to perform when no records are found such as...
  17713.     display dialog "Sorry, the item you selected could not be found."
  17714.     return
  17715. end try
  17716. e    No Changef4Open Transport
  17717. mapper
  17718. MapperRef
  17719. OTLookupNameTestq
  17720. Dev.CD Nov 00 TC Disk 1
  17721. All Packages
  17722. OTPAPSampleServer
  17723. 72106X
  17724. 72106X
  17725. Nov 00^    TC Disk 1
  17726. --set theItem to choose file -- uncomment to test in an AS editor
  17727.     tell application "Finder"
  17728.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OT PAPServerSample:"
  17729.         activate
  17730.     end tell
  17731. on error errMsg number errNum
  17732.     --enter statements to perform when no records are found such as...
  17733.     display dialog "Sorry, the item you selected could not be found."
  17734.     return
  17735. end try
  17736. e    No ChangefbAppleTalk
  17737. Printer Access Protocol
  17738. EOM Option
  17739. Self Send Option
  17740. EOF indication
  17741. OTPAPSampleServerq
  17742. Dev.CD Nov 00 TC Disk 1
  17743. All Packages
  17744. OTPingSampleIgThis sample is a quick demonstration of how to implement ping on top of the Open Transport native APIs.JKOTPingSample(PPC)
  17745. OTPingSample.c
  17746. OTPingSample.mcp
  17747. Read Me About Ping SampleK
  17748. Sep 96L
  17749. Jun 98M#Any machine running Open Transport.N3open transport, ot, ping, icmp, rawip, OTPingSampleO<Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTPingSample:V
  17750. 72107X
  17751. 1e    No Change
  17752. Summary:  The Verifier is an Apple internal localization verification tool.  It is used to catch localization problems such as corrupted CODE resources, and mismatched resource attribute bits.  It is very customized to Apple's internal needs, but it may serve as a good example on the types of things to look out for when you localize your software.
  17753. Features:
  17754.  Compares resources based on a user defined script file
  17755.  Compares file/resource flags
  17756.  Verifies vers resources
  17757.  Reports missing rB
  17758. esources between original/localized files
  17759. Issues: Apple internal tool.  Good example on what to look out for, though you may need to customize/rewrite for your own usage.
  17760. Verifier 1.0.imgK
  17761. Jun 92L
  17762. May 94M(MPW, any Mac w/13" minimum sized screen.O9Dev.CD Nov 00 TC Disk 1:Tool Chest:Localization:Verifier:PADev.CD Nov 00 TC Disk 1
  17763.  - Tool Chest
  17764.  - Localization
  17765.  - VerifierI
  17766. 7editO
  17767. Dev.CD Nov 00 TC Disk 1
  17768. All Packages
  17769. strlist
  17770. strlist.h and strlist.c contain routines for accessing the string list data type.  You can use these routines to access or modify information stored in any STR# resource.  As well, you can use these routines for creating and manipulating lists of strings in memory.
  17771. Copyright (C) 1995, 1996 by John Montbriand.  All Rights Reserved.
  17772. Distribute freely in areas where the laws of copyright apply.
  17773. 411 Files
  17774. strlist.c
  17775. strlist.hN"strlist, STR#, string, string listO8Dev.CD Nov 00 TC Disk 1:Sample Code:Contributed:strlist:P@Dev.CD Nov 00 TC Disk 1
  17776.  - Sample Code
  17777.  - Contributed
  17778.  - strlistV
  17779. 72626X
  17780. Nov 00^    TC Disk 1
  17781. e    No Change
  17782. helps
  17783. catch
  17784. reneg
  17785. summary
  17786. wanted
  17787. patch
  17788. high-level
  17789. langua
  17790. summary
  17791. finderheaps
  17792. debugging
  17793. allows
  17794. apple
  17795. grayscale
  17796. appearance
  17797. system
  17798. specif
  17799. summary
  17800. apple
  17801. international
  17802. glossaries
  17803. contains
  17804. translat
  17805. 72578X
  17806. Nov 99^
  17807. r--set theItem to choose file -- uncomment to test in an AS editor
  17808.     tell application "Finder"
  17809.         open item "Dev.CD Nov 99 TC:Sample Code:"
  17810.         activate
  17811.     end tell
  17812. on error errMsg number errNum
  17813.     --enter statements to perform when no records are found such as...
  17814.     display dialog "Sorry, the item you selected could not be found."
  17815.     return
  17816. end try
  17817. Deletedq
  17818. Dev.CD Nov 99 TC
  17819. D!All Packages
  17820. Tool Chest Edition
  17821. Snippets - Hardware
  17822. (** = new, * = revised)
  17823. TimerTst:  This hardware-dependent snippet shows how to use the VIA timers (for the few times when the Time Manager is not appropriate).
  17824. VBL Snippet:  A simple example of a persistent VBL written in C that works with 68K or PowerPC.
  17825. 72579X
  17826. Deleted
  17827. ercionc
  17828. coercionsf
  17829. otllctest
  17830. otllctest
  17831. readme
  17832. otlookupnametest
  17833. otlookupnametest
  17834. otlookupnametest
  17835. otlookupnametest
  17836. otpingsample
  17837. otpingsample
  17838. otpingsample
  17839. otpingsample
  17840. otsimpledownloadhttp
  17841. otsimpledownloadhttp
  17842. otsimpledownloadhttp
  17843. otsimpledownloadhttp
  17844. otsimpledownloadhttp
  17845. otsimpleserver
  17846. otsimpleserver
  17847. otsimpleserver
  17848. otsimpleserverhttp
  17849. otsimpleserverhttp
  17850. otsimpleserverhttp
  17851. otsimpleserverhttpte
  17852. otsimpleserverhttpte
  17853. otstreamlogviewer
  17854. otstreamlogviewer
  17855. otstreamlogviewer
  17856. otstreamlogviewer
  17857. otstreamlogviewer
  17858. ottcpwilldial
  17859. ottcpwilldial
  17860. ottcpwilldial
  17861. ottraceroutesample
  17862. ottraceroutesample
  17863. ottraceroutesample
  17864. otvirtual
  17865. otvirtualclient
  17866. otvirtualserver
  17867. outdata
  17868. output
  17869. output
  17870. files
  17871. otllctest
  17872. otlookup
  17873. otlookupnametest
  17874. otoptionmanagment
  17875. otpapsampleserver
  17876. otpingsample
  17877. otsimpledownloadhttp
  17878. otsimpleserverhttp
  17879. otstreamlogviewer
  17880. ottcpwilldial
  17881. ottraceroutesample
  17882. ottransferproviderow
  17883. ottransferproviderow
  17884. client
  17885. library
  17886. output
  17887. override
  17888. override
  17889. quickdraw
  17890. table
  17891. resource
  17892. overview
  17893. package
  17894. package
  17895. aware
  17896. packages
  17897. packetizer
  17898. packman
  17899. pages
  17900. palette
  17901. palette
  17902. animation
  17903. palette2ctab
  17904. pan/tilt
  17905. pan/tilt
  17906. movies
  17907. technotes
  17908. tecnique
  17909. tecsetbasicoptions
  17910. tedittext
  17911. teknosys
  17912. telephone
  17913. telephones
  17914. telephony
  17915. tells
  17916. telnet
  17917. template
  17918. usenet
  17919. userU
  17920. userstartup
  17921. scrolling
  17922. field
  17923. control
  17924. manager
  17925. scrolling
  17926. items
  17927. scrolling
  17928. progresswindoid
  17929. progresswindoid
  17930. progresswindoid
  17931. progresswindoid
  17932. worksheet
  17933. progstrucmacs
  17934. progstrucmacs
  17935. projN
  17936. project
  17937. project
  17938. large
  17939. project
  17940. large
  17941. project
  17942. quick
  17943. start
  17944. guide
  17945. projectdefines
  17946. projectdefines
  17947. projectdrag
  17948. projectdrag
  17949. applets
  17950. projectdrag
  17951. manual
  17952. projectfolders
  17953. projectincludes
  17954. projectmenu
  17955. projects
  17956. projectxplugin68k
  17957. projectxplugin68knfp
  17958. projectxpluginppc
  17959. projlistmenu
  17960. proto
  17961. proto
  17962. protocol
  17963. protos
  17964. prototypes
  17965. prototypes
  17966. prototyping
  17967. prototyping
  17968. toolkit
  17969. protoviews
  17970. protoviews
  17971. protoviews
  17972. protoviews
  17973. pshdldemo
  17974. graphy
  17975. linear
  17976. lines
  17977. linguistically
  17978. linkl
  17979. linked
  17980. linker
  17981. linkers
  17982. linkingA
  17983. links`
  17984. linton
  17985. lipton
  17986. lisez-moi
  17987. lisp{
  17988. listf
  17989. tcsample
  17990. tcsample
  17991. tctesample
  17992. tctesample
  17993. tctesampleglue
  17994. tctesampleglue
  17995. fragments
  17996. target
  17997. testbanks
  17998. testbanks
  17999. testfinderlaunch
  18000. testfinderlaunch
  18001. testfinderlaunch
  18002. x--set theItem to choose file -- uncomment to test in an AS editor
  18003.     tell application "Finder"
  18004.         open item "Dev.CD Aug 96 TC
  18005. Dev.CD Jan 96 SDK1"
  18006.         activate
  18007.     end tell
  18008. on error errMsg number errNum
  18009.     --enter statements to perform when no records are found such as...
  18010.     display dialog "Sorry, the item you selected could not be found."
  18011.     return
  18012. end try
  18013. appleevent
  18014. appleevent
  18015. managerf
  18016. appleevent
  18017. object
  18018. model
  18019. appleevents
  18020. appleglot
  18021. appleglot
  18022. localization
  18023. internationalization
  18024. translation
  18025. applescript
  18026. applescript
  18027. applescript
  18028. subroutines
  18029. applesearch
  18030. appleshare
  18031. appleshare
  18032. client
  18033. appleshare
  18034. appletalk
  18035. appletalk
  18036. application
  18037. automation
  18038. O9Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTLLCTest:PADev.CD Nov 00 TC Disk 1
  18039.  - Sample Code
  18040.  - Networking
  18041.  - OTLLCTestV
  18042. 72104X
  18043. Nov 00^    TC Disk 1
  18044. --set theItem to choose file -- uncomment to test in an AS editor
  18045.     tell application "Finder"
  18046.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTLLCTest:"
  18047.         activate
  18048.     end tell
  18049. on error errMsg number errNum
  18050.     --enter statements to perform when no records are found such as...
  18051.     display dialog "Sorry, the item you selected could not be found."
  18052.     return
  18053. end try
  18054. e    No ChangefEEthernet
  18055. raw mode
  18056. multicast
  18057. MDATA
  18058. 802.2
  18059. 802.3
  18060. OTLLCTestq
  18061. Dev.CD Nov 00 TC Disk 1
  18062. All Packages
  18063. OTLookupNameTestI
  18064. This sample demonstrates the use of an NBP mapper to look up NBP entities on an AppleTalk network using Open Transport.  The code from this sample is featured in the latest release (v1.2) of the book 
  18065. Inside Macintosh: Open Transport
  18066. Nov 97L
  18067. Jun 98V
  18068. 72105X
  18069. 1e    No Change
  18070. stack
  18071. stacks
  18072. stagger
  18073. staging
  18074. staking{
  18075. stalking
  18076. stande
  18077. stand-alone
  18078. standalone
  18079. standalone
  18080. version
  18081. standard
  18082. standardfile
  18083. standardfileicons
  18084. standardfilepreview
  18085. standardgetfile
  18086. standardgetfolder
  18087. tartupf
  18088. stateV
  18089. states
  18090. static
  18091. statistic
  18092. statistics
  18093. status
  18094. staying
  18095. stays
  18096. stdbits
  18097. stdout
  18098. stdpix
  18099. steal
  18100. NNEthernet, raw mode, DLPI, enet, multicast, MDATA, LLC, 802.2, 802.3, OTLLCTestave added this editor.
  18101. J-CODE editor for ResEdit 2.1
  18102. CODE editor NotesK
  18103. Nov 93NGResEdit 2.1 2.1.1 Code Disassembly Disassembler Viewer Editor RSSC HEXAOtDev.CD Nov 00 TC Disk 1:Tool Chest:Developer Utilities:ResEdit 2.1.3:ResEdit Extensions:CODE Editor for ResEdit 2.1:P
  18104. Dev.CD Nov 00 TC Disk 1
  18105.  - Tool Chest
  18106.  - Developer Utilities
  18107.  - ResEdit 2.1.3
  18108.  - ResEdit Extensions
  18109.  - CODE Editor for ResEdit 2.1
  18110. b--set theItem to choose file -- uncomment to test in an AS editor
  18111.     tell application "Finder"
  18112.         open item "Dev.CD Jul 95"
  18113.         activate
  18114.     end tell
  18115. on error errMsg number errNum
  18116.     --enter statements to perform when no records are found such as...
  18117.     display dialog "Sorry, the item you selected could not be found."
  18118.     return
  18119. end try
  18120. tored
  18121. restoresystemgamms
  18122. restoring
  18123. restricted
  18124. restricting
  18125. restriction
  18126. restrictions
  18127. restructured
  18128. resulti
  18129. resulting
  18130. resultsh
  18131. resume{
  18132. resumegl
  18133. resuming
  18134. retail{
  18135. retrain
  18136. retreat
  18137. retreived
  18138. retrieval
  18139. retrieve
  18140. retrieved
  18141. retrievepictinfo
  18142. retrieves
  18143. musicp
  18144. music
  18145. soundp
  18146. music
  18147. musicmixer
  18148. musicmixer
  18149. browsermaker
  18150. helper
  18151. moviebrowser
  18152. remote
  18153. control
  18154. server
  18155. controller
  18156. unmountit
  18157. mw68k
  18158. mw68k
  18159. browsermaker
  18160. mw68k
  18161. moviebrowser
  18162. mwindoid
  18163. mwindoid
  18164. mwprefix68k
  18165. mwprefix68k
  18166. mwprefixrez68k
  18167. mwprefixrez68k
  18168. mwprefixrezppc
  18169.    activate
  18170.     end tell
  18171. on error errMsg number errNum
  18172.     --enter statements to perform when no records are found such as...
  18173.     display dialog "Sorry, the item you selected could not be found."
  18174.     return
  18175. end try
  18176. e    No Changef!CollectColors
  18177. KnowsPICT
  18178. CLUTq
  18179. Dev.CD Nov 00 TC Disk 1
  18180. All Packages
  18181. Color Locator DA
  18182. 70001X
  18183. IMPORTANT INFORMATION ABOUT THIS SDK
  18184. This package has been removed from the Developer CD. For the latest information on QuickTime development and products, please see the QuickTime web site at
  18185. http://www.apple.com/quicktime/.
  18186. Summary:  QuickTime Conferencing is a system software extension. It comes with Apple Media Conference, an application program you use to set up video conferences, collaborate with others, exchange live video and sound, and share information over a network. Apple Med
  18187. ia Conference takes advantage of the networking capability already built into your computer so you can connect with other video conferencing systems over a local or wide area network, such as an AppleTalk local area network or the TCP/IP Internet.
  18188. The instructions in the "QuickTime Conf. - Read Me First" explain how to install and use QuickTime Conferencing and Apple Media Conference. To print out these instructions, open the File menu and choose Print; then click the Print button in the 
  18189. --set theItem to choose file -- uncomment to test in an AS editor
  18190.     tell application "Finder"
  18191.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:OtherResInfo-MungeDeamon:"
  18192.         activate
  18193.     end tell
  18194. on error errMsg number errNum
  18195.     --enter statements to perform when no records are found such as...
  18196.     display dialog "Sorry, the item you selected could not be found."
  18197.     return
  18198. end try
  18199. e    No Changeq
  18200. Dev.CD Nov 00 TC Disk 1
  18201. All Packages
  18202. Color MarqueeIFThis is a very basic snippet to illustrate how to implement a marquee.J?Color Marquee.mcp
  18203. ColorMarquee(PPC)
  18204. RedAnts.c
  18205. RedAnts.rsrc
  18206. testM
  18207. Color QuickDrawN%Marquee, Marching Ants, Color MarqueeO>Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Color Marquee:PFDev.CD Nov 00 TC Disk 1
  18208.  - Sample Code
  18209.  - Graphics 2D
  18210.  - Color MarqueeV
  18211. 70002X
  18212. Nov 00^    TC Disk 1
  18213. e    No Changeo&http://developer.apple.com/samplecode/
  18214. demonstrates
  18215. various
  18216. movie
  18217. export
  18218. compo
  18219.  desktop in fatbits mode, find its global, local, or relative coordinates, find the relative amounts of red, green, and blue, and the index into the color table as well as how many entries are in the color table. 
  18220. Color Locator DAK
  18221. Vol VL
  18222. Vol VIIO=Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickDraw:Color Locator DAPEDev.CD Nov 00 TC Disk 1
  18223.  - Tool Chest
  18224.  - QuickDraw
  18225.  - Color Locator D
  18226. packagetool
  18227. packman
  18228. palette
  18229. palette
  18230. gworld
  18231. palette&gworld
  18232. palette&gworld
  18233. paletteanimation
  18234. paletteanimation
  18235. paper
  18236. parserW
  18237. parsing
  18238. partmaker
  18239. partmaker
  18240. pascal
  18241. pascal
  18242. sample
  18243. 3.0b10
  18244. password
  18245. patch
  18246. r13u5
  18247. r15d1
  18248. reader_
  18249. receive
  18250. redistribution
  18251. registration
  18252. registry~
  18253. release
  18254. reporting
  18255. reports
  18256. requests
  18257. resedit
  18258. resources
  18259. e    No Changeq
  18260. Dev.CD Nov 00 TC Disk 1
  18261. All Packages
  18262. F    OTLLCTest
  18263. Sample program demonstrating how to read and write data packets directly to an ethernet driver using the Open Transport XTI API. 
  18264. The sample program implements both send and receive. Demonstrates the following.
  18265. 1. How to determine which port AppleTalk is currently using
  18266. 2. List available ethernet drivers
  18267. 3. Using Option Management to enable raw mode for both original and mentat template based drivers.
  18268. Development - Requires CodeWarrior IDE v2.1 or greater along with OT 1.1.2 or greater. B
  18269. For testing with ethernet hardware not using the mentat template, requires a minimum of SSW 7.5.3 and OT 1.1.1. If an ethernet driver that has a driver based on the mentat template, then SSW 8.0 with OT 1.2 is required.
  18270. JwNegotiateRawModeSample.c
  18271. NegotiateRawModeSample.h
  18272. OTLLCTest Readme
  18273. OTLLCTest(PPC)
  18274. OTLLCTest.c
  18275. OTLLCTest.h
  18276. OTLLCTest.mcpK
  18277. Nov 98M
  18278. See the readme file
  18279. quickdraw
  18280. quickdraw
  18281. windows
  18282. 1.5.2
  18283. quickdraw
  18284. quickdraw
  18285. quickdraw3d
  18286. quickdraw3d
  18287. quicktake
  18288. quicktake
  18289. digital
  18290. camera
  18291. quicktake
  18292. windows
  18293. quicktime
  18294.     e    No ChangefROpen Transport
  18295. serial port
  18296. registry
  18297. OTGetUserPortNameFromPortRef
  18298. OTFindSerialPortsq
  18299. Dev.CD Nov 00 TC Disk 1
  18300. All Packages
  18301. OtherResInfo-MungeDeamon
  18302. jMungeDeamon is a source code sample illustrating how to use Interapplication Communications for sending commands and receiving data from another application.  In this case, the server is a faceless background application that looks inside of other application's resource files.  The client application allows you to display information retrieved from the server.
  18303. Common.h
  18304. MungeDeamon(PPC)
  18305. MungeDeamon.h
  18306. MungeDeamon.mcp
  18307. MungeDeamon.rsrc
  18308. MungeDeamonAEvents.c
  18309. MungeDeamonMain.c
  18310. OtherResInfo(PPC)
  18311. OtherResInfo.c
  18312. OtherResInfo.h
  18313. OtherResInfo.mcp
  18314. OtherResInfo.rsrc
  18315. readme
  18316. OtherResInfo-MungeDeamonOUDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:OtherResInfo-MungeDeamon:P]Dev.CD Nov 00 TC Disk 1
  18317.  - Sample Code
  18318.  - Human Interface Toolbox
  18319.  - OtherResInfo-MungeDeamonV
  18320. 72103X
  18321. Nov 00^    TC Disk 1
  18322. e    No Change
  18323. --set theItem to choose file -- uncomment to test in an AS editor
  18324.     tell application "Finder"
  18325.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTFindSerialPorts:"
  18326.         activate
  18327.     end tell
  18328. on error errMsg number errNum
  18329.     --enter statements to perform when no records are found such as...
  18330.     display dialog "Sorry, the item you selected could not be found."
  18331.     return
  18332. end try
  18333. snippet
  18334. demonstrate
  18335. system
  18336. utilitie
  18337. snippet
  18338. demonstrate
  18339. system
  18340. popup
  18341. control
  18342. snippets
  18343. snively
  18344. snstartfileplay
  18345. --set theItem to choose file -- uncomment to test in an AS editor
  18346.     tell application "Finder"
  18347.         open item "Dev.CD Apr 94
  18348. Dev.CD Jan 94
  18349. Dev.CD Oct 93
  18350. Dev.CD Jul 93
  18351. Dev.CD Apr 93"
  18352.         activate
  18353.     end tell
  18354. on error errMsg number errNum
  18355.     --enter statements to perform when no records are found such as...
  18356.     display dialog "Sorry, the item you selected could not be found."
  18357.     return
  18358. end try
  18359. includingR
  18360. includs
  18361. inclusion
  18362. incoming
  18363. incompatability
  18364. front@
  18365. frontier@
  18366. full-features@
  18367. functional@
  18368. g3-class@
  18369. gelphman@
  18370. generally@
  18371. generically@
  18372. getinfo@
  18373. getting/setting@
  18374. glance@
  18375. gory@
  18376. graphic@
  18377. gridwindowgrow@
  18378. groups@
  18379. grown@
  18380. hand-coded@
  18381. hands@
  18382. hangul@
  18383. happen@
  18384. hash@
  18385. haven't@
  18386. having@
  18387. havoc@
  18388. helper@
  18389. here's@
  18390. high-visibility@
  18391. hints@
  18392. possible
  18393. across
  18394. several
  18395. screens
  18396. however@
  18397. html@
  18398. http@
  18399. ports
  18400. built-in
  18401. devices@
  18402. icondispatch@
  18403. ideal@
  18404. ignore@
  18405. illustrates@
  18406. illustrates
  18407. number
  18408. techniques
  18409. prov@
  18410. imageer@
  18411. implementation@
  18412. about
  18413. otendpointinfo
  18414. about
  18415. otfindserialports
  18416. about
  18417. otlookupnametest
  18418. about
  18419. ottcpwilldial
  18420. about
  18421. sample
  18422. about
  18423. procdoggie
  18424. about
  18425. simple
  18426. server
  18427. about
  18428. snapshot
  18429. sample
  18430. about
  18431. streamnop
  18432. about
  18433. switch
  18434. stack
  18435. about
  18436. tpifile
  18437. about
  18438. traceroute
  18439. sample
  18440. about
  18441. transferprovider
  18442. --set theItem to choose file -- uncomment to test in an AS editor
  18443.     tell application "Finder"
  18444.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTEndpointInfo:"
  18445.         activate
  18446.     end tell
  18447. on error errMsg number errNum
  18448.     --enter statements to perform when no records are found such as...
  18449.     display dialog "Sorry, the item you selected could not be found."
  18450.     return
  18451. end try
  18452. t.68K.
  18453. ColorizePict.PPC.
  18454. ColorizePict.SYM
  18455. hatter
  18456. Header
  18457. PictInfoTest.
  18458. Resource
  18459. SourceM
  18460. Color QuickDrawNDColor Picker, Colorize, CopyBits, foreground color, background colorO=Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:ColorizePict:PEDev.CD Nov 00 TC Disk 1
  18461.  - Sample Code
  18462.  - Graphics 2D
  18463.  - ColorizePictV
  18464. 70006X
  18465. Nov 00^    TC Disk 1
  18466. e    No Change
  18467. rhapsody
  18468. pages
  18469. rhapsody
  18470. release
  18471. notes
  18472. ringR
  18473. riser
  18474. robustness
  18475. rotate
  18476. rotatestring
  18477. rotation
  18478. router
  18479. routines
  18480. routing
  18481. rowbytes
  18482. IMPORTANT INFO ABOUT QUICKTIME VR
  18483. QuickTime 3 now incorporates both the QuickTime VR and QuickDraw 3D technologies into one convenient package.  In addition, the Sound Manager is also now part of the QuickTime 3 release.  All of these technologies and their respective SDK components are integrated into the QuickTime 3 SDK.
  18484. The QuickTime 3 SDK is now a retail product.  You can order the SDK through the Apple Store at:
  18485. http://www.apple.com/store
  18486. To get started,  you can go to the DevelopB
  18487. ers section of the QuickTime web-site where you will find many components of the SDK  on-line at:
  18488. http://www.apple.com/quicktime/developers
  18489. JmCheck the QuickTime 3 SDK
  18490. folder for more information
  18491. integrated with QuickTime.
  18492.  QuickTime VR is now fully K
  18493. Jul 97L
  18494. Oct 98O9Dev.CD Apr 00 SDK1:Development Kits:Mac OS:QuickTime
  18495.  VR:PADev.CD Apr 00 SDK1
  18496.  - Development Kits
  18497.  - Mac OS
  18498.  - QuickTime
  18499. registry
  18500. scanner
  18501. porting
  18502. ports
  18503. posers
  18504. positions
  18505. posix
  18506. postscript
  18507. postscripthandle
  18508. power
  18509. power
  18510. power
  18511. power
  18512. power
  18513. power
  18514. macintosh
  18515. power
  18516. macintosh
  18517. debugger
  18518. power
  18519. manager
  18520. powerbook
  18521. powerbook
  18522. powerbook
  18523. series
  18524. powerpcA
  18525. powerpc
  18526. bandwidthA
  18527. powerplant
  18528. toolboxe
  18529. ppcbrowser
  18530. pre-mixer
  18531. pre-mixer
  18532. component
  18533. precision
  18534. preemptive
  18535. preemptive
  18536. preference
  18537. preference
  18538. services
  18539. preferences
  18540. access
  18541. protocol
  18542. printer
  18543. driver
  18544. printers
  18545. printing
  18546. private
  18547. processN
  18548.  Oct 00 SDK1
  18549. e    No ChangefHOpen Transport
  18550. OTGetEndpointInfo
  18551. TEndpointInfo
  18552. ETSDA
  18553. OTEndpointInfoq
  18554. Dev.CD Nov 00 TC Disk 1
  18555. All Packages
  18556. OTFindSerialPortsI
  18557. This sample demonstrates how to use the Open Transport API to find all the serial ports available to Open Transport programs.  The code from this sample is featured in the latest release (v1.2) of the book 
  18558. Inside Macintosh: Open Transport
  18559. .J`OTFindSerialPorts(PPC)
  18560. OTFindSerialPorts.c
  18561. OTFindSerialPorts.mcp
  18562. Read Me About OTFindSerialPortsK
  18563. Jun 98M
  18564. Open Transport 1.1.1 or higherNVOpen Transport, serial port, registry, OTGetUserPortNameFromPortRef, OTFindSerialPortsOADev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTFindSerialPorts:PIDev.CD Nov 00 TC Disk 1
  18565.  - Sample Code
  18566.  - Networking
  18567.  - OTFindSerialPortsV
  18568. 72102X
  18569. Nov 00^    TC Disk 1
  18570. e    No Change
  18571. All Packages
  18572. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  18573. Dev.CD Jan 94
  18574. Dev.CD Oct 93
  18575. Dev.CD Jul 93
  18576. Dev.CD Apr 93PDDev.CD Apr 94
  18577. Dev.CD Jan 94
  18578. Dev.CD Oct 93
  18579. Dev.CD Jul 93
  18580. Dev.CD Apr 9V
  18581. 72723X
  18582. Apr 94
  18583. --set theItem to choose file -- uncomment to test in an AS editor
  18584.     tell application "Finder"
  18585.         open item "Dev.CD Apr 94
  18586. Dev.CD Jan 94
  18587. Dev.CD Oct 93
  18588. Dev.CD Jul 93
  18589. Dev.CD Apr 93"
  18590.         activate
  18591.     end tell
  18592. on error errMsg number errNum
  18593.     --enter statements to perform when no records are found such as...
  18594.     display dialog "Sorry, the item you selected could not be found."
  18595.     return
  18596. end try
  18597. All Packages
  18598. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  18599. Dev.CD Jan 94
  18600. Dev.CD Oct 93
  18601. Dev.CD Jul 93
  18602. Dev.CD Apr 93PDDev.CD Apr 94
  18603. Dev.CD Jan 94
  18604. Dev.CD Oct 93
  18605. Dev.CD Jul 93
  18606. Dev.CD Apr 9V
  18607. 72724X
  18608. Apr 94
  18609. ic-savvy
  18610. qtimagedrawer
  18611. qtjava
  18612. qtmissingcomp
  18613. qtmissingcomp
  18614. illustrates
  18615. preferred
  18616. method
  18617. quicktime
  18618. qtmovie
  18619. tracker
  18620. pascal
  18621. snippet
  18622. audio
  18623. tracks
  18624. cd-romw
  18625. cd-rom-basedw
  18626. cdent
  18627. cdeve
  18628. cdevse
  18629. cdk's
  18630. cdromdrivecheck
  18631. cdtool
  18632. celestial
  18633. celik
  18634. center
  18635. centered
  18636. central
  18637. centre
  18638. certain
  18639. certainly
  18640. certificate
  18641. certificates
  18642. certified
  18643. cfdata
  18644. common
  18645. common
  18646. files
  18647. QuickDraw
  18648.  3D enables your computer to display three-dimensional graphics using applications designed to take advantage of QuickDraw 3D. It also provides a common file format, called QuickDraw 3D Metafile (or 3DMF for short), for exchanging 3D documents.  QuickDraw 3D also provides acceleration services which support plug-and-play accelerator cards.   Enclosed, you will find the v.1.5.2 release of QuickDraw 3D for Windows.
  18649. QuickDraw 3D v1.5.2K
  18650. Sep 97N
  18651. QuickDraw 3D, Windows, MetafileOCDev.CD Apr 99 SDK1:Development Kits:QuickDraw 3D for Windows 1.5.2:PHDev.CD Apr 99 SDK1
  18652.  - Development Kits
  18653.  - QuickDraw 3D for Windows 1.5.2
  18654. generator
  18655. gestalt
  18656. gestalt
  18657. manager
  18658. gestalt
  18659. selector
  18660. codes
  18661. gestaltnativecputype
  18662. gestaltprocessortype
  18663. gestaltquickdrawfeat
  18664. gestaltquickdrawvers
  18665. gestaltvmattr
  18666. vrefnum
  18667. vtwin
  18668. script
  18669. vu-meter
  18670. vumeter
  18671. waitnextevent
  18672. wake100
  18673. waste
  18674. wavelet
  18675. browser
  18676. objects
  18677. setdeskcpatdemo
  18678. setindstring
  18679. setled
  18680. setpdimc
  18681. settingupstdfile
  18682. setup
  18683. setupgl
  18684. setwindbackcolor
  18685. sgcapture
  18686. sgcapture2disk
  18687. shadingwinds
  18688. shared
  18689. sharedmemory
  18690. sheets
  18691. shell
  18692. sherlock
  18693. sherlock
  18694. plug-ins
  18695. shimmermate
  18696. shimmermate
  18697. 2.0.1
  18698. globals
  18699. movie
  18700. showballoon
  18701. showballoon
  18702. showdialogboxes
  18703. showdialogboxes
  18704. showiniticon
  18705. signals
  18706. simpleplayer
  18707. simpletext
  18708. sound
  18709. source
  18710. sources
  18711. specific
  18712. spooler
  18713. sprocket
  18714. stack
  18715. outputs
  18716. overview
  18717. overview
  18718. appletalk
  18719. overview
  18720. appletalk
  18721. overview
  18722. development
  18723. overview
  18724. development
  18725. package
  18726. packageexample
  18727. packagetool
  18728. packagetool
  18729. packagetool
  18730. packagetool
  18731. packagetool
  18732. packagetool
  18733. packageutils
  18734. packageutils
  18735. packageutils
  18736. packagewindow
  18737. packagewindow
  18738. packagewindow
  18739. packman
  18740. packman
  18741. packman
  18742. pages
  18743. palette
  18744. papserverutilities
  18745. papserverutilities
  18746. papserverutilities
  18747. papworkstation
  18748. papworkstation
  18749. portable
  18750. ported
  18751. porting
  18752. porting
  18753. objective-c
  18754. theresa
  18755. tensor
  18756. informa
  18757. portion
  18758. portions
  18759. portlist
  18760. portrait{
  18761. portrect
  18762. ports
  18763. portuguese
  18764. posers
  18765. position
  18766. positioning
  18767. positions
  18768. posix
  18769. possibilities
  18770. possibility
  18771. possiblee
  18772. possibly
  18773. osting
  18774. posts
  18775. postscript
  18776. postscripthandle
  18777. postscripthandledemo
  18778. potential
  18779. potentially
  18780. pottier
  18781. powemac{
  18782. mcplaymovie
  18783. mcplaymovie
  18784. e    No ChangefNopen transport
  18785. port registry
  18786. OTGetIndexedPort
  18787. OTDumpPortRegistryq
  18788. Dev.CD Nov 00 TC Disk 1
  18789. All Packages
  18790. OTEndpointInfo
  18791. KThis sample demonstrates how to query an endpoint for its 
  18792. vital statistic
  18793.  using OTGetEndpointInfo.  It also prints a list of that information for the commonly used Open Transport endpoint types for your reference.  The code from this sample is featured in the latest release (v1.2) of the book 
  18794. Inside Macintosh: Open Transport
  18795. JTOTEndpointInfo(PPC)
  18796. OTEndpointInfo.c
  18797. OTEndpointInfo.mcp
  18798. Read Me About OTEndpointInfoK
  18799. Nov 97L
  18800. Jun 98M
  18801. Open Transport 1.1.1 or higherNMOpen Transport, OTGetEndpointInfo, TEndpointInfo, TSDU, ETSDA, OTEndpointInfoO>Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTEndpointInfo:PFDev.CD Nov 00 TC Disk 1
  18802.  - Sample Code
  18803.  - Networking
  18804.  - OTEndpointInfoV
  18805. 72101X
  18806. Nov 00^    TC Disk 1
  18807. e    No Change
  18808. --set theItem to choose file -- uncomment to test in an AS editor
  18809.     tell application "Finder"
  18810.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTDumpPortRegistry:"
  18811.         activate
  18812.     end tell
  18813. on error errMsg number errNum
  18814.     --enter statements to perform when no records are found such as...
  18815.     display dialog "Sorry, the item you selected could not be found."
  18816.     return
  18817. end try
  18818. JNColorSync 3.0 Installer
  18819. Documentation
  18820. Goodies
  18821. Interfaces
  18822. Libraries
  18823. Sample CodeK
  18824. Mar 93L
  18825. Dec 99M]ColorSync 3.0 is designed to work on PowerPC (or newer) machines running System 8.5 or later.N@ColorSync, calibrator, scripting, 3.0, profile, gamma, tag colorOADev.CD Oct 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:PIDev.CD Oct 00 SDK1
  18826.  - Development Kits
  18827.  - Mac OS
  18828.  - ColorSync 3.0 Mac SDK
  18829. ge in the future.
  18830. GridWindowGrow:  This snippet shows how to grow a window constrained to a grid (i.e. only allow a window to grow or shrink by 30 pixels, or whatever).
  18831. HideMenuBar:  This snippet shows how to hide the menu bar by simply creating a window with a visRgn that includes the entire main screen's gray region and its menu bar.
  18832. icon cache demo:  This sample demonstrates the use of an icon cache to limit the search for icon resource to one resource file. It does this by installin
  18833. g an icon getter function into the cache which calls Get1(Ind)Resource instead of the usual GetResource.
  18834. Icon play:  snippet to demonstrate the use of the system 7 icon utilities and the system 7 popup control cdef in a program using modal dialogs
  18835. IconUtilCheck:  This snippet shows how to determine whether the Icon Utilities are available.
  18836. ictbSample:  This snippet shows the an example of  Item Color Table Resource (ictb)resource this is discussed in Inside Macintosh:Macintosh Toolbox E
  18837. JvOTDumpInternetStatus(PPC)
  18838. OTDumpInternetStatus.c
  18839. OTDumpInternetStatus.mcp
  18840. Read Me 
  18841.  OTDumpInternetStatus
  18842. Sample OutputK
  18843. May 98L
  18844. Jun 98M
  18845. Open TransportN
  18846. open transport, netstat, display, dump, arp, cache logical physical interfaces routing table tcp udp status, OTDumpInternetStatusODDev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTDumpInternetStatus:PLDev.CD Nov 00 TC Disk 1
  18847.  - Sample Code
  18848.  - Networking
  18849.  - OTDumpInternetStatusV
  18850. 72099X
  18851. Nov 00^    TC Disk 1
  18852. --set theItem to choose file -- uncomment to test in an AS editor
  18853.     tell application "Finder"
  18854.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTDumpInternetStatus:"
  18855.         activate
  18856.     end tell
  18857. on error errMsg number errNum
  18858.     --enter statements to perform when no records are found such as...
  18859.     display dialog "Sorry, the item you selected could not be found."
  18860.     return
  18861. end try
  18862. e    No Change
  18863. otdumpinternetstatus
  18864. otdumpportregistry
  18865. other
  18866. otsimpledownloadhttp
  18867. otstreamlogviewer
  18868. please
  18869. developer
  18870. sample
  18871. rotate
  18872. movie
  18873. sample
  18874. folder
  18875. windows
  18876. sndplaydblbuffer
  18877. 2.0b6
  18878. 2.0b6
  18879. traddriverloaderlib
  18880. me-formatasdosdisk
  18881. reader_
  18882. reader
  18883. installer_
  18884. readlocation
  18885. readlocation
  18886. readlocation
  18887. readlocation
  18888. readmeP
  18889. Weview what your image will look like on the printing press. 
  18890.  Execute any custom color matching needed.
  18891. New ColorSync Photoshop Plug-ins (Impo
  18892. f{open transport
  18893. netstat
  18894. display
  18895. cache logical physical interfaces routing table tcp udp status
  18896. OTDumpInternetStatusq
  18897. Dev.CD Nov 00 TC Disk 1
  18898. All Packages
  18899. OTDumpPortRegistryI
  18900. This very simple sample dumps a text version of the OT port registry to stdout.  The compiled executable also makes a handy debugging tool.
  18901. JoOTDumpPortRegistry(PPC)
  18902. OTDumpPortRegistry.c
  18903. OTDumpPortRegistry.mcp
  18904. Read Me 
  18905.  OTDumpPortRegistry
  18906. Sample OutputsK
  18907. Apr 97L
  18908. Jun 98M
  18909. Open Transport 1.1.1 or greaterNTopen transport, port registry, OTGetIndexedPort, dump, list, see, OTDumpPortRegistryOBDev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTDumpPortRegistry:PJDev.CD Nov 00 TC Disk 1
  18910.  - Sample Code
  18911.  - Networking
  18912.  - OTDumpPortRegistryV
  18913. 72100X
  18914. Nov 00^    TC Disk 1
  18915. e    No Change
  18916. Apr 94
  18917. p--set theItem to choose file -- uncomment to test in an AS editor
  18918.     tell application "Finder"
  18919.         open item "Dev.CD Apr 94
  18920. Dev.CD Jan 94"
  18921.         activate
  18922.     end tell
  18923. on error errMsg number errNum
  18924.     --enter statements to perform when no records are found such as...
  18925.     display dialog "Sorry, the item you selected could not be found."
  18926.     return
  18927. end try
  18928. All Packages
  18929. System Enabler 065 (LC 575)O
  18930. Dev.CD Apr 94P
  18931. Dev.CD Apr 9V
  18932. 72784X
  18933. Apr 94
  18934. b--set theItem to choose file -- uncomment to test in an AS editor
  18935.     tell application "Finder"
  18936.         open item "Dev.CD Apr 94"
  18937.         activate
  18938.     end tell
  18939. on error errMsg number errNum
  18940.     --enter statements to perform when no records are found such as...
  18941.     display dialog "Sorry, the item you selected could not be found."
  18942.     return
  18943. end try
  18944. All Packages
  18945. System Enabler 065 (LC 575)O
  18946. Dev.CD Apr 94P
  18947. Dev.CD Apr 9V
  18948. 72785X
  18949. Apr 94
  18950. tesampleglue
  18951. tesampleglue
  18952. tesampleglue
  18953. tesampleinit
  18954. tesampleinit
  18955. tesampleinit
  18956. tesampleppc
  18957. tesampleppc
  18958. tesampleppc
  18959. testc
  18960. fragments
  18961. script
  18962. target
  18963. vbigdsp
  18964. vbigdsp
  18965. vbigdsp
  18966. test3dsound
  18967. testbanks
  18968. testbanks
  18969. testbed
  18970. finderopenselection
  18971. finders
  18972. findfamilies
  18973. finding
  18974. finding
  18975. serial
  18976. findlurkers
  18977. eP8Dev.CD Dec 99 RL
  18978.  - Technical Publications
  18979.  - enterpriseV
  18980. 72962X
  18981. Dec 99^
  18982. --set theItem to choose file -- uncomment to test in an AS editor
  18983.     tell application "Finder"
  18984.         open item "Dev.CD Dec 99 RL:Technical Publications:enterprise:"
  18985.         activate
  18986.     end tell
  18987. on error errMsg number errNum
  18988.     --enter statements to perform when no records are found such as...
  18989.     display dialog "Sorry, the item you selected could not be found."
  18990.     return
  18991. end try
  18992. Deleted
  18993. /A.http://developer.apple.com/techpubs/index.html
  18994. Dev.CD Dec 99 RL
  18995. All Packages
  18996. F&Technical Publications: Function Index
  18997. 7Summary:
  18998. The Function index provides links to function descriptions from Inside Macintosh and from new and revised Mac OS 8 documents. Note that QuickTime and Sound Manager functions are described in a separate Function Index.
  18999. The Function Index can be accessed through the Mac OS 8 Documentation product page.
  19000. O>Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTCodeResource:PFDev.CD Nov 00 TC Disk 1
  19001.  - Sample Code
  19002.  - Networking
  19003.  - OTCodeResourceV
  19004. 72098X
  19005. Nov 00^    TC Disk 1
  19006. --set theItem to choose file -- uncomment to test in an AS editor
  19007.     tell application "Finder"
  19008.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTCodeResource:"
  19009.         activate
  19010.     end tell
  19011. on error errMsg number errNum
  19012.     --enter statements to perform when no records are found such as...
  19013.     display dialog "Sorry, the item you selected could not be found."
  19014.     return
  19015. end try
  19016. e    No ChangefWOpen Transport
  19017. code resource
  19018. CodeWarrior
  19019. ethernet address
  19020. hardware addressq
  19021. Dev.CD Nov 00 TC Disk 1
  19022. All Packages
  19023. OTDumpInternetStatusI
  19024. This sample demonstrates how to write an application that dumps out various information on the Open Transport TCP/IP protocol stack, much like the netstat program on UNIX.K
  19025. May 98L
  19026. Jun 98V
  19027. 72099X
  19028. 1e    No Change
  19029. support
  19030. sales
  19031. products
  19032. apple
  19033. conjunction
  19034. c Connectivity Set 1.1.1 folder contains  CTB tools, including
  19035.         
  19036. XMODEM 1.1 Tool
  19037.         
  19038. Serial 1.0.2 Tool
  19039. The AppleModemTool v1.5.1 folder contains the latest version of the Apple Modem Tool, including developer documentation.
  19040. The CommToolbox 1.1 folder contains the latest interface and library files needed for building CTB 1.1 savvy tools and applications.
  19041. The Communications 1 folder contains the 1.0.2 installer scr
  19042. ipt for installing the CTB 1.0 resources on system 6.0.x machines. 
  19043. The 1.1 script does a live install, and does better error checking on the system software. There are no differences between the CTB 1.0 resources which the Communications 1 v1.0 and v1.1 disks install. The CTB team recommends, however, that developers update their products to include the Communications 1 version 1.1 software.
  19044. NOTE:  Developers should do all new development with Open Transport where possible.
  19045. Aug 93L
  19046. Macintosh with 68030 processor or later, Open Transport 1.1 or greater installed. The sample can be compiled using the Open Transport 1.3 SDK and Metrowerks CodeWarrior Pro 1 or 2 or ETO 23N^Open Transport, code resource, XCMD, CodeWarrior, MPW, 68K, ethernet address, hardware addressac OS
  19047.  - Communications Toolbox
  19048. otchecknetforname
  19049. readme
  19050. otchecknetfornbpname
  19051. otchecknetfornbpname
  19052. otchecknetfornbpname
  19053. otchecknetfornbpname
  19054. otdumpinternetstatus
  19055. otdumpinternetstatus
  19056. otdumpinternetstatus
  19057. otdumpinternetstatus
  19058. otdumpportregistry
  19059. otdumpportregistry
  19060. otdumpportregistry
  19061. otdumpportregistry
  19062. otendpointinfo
  19063. otendpointinfo
  19064. otendpointinfo
  19065. otendpointinfo
  19066. otfindserialports
  19067. otfindserialports
  19068. otfindserialports
  19069. otfindserialports
  19070. otgetdefaultetheradd
  19071. otgetdefaultethernet
  19072. otgetdefaultethernet
  19073. other
  19074. otherresinfo
  19075. otherresinfo
  19076. otherresinfo
  19077. otherresinfo
  19078. otherresinfo
  19079. otherresinfo
  19080. otherresinfo-mungede
  19081. otllctest
  19082. otllctest
  19083. otllctest
  19084. otllctest
  19085. otvirtualserver
  19086. outdata
  19087. output
  19088. output
  19089. files
  19090. parser@
  19091. pascalinterfaces@
  19092. pccardnetworksample
  19093. picker@
  19094. place
  19095. system
  19096. folder@
  19097. platforms
  19098. tools@
  19099. play1
  19100. polish@
  19101. popuptkl
  19102. powerbookg3series@
  19103. powerpc@
  19104. toolbox
  19105. keychain@
  19106. ppcbrowseroverride@
  19107. print@
  19108. printcomments
  19109. printdialogmagic
  19110. privateconditionals@
  19111. programming
  19112. information
  19113. progressbars@
  19114. prototypes
  19115. pshdldemo
  19116. survival
  19117. qd3d@
  19118. qdrawhandler@
  19119. qt3dtween
  19120. qtfullscreen@
  19121. qtmusic
  19122. qtshoweffect
  19123. qttext
  19124. qtwiredsprites
  19125. quickstart@
  19126. quit@
  19127. html@
  19128. ramdiskinit@
  19129. rdocproc@
  19130. topseeturvee@
  19131. transitions
  19132. themes@
  19133. ueenie@
  19134. umousetrackbehavior
  19135. updates@
  19136. userstartup
  19137. goodies@
  19138. validator
  19139. 1.11@
  19140. webobjects
  19141. database
  19142. manageru
  19143. manalyzer
  19144. manalyzer
  19145. manalyzer
  19146. manalyzer
  19147. relase
  19148. notes
  19149. manalyzer
  19150. relase
  19151. notes
  19152. manualj
  19153. mappings
  19154. edition`
  19155. revised
  19156. WatchMe is a custom application intended to support the WatchMe.mov movie on the QuickTime SDK (Software Development Kit).
  19157. Its sole reason for existing is to convert relative URLs (contained in wired sprite actions) to absolute URLs (for consumption by the movie controller).  Currently the movie controller cannot handle relative URLs. WatchMe is just like most other QuickTime movie players, except that it intercepts movie controller actions of type mcActionLinkToURL. (In the WatchMe.mov mB
  19158. ovie, these actions are generated by wired sprite actions). It inspects the URL passed with the action and, if it's a relative URL, converts it into an absolute URL before passing it on to the movie controller.
  19159. Application Files
  19160. Building QT Samples
  19161. Common Files
  19162. README
  19163. WatchMe
  19164. WatchMe 68k
  19165. WatchMe 68k.mcp
  19166. WatchMe FAT.mcp
  19167. WatchMe PPC
  19168. WatchMe PPC.mcp
  19169. WatchMe Win.mcp
  19170. WatchMe.c
  19171. WatchMe.exe
  19172. WatchMe.h
  19173. WatchMe.makOODev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Wired Movies and Sprites:WatchMe:
  19174. redbook
  19175. redistribution
  19176. reference
  19177. referential
  19178. reformatting
  19179. region
  19180. registration
  19181. registry
  19182. related
  19183. relative
  19184. release
  19185. remove
  19186. rename
  19187. renderer
  19188. rendering
  19189. replace
  19190. replacement
  19191. reports
  19192. resedit
  19193. resedit
  19194. 2.1.1
  19195. disassembly
  19196. disassembler
  19197. viewer
  19198. edito
  19199. resolution
  19200. resource[
  19201. resource
  19202. addresmenu[
  19203. resources^
  19204. performa
  19205. 7.1p2@
  19206. popups@
  19207. project@
  19208. qtshoweffect@
  19209. quickdraw
  19210. quicktime
  19211. quicktime
  19212. r13u5@
  19213. better
  19214. version
  19215. launchwithdoc@
  19216. collection
  19217. macintosh
  19218. quicktime
  19219. samples@
  19220. collection
  19221. quicktime
  19222. samples@
  19223. sample
  19224. showing
  19225. receive
  19226. appleevents
  19227. a-trap@
  19228. above@
  19229. account/password@
  19230. The OTCheckNetForNBPName sample demonstrates the use of the Open Transport to search an AppleTalk network for an NBP entity using multiple simultaneous searches to reduce the lookup time.
  19231. This sample demonstrates how to
  19232. 1. find the number of AppleTalk zones present by dynamically increasing the buffer size until a kOTBufferOverflowErr is no longer returned.
  19233. 2. Use multiple lookup request and reply structures in order to reduce the amount of time required to search the network.
  19234. 3. Use asynB
  19235. chronous lookup requests so that other actions can be taken while performing the lookup.
  19236. 4. Turn on self send globally
  19237. 5. Register/deregister an entity with OT.
  19238. EnableSelfSendSample.c
  19239. OTCheckNetForName Readme
  19240. OTCheckNetForName.ppc
  19241. OTCheckNetForNBPName.c
  19242. OTCheckNetForNBPName.h
  19243. OTCheckNetForNBPName.projODDev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTCheckNetForNBPName:PLDev.CD Nov 00 TC Disk 1
  19244.  - Sample Code
  19245.  - Networking
  19246.  - OTCheckNetForNBPName
  19247. purpose
  19248. menuscripter
  19249. sample
  19250. demonstrat
  19251. release
  19252. apple's
  19253. brings
  19254. increased
  19255. functionali
  19256. samplefilter
  19257. postscript
  19258. output
  19259. filter
  19260. laserwriter
  19261. search
  19262. internet
  19263. feature
  19264. sherlock
  19265. application
  19266. signaturetoapp
  19267. function
  19268. takes
  19269. application's
  19270. signature
  19271. small
  19272. stored
  19273. first
  19274. bytes
  19275. smallest
  19276. launchaplication
  19277. example
  19278. could
  19279. designed
  19280. learning/testing
  19281. virtual
  19282. server
  19283. attempt
  19284. provide
  19285. piece
  19286. sampl
  19287. thee{
  19288. their
  19289. csoundboardapp
  19290. csoundboardapp
  19291. csoundboardapp
  19292. csoundboardwindow
  19293. csoundboardwindow
  19294. csoundboardwindow
  19295. ct-009-4433
  19296. ct-009-4433
  19297. install
  19298. ct-009-4434
  19299. ct-009-4434
  19300. install
  19301. ct-009-4435
  19302. ct-009-4435
  19303. install
  19304. ct-009-4436
  19305. ct-009-4436
  19306. ct-009-4437
  19307. ct-009-4437
  19308. working
  19309. sample
  19310. defproc
  19311. emulates
  19312. features
  19313. thomas
  19314. thompson
  19315. thooks
  19316. thoroughly
  19317. those`
  19318. though
  19319. thought
  19320. time-based
  19321. that the new acceleration curve is in effect, press the mouse button to have the program restore the original acceleration settings, and to quit the program.
  19322. Note that there is the included glue file CursorDevices.Glue.c.  This glue file is used in conjunction with the CursorDevices.h header file which became available since ETO 18.  Use this glue file to link a native PPC program with the CursorDevice Manager routines.  
  19323. NoPowerOffKey 1.2:  This extension disables the keyboard power key
  19324.  from being used to turn off a Macintosh. Starting with System 7.5, you can turn off power by pressing the power key, just as you turn on the Macintosh by pressing the power key.  This behavior isn't appropriate for some classroom or kiosk settings.  Therefore, this extension exists.  Drop it into your system folder and restart.
  19325. Version 1.2 fixes a minor concern, removes one line of assembly, and adds a Finder help string, so that turning on balloon help and pointing at this extension exp
  19326. PSDev.CD Nov 00 TC Disk 1
  19327.  - Sample Code
  19328.  - Networking
  19329.  - OT/PPP Control Strip SampleV
  19330. 72096X
  19331. Nov 00^    TC Disk 1
  19332. --set theItem to choose file -- uncomment to test in an AS editor
  19333.     tell application "Finder"
  19334.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OT/PPP Control Strip Sample:"
  19335.         activate
  19336.     end tell
  19337. on error errMsg number errNum
  19338.     --enter statements to perform when no records are found such as...
  19339.     display dialog "Sorry, the item you selected could not be found."
  19340.     return
  19341. end try
  19342. e    No Changef8OT/PPP API
  19343. Control Strip
  19344. OT/PPP Control Strip Sampleq
  19345. Dev.CD Nov 00 TC Disk 1
  19346. All Packages
  19347. OTCheckNetForNBPName
  19348. 72097X
  19349. 72097X
  19350. Nov 00^    TC Disk 1
  19351. --set theItem to choose file -- uncomment to test in an AS editor
  19352.     tell application "Finder"
  19353.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OTCheckNetForNBPName:"
  19354.         activate
  19355.     end tell
  19356. on error errMsg number errNum
  19357.     --enter statements to perform when no records are found such as...
  19358.     display dialog "Sorry, the item you selected could not be found."
  19359.     return
  19360. end try
  19361. e    No Changeq
  19362. Dev.CD Nov 00 TC Disk 1
  19363. All Packages
  19364. OTCodeResource
  19365. This sample shows how to call Open Transport from a 68K code resource written in either Metrowerks CodeWarrior C or Symantec C for MPW. The sample creates a HyperCard XCMD which returns the default Ethernet address for the machine using Open Transport calls.
  19366. ApplParamsHack.c
  19367. ApplParamsHack.c.o
  19368. OTGetDefaultEtherAddr.
  19369. OTGetDefaultEthernetAddr
  19370. OTGetDefaultEthernetAddress.c
  19371. Read Me 
  19372.  OT Code Resource
  19373. WorksheetK
  19374. Apr 96L
  19375. Jun 98V
  19376. 72098X
  19377. 1e    No Change
  19378. Movies
  19379. Summary: OT PPP Control Strip Sample is a CW 10 project that  demonstrates how to interact with the OpenTransport PPP control point. The control strip sample will demonstrate how to check  for OT/PPP's existence and whether or not it has loaded. This example will  setup a PPP control point notifier.  
  19380. Note that this sample is not complete, it will not issue a connect or disconnect; this is planned for the next version.
  19381. JaOpenTptPPP.h
  19382. OT/PPP Client Dev Note 1.0.pdf
  19383. PPP Control.cp
  19384. PPP Control.rsrc
  19385. PPP Control.
  19386. PPP CSMK
  19387. Mar 97MTOpenTransport 1.1.2 and OpenTransport PPP build with OT 1.1.2 includes and librariesN(OpenTransport, PPP, Control Strip ModuleOKDev.CD Nov 00 TC Disk 1:Sample Code:Networking:OT/PPP Control Strip Sample:PSDev.CD Nov 00 TC Disk 1
  19388.  - Sample Code
  19389.  - Networking
  19390.  - OT/PPP Control Strip Sample
  19391. CompbasedMediaBroadcastEnv.pdfK
  19392. May 99L
  19393. Jul 99M
  19394. Acrobat Reader 3.0N5Computer Based Media, Television, Broadcast, GraphicsONDev.CD Mar OO RLDisk 1:Interactive Media Resources:CompbasedMediaBroadcastEnv:PSDev.CD Mar OO RLDisk 1
  19395.  - Interactive Media Resources
  19396.  - CompbasedMediaBroadcastEnv
  19397. system
  19398. enabler
  19399. system
  19400. enabler
  19401. mactv
  19402. system
  19403. picker
  19404. system
  19405. update
  19406. taiwan
  19407. taiwan
  19408. chinese
  19409. option
  19410. 6.0.3
  19411. graphicsimporter
  19412. graphicsimporterdraw
  19413. graphicsimportgetima
  19414. graphicsimportsetima
  19415. gratitude
  19416. grayed
  19417. grayishoutline
  19418. grayscale
  19419. graytext
  19420. greatx
  19421. greater
  19422. greatly
  19423. green
  19424. greenspon
  19425. greeting
  19426. lains what the extension does.  (Technogeek for "minor concern"; my definition of the UniversalProcPtr for the PowerOff gestalt function didn't include space for a return code.  I was using a prerelease of the System 7.5.3 tech note.  It shouldn't have caused any problems, but I'm being anal.)
  19427. PackMan C:  This snippet shows how to implement a simpleChooser Package in C, based on Scott 
  19428.  Zimmerman's PACKman pascal sample
  19429. PBxxx Serial Demo:  Shows how to use the serial ports correctly. 
  19430.  Connect your macs up with a serial cable if you want to see it in action.  Or just look at the code to see how things ought to be done.
  19431. Play:  With this program on your hard disk; you can double click on a track on an Audio CD and the CD SC drive will start playing the audio track and will continue until the end of the disk
  19432. ReadSector MSDOS:  This snippet shows how to read and write physical sectors on MS-DOS floppies within your application (as Apple File Exchange does), rather than wr
  19433. wN[QTVR, QuickTime VR, Make QTVR Object, Make QTVR Panorama, QuickTime, virtual reality, toolsO#Dev.CD Oct 98 SDK:Development Kits:P%Dev.CD Oct 98 SDK
  19434.  - Development Kits
  19435. reports
  19436. apple
  19437. builder
  19438. built-in
  19439. tscpluslibrar
  19440. cacheA
  19441. calccmask
  19442. calcmask
  19443. calcmask
  19444. calccmask
  19445. bitmap
  19446. copybits
  19447. newgworld
  19448. gworld
  19449. copymask
  19450. calculator
  19451. calculator
  19452. cocoa
  19453. calibrator
  19454. capabilities
  19455. capped
  19456. carbonr
  19457. carbon
  19458. carbonlib
  19459. carbon
  19460. manager
  19461. carbon
  19462. quicktime
  19463. graphicimporter
  19464. print
  19465. carbonlib
  19466. cardbus
  19467. cardbus
  19468. pcmcia
  19469. cd-rom
  19470. cd-rom
  19471. audio
  19472. tracker
  19473. control
  19474. cdrom
  19475. cdrom
  19476. drivers
  19477. center
  19478. centerrectinrect
  19479. figuration
  19480. configuration
  19481. connection
  19482. connection
  19483. tools
  19484. connectivity
  19485. consumer
  19486. consumer
  19487. electronics
  19488. container
  19489. content
  19490. content
  19491. region
  19492. context
  19493. context
  19494. switch
  19495. contextualy
  19496. contextual
  19497. menuy
  19498. continual
  19499. control
  19500. control
  19501. control
  19502. manager
  19503. delete
  19504. detector
  19505. detectorsy
  19506. developerz
  19507. development
  19508. device
  19509. dialog
  19510. dictation
  19511. disassembler
  19512. disassembly
  19513. image
  19514. dynamic
  19515. library
  19516. documentation
  19517. drawing
  19518. driver
  19519. driver
  19520. table
  19521. drivers
  19522. dynamic
  19523. editorO
  19524. emulator
  19525. environment
  19526. error
  19527. error
  19528. reports
  19529. apple
  19530. ethernetR
  19531. ethernet
  19532. eventi
  19533. eventsb
  19534. filetool
  19535. folder
  19536. foreground
  19537. NUOpen Transport, server, tilisten, notifiers, listen/accept handoff, OT Virtual ServerOADev.CD Nov 00 TC Disk 1:Sample Code:Networking:OT Virtual Server:PIDev.CD Nov 00 TC Disk 1
  19538.  - Sample Code
  19539.  - Networking
  19540.  - OT Virtual ServerV
  19541. 72094X
  19542. Nov 00^    TC Disk 1
  19543. --set theItem to choose file -- uncomment to test in an AS editor
  19544.     tell application "Finder"
  19545.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OT Virtual Server:"
  19546.         activate
  19547.     end tell
  19548. on error errMsg number errNum
  19549.     --enter statements to perform when no records are found such as...
  19550.     display dialog "Sorry, the item you selected could not be found."
  19551.     return
  19552. end try
  19553. e    No ChangefPOpen Transport
  19554. server
  19555. tilisten
  19556. notifiers
  19557. listen/accept handoff
  19558. OT Virtual Servero&http://developer.apple.com/samplecode/q
  19559. Dev.CD Nov 00 TC Disk 1
  19560. All Packages
  19561. OT/PPP Control Strip Sample
  19562. 72095X
  19563. ers and stub libraries, some of which are not present in Universal Headers.
  19564. Headers.
  19565. 72095X
  19566. Nov 00^    TC Disk 1
  19567. --set theItem to choose file -- uncomment to test in an AS editor
  19568.     tell application "Finder"
  19569.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:OT/PPP Control Strip Sample:"
  19570.         activate
  19571.     end tell
  19572. on error errMsg number errNum
  19573.     --enter statements to perform when no records are found such as...
  19574.     display dialog "Sorry, the item you selected could not be found."
  19575.     return
  19576. end try
  19577. Movedf&OpenTransport
  19578. Control Strip Moduleq
  19579. Dev.CD Nov 00 TC Disk 1
  19580. All Packages
  19581. OT/PPP Control Strip SampleIPThis sample demonstrates how to call the OT/PPP API from a Control Strip module.JaOpenTptPPP.h
  19582. OT/PPP Client Dev Note 1.0.pdf
  19583. PPP Control.cp
  19584. PPP Control.rsrc
  19585. PPP Control.
  19586. PPP CSMM#OT/PPP 1.0 or higher, Control StripN;OT/PPP API, Control Strip, CSM, OT/PPP Control Strip SampleOKDev.CD Nov 00 TC Disk 1:Sample Code:Networking:OT/PPP Control Strip Sample:V
  19587. 72096X
  19588. 1e    No Change
  19589. ou can use this as a basis for your o
  19590. scrolling
  19591. driver
  19592. loadable
  19593. loadable
  19594. bundle
  19595. loader
  19596. loading
  19597. loadscrap
  19598. locales
  19599. localization
  19600. localized
  19601. localized
  19602. strings
  19603. location
  19604. location
  19605. manager
  19606. lockfile
  19607. logical
  19608. double
  19609. doubles
  19610. space
  19611. lproj
  19612. lurkers
  19613. runtime
  19614. architecture
  19615. runtime
  19616. server
  19617. macapp
  19618. maccheck
  19619. machine
  19620. machine
  19621. identification
  19622. machinelocation
  19623. macintalk
  19624. macintoshR
  19625. All Packages
  19626. System Enabler 065 (LC 575)O
  19627. Dev.CD Apr 94
  19628. Dev.CD Jan 94P
  19629. Dev.CD Apr 94
  19630. Dev.CD Jan 9V
  19631. 72801X
  19632. Apr 94
  19633. p--set theItem to choose file -- uncomment to test in an AS editor
  19634.     tell application "Finder"
  19635.         open item "Dev.CD Apr 94
  19636. Dev.CD Jan 94"
  19637.         activate
  19638.     end tell
  19639. on error errMsg number errNum
  19640.     --enter statements to perform when no records are found such as...
  19641.     display dialog "Sorry, the item you selected could not be found."
  19642.     return
  19643. end try
  19644. All Packages
  19645. System Enabler 065 (LC 575)O
  19646. Dev.CD Apr 94
  19647. Dev.CD Jan 94P
  19648. Dev.CD Apr 94
  19649. Dev.CD Jan 9V
  19650. 72802X
  19651. Apr 94
  19652. eading
  19653. munge
  19654. mungedeamon
  19655. mungedeamon
  19656. source
  19657. sample
  19658. illustrating
  19659. munging
  19660. music{
  19661. music
  19662. quicktime
  19663. music
  19664. architecture
  19665. david
  19666. looping
  19667. loops
  19668. loose
  19669. loosely
  19670. lossiness
  19671. low-disk-space
  19672. low-level
  19673. lower
  19674. lower-case
  19675. lower-left
  19676. loyal{
  19677. configuration
  19678. dialog
  19679. configurations
  19680. configurey
  19681. configured
  19682. configures
  19683. configuringA
  19684. confines
  19685. confirm
  19686. confirmation
  19687. confirmed
  19688. conflict
  19689. conform
  19690. conforming
  19691. confused
  19692. confuses
  19693. confusing
  19694. confusion
  19695. conjunction
  19696. contentz
  19697. contentsi
  19698. context
  19699. context-sensitive
  19700. contextualy
  19701. continue_
  19702. continuing
  19703. 72566X
  19704. Nov 00^    TC Disk 2
  19705. --set theItem to choose file -- uncomment to test in an AS editor
  19706.     tell application "Finder"
  19707.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Capturing:SimpleVideoOut:"
  19708.         activate
  19709.     end tell
  19710. on error errMsg number errNum
  19711.     --enter statements to perform when no records are found such as...
  19712.     display dialog "Sorry, the item you selected could not be found."
  19713.     return
  19714. end try
  19715. e    No ChangefeVideo Output Component
  19716. FireWire
  19717. Digital Video
  19718. Digital Video Output
  19719. Firewire Video Output
  19720. Exportingq
  19721. Dev.CD Nov 00 TC Disk 2
  19722. All Packages
  19723. F    SlideShowI
  19724. This demo program shows how to use the ImageViewer object to present a sequence of images one at a time using mouse clicks from the user.J
  19725. Finished Product
  19726. images
  19727. ReadMe
  19728. SlideShow(CW4).mcp
  19729. SlideShow.jar
  19730. SlideShow.mcp
  19731. Source Clippings
  19732. Sources (complete)
  19733. Sources (skeleton)K
  19734. Feb 00
  19735. O3Dev.CD Nov 00 TC Disk 1:Sample Code:Java:SlideShow:V
  19736. 72567X
  19737. 1e    No Change
  19738. dzinput
  19739. Dev.CD Nov 00 TC Disk 1
  19740. All Packages
  19741. SCSI Find Devices
  19742. SCSI Find Devices contains a very simple "wrapper" main program and a rather complex subroutine that illustrates
  19743.  how to iterate over all attached SCSI devices. It can be used by SCSI utility programs - such as formatters - that need to locate all SCSI devices.
  19744. JiSCSI Find Devices(PPC)
  19745. SCSI Find Devices.mcp
  19746. SCSIFindDevices.h
  19747. SCSIFindDevicesMain.c
  19748. SCSIFindNextDevice.cM
  19749. SCSI ManagerN8SCSI, SCSI Manager, bus scan, inquiry, SCSI Find DevicesOPDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:SCSI:SCSI Find Devices:P[Dev.CD Nov 00 TC Disk 1
  19750.  - Sample Code
  19751.  - Devices and Hardware
  19752.  - SCSI
  19753.  - SCSI Find DevicesV
  19754. 72518X
  19755. Nov 00^    TC Disk 1
  19756. e    No Change
  19757. processes
  19758. product
  19759. productsS
  19760. profile
  19761. profiler
  19762. profiles
  19763. progguidex
  19764. progguide
  19765. apple
  19766. scannersx
  19767. programmatich
  19768. programmatic
  19769. interface
  19770. programming
  19771. programming
  19772. information
  19773. 12x16
  19774. 140/170X
  19775. 16384
  19776. 16x16
  19777. 17000
  19778. 1992-1995
  19779. 1993-94
  19780. 1995{
  19781. accelerated
  19782. power
  19783. macintosh
  19784. artwork
  19785. program
  19786. 1995-2000
  19787. 1996S
  19788. 1999{
  19789. imagewriter
  19790. 2-335
  19791. 2-341
  19792. amounts
  19793. mbytes
  19794. mcactionlinktourl
  19795. mcbride
  19796. mdefproc
  19797. mdefs
  19798. mdiplayer
  19799. mdiplayer
  19800. sample
  19801. application
  19802. demonstrates
  19803. meana
  19804. meansa
  19805. meant
  19806. measurable
  19807. measure
  19808. measurement
  19809. connectivity
  19810. connectix
  19811. connector
  19812. connectors
  19813. conrad
  19814. considerx
  19815. considerable
  19816. consideration
  19817. considerationsx
  19818. consideredx
  19819. consideringx
  19820. consistencyu
  19821. consistent
  19822. consisting
  19823. consistsg
  19824. console
  19825. consolideted
  19826. constant
  19827. constantly
  19828. constants`
  19829. constitute
  19830. constrained
  19831. constrains
  19832. constraints
  19833. construct
  19834. constructing
  19835. constructs
  19836. consult
  19837. consumer
  19838. consumers
  19839. consuming
  19840. consumption
  19841. contactj
  19842. contacting
  19843. contacts
  19844. containT
  19845. contained
  19846. container
  19847. All Packages
  19848. System Enabler 003 (LC III)OEDev.CD Apr 94
  19849. Dev.CD Jan 94
  19850. Dev.CD Oct 93
  19851. Dev.CD Jul 93
  19852. Dev.CD Apr 93PDDev.CD Apr 94
  19853. Dev.CD Jan 94
  19854. Dev.CD Oct 93
  19855. Dev.CD Jul 93
  19856. Dev.CD Apr 9V
  19857. 72749X
  19858. Apr 94
  19859. --set theItem to choose file -- uncomment to test in an AS editor
  19860.     tell application "Finder"
  19861.         open item "Dev.CD Apr 94
  19862. Dev.CD Jan 94
  19863. Dev.CD Oct 93
  19864. Dev.CD Jul 93
  19865. Dev.CD Apr 93"
  19866.         activate
  19867.     end tell
  19868. on error errMsg number errNum
  19869.     --enter statements to perform when no records are found such as...
  19870.     display dialog "Sorry, the item you selected could not be found."
  19871.     return
  19872. end try
  19873. All Packages
  19874. System Enabler 003 (LC III)O7Dev.CD Apr 94
  19875. Dev.CD Jan 94
  19876. Dev.CD Oct 93
  19877. Dev.CD Aug 93P6Dev.CD Apr 94
  19878. Dev.CD Jan 94
  19879. Dev.CD Oct 93
  19880. Dev.CD Aug 9V
  19881. 72750X
  19882. Apr 94
  19883. pgpuam
  19884. pgpuam
  19885. enhancement
  19886. standard
  19887. appleshare
  19888. phase
  19889. philip
  19890. phone
  19891. phonetic
  19892. photo
  19893. sample
  19894. which
  19895. demonstrates
  19896. ethernet
  19897. driver
  19898. ol embedding turned on.J
  19899. ControlBackground(PPC)
  19900. ControlBackground.c
  19901. ControlBackground.mcp
  19902. ControlBackground.rsrc
  19903. MoveableModalDialog.c
  19904. MoveableModalDialog.hK
  19905. Aug 97ONDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ControlBackground:V
  19906. 70019X
  19907. 1e    No Change
  19908. summary
  19909. virtual
  19910. server
  19911. attempt
  19912. provide
  19913. piece
  19914. summary
  19915. virtual
  19916. tutorial
  19917. provides
  19918. quick
  19919. intro
  19920. summary
  19921. services
  19922. apple
  19923. event
  19924. suite
  19925. allows
  19926. appli
  19927. summary
  19928. these
  19929. obsolete
  19930. hypercard
  19931. toolkits
  19932. which
  19933. summary
  19934. these
  19935. updated
  19936. tools
  19937. quicktime
  19938. summary
  19939. application
  19940. demonstrates
  19941. appleev
  19942. summary
  19943. application
  19944. displays
  19945. volume
  19946. meters
  19947. summary
  19948. brochure
  19949. serves
  19950. foundation
  19951. explaining
  19952. summary
  19953. sample
  19954. demonstrates
  19955. palette
  19956. summary
  19957. collects
  19958. information
  19959. about
  19960. system
  19961. summary
  19962. developer
  19963. describes
  19964. latest
  19965. model
  19966. summary
  19967. developer's
  19968. package
  19969. includes
  19970. appleshar
  19971. summary
  19972. digest
  19973. collection
  19974. article
  19975. threads
  19976. summary
  19977. document
  19978. contains
  19979. international
  19980. devel
  19981.  - Development Kits
  19982.  - Mac OS
  19983.  - Control Strip
  19984. Summary: These are updated tools from the QuickTime team for making QuickTime Movies.  Also, included are a number of third party Digitizer Components.
  19985. Features:
  19986. ComboWalker: Allows you to operate on a folder of files as well as individual files.  
  19987. Digitizers: QuickTime compatible digitizer components for various third party digitizer boards.
  19988. DrawTextCodec Example: Shows how to write a simple codec.
  19989. Dumpster: An application for viewing the contents of a movie description.
  19990. Get Info Ini
  19991. t: GetInfo is an init that gives you some extra information about files that depend on other files.  
  19992. GrabGuy: An application that creates QuickTime
  19993.  movies from videotape.
  19994. MovieShop: A tool that processes QuickTime movies into a format that plays well from CD-ROM.
  19995. QuickTime XCMDs:  QTMovie, QTRecordMovie, QTEditMovie, and the QTPict XCMDs. 
  19996. Reinstaller:  A simple utility that takes any file or files and installs all components found within those files.
  19997. Set Movie Information: An appli
  19998. cond.  
  19999. Communications Toolbox
  20000. Contributed
  20001. Devices and Hardware
  20002. Files
  20003. Games
  20004. Graphics 2D
  20005. Graphics 3D
  20006. Help Systems
  20007. Human Interface Toolbox
  20008. Interapplication Comm
  20009. Memory
  20010. Networking
  20011. OS Utilities
  20012. Overview
  20013. Platforms and Tools
  20014. Printing
  20015. Processes
  20016. QuickTime
  20017. Runtime Architecture
  20018. Sound
  20019. Feb 97L
  20020. Mar 97M
  20021. Open Transport 1.1.1 or greaterO
  20022. Dev.CD Nov 99 TC:Sample Code:P
  20023. Dev.CD Nov 99 TC
  20024.  - Sample Codelbox:ControlBackground:"
  20025.         activate
  20026.     end tell
  20027. on error errMsg number errNum
  20028.     --enter statements to perform when no records are found such as...
  20029.     display dialog "Sorry, the item you selected could not be found."
  20030.     return
  20031. end try
  20032. e    No Changef(control
  20033. background
  20034. color
  20035. appearanceq
  20036. Dev.CD Nov 00 TC Disk 1
  20037. All Packages
  20038. ControlKeyPatch
  20039. 70020X
  20040. 72093X
  20041. Nov 99^
  20042. r--set theItem to choose file -- uncomment to test in an AS editor
  20043.     tell application "Finder"
  20044.         open item "Dev.CD Nov 99 TC:Sample Code:"
  20045.         activate
  20046.     end tell
  20047. on error errMsg number errNum
  20048.     --enter statements to perform when no records are found such as...
  20049.     display dialog "Sorry, the item you selected could not be found."
  20050.     return
  20051. end try
  20052. Deletedq
  20053. Dev.CD Nov 99 TC
  20054. All Packages
  20055. OT Virtual Server
  20056. The Virtual Server is an attempt to provide a piece of sample code which uses the native Open Transport API and is complex enough to demonstrate real issues an application developer will need to deal with.   It also demonstrates the speed of Open Transport when used properly.
  20057. J6About OTVirtual Server
  20058. OTVirtualClient
  20059. OTVirtualServerL
  20060. Nov 00M
  20061. Open Transport 1.1.1OADev.CD Nov 00 TC Disk 1:Sample Code:Networking:OT Virtual Server:V
  20062. 72094X
  20063. 1e    No Changeo&http://developer.apple.com/samplecode/
  20064. Summary: The Virtual Server is an attempt to provide a piece of sample code which uses the native Open Transport API and is complex enough to demonstrate real issues an application developer will need to deal with. It also demonstrates the speed of Open Transport when used properly.
  20065. This version of the Virtual Server simply opens a listening endpoint and as many accepting endpoints as you want using TCP. It waits for an inbound connection request, accepts the connection, and hands it off 
  20066. to an accepting endpoint. The accepting endpoint waits for a 128 byte "request" packet, then returns a predefined amount of data from memory to the client.   It then does an orderly release and puts the endpoint back into its idle queue.   
  20067. It's fast!   Running on Open Transport 1.1.1, a Power Mac 7100/80 on a 10 Mbit ethernet using 8K downloads can almost saturate the wire.  Using a 200 MHz Power Mac on the same LAN with 1K downloads the server sustains better than 300 connections per se
  20068. television
  20069. tendpointinfo
  20070. tesample
  20071. tesample
  20072. objec
  20073. oriented
  20074. object
  20075. pascal
  20076. framework
  20077. ooptesample
  20078. testdeviceattribute
  20079. testing
  20080. testing
  20081. debugging
  20082. testing
  20083. debugging
  20084. multiple
  20085. testing
  20086. debugging
  20087. networking
  20088. communications
  20089. testing
  20090. debugging
  20091. printers
  20092. testing
  20093. international
  20094. testing
  20095. memory
  20096. virtual
  20097. debugging
  20098. testylesample
  20099. encoding
  20100. character
  20101. encoding
  20102. converter
  20103. encoding
  20104. unicode
  20105. script
  20106. language
  20107. conversion
  20108. games
  20109. input
  20110. services
  20111. manager
  20112. services
  20113. textedit
  20114. tsmte
  20115. text-to-speech
  20116. textedit
  20117. textedit
  20118. tesample
  20119. textedit
  20120. tesample
  20121. cplustesample
  20122. textedit
  20123. transparent
  20124. texture
  20125. thread
  20126. threading
  20127. threads
  20128. print
  20129. tilisten
  20130. All Packages
  20131. QuickDraw GXO
  20132. Dev.CD Jan 96 SDK1P
  20133. Dev.CD Jan 96 SDKV
  20134. 72294X
  20135. Jan 96
  20136. g--set theItem to choose file -- uncomment to test in an AS editor
  20137.     tell application "Finder"
  20138.         open item "Dev.CD Jan 96 SDK1"
  20139.         activate
  20140.     end tell
  20141. on error errMsg number errNum
  20142.     --enter statements to perform when no records are found such as...
  20143.     display dialog "Sorry, the item you selected could not be found."
  20144.     return
  20145. end try
  20146. All Packages
  20147. QuickDraw GXO
  20148. Dev.CD Jan 96 SDK1P
  20149. Dev.CD Jan 96 SDKV
  20150. 72295X
  20151. Jan 96
  20152. g--set theItem to choose file -- uncomment to test in an AS editor
  20153.     tell application "Finder"
  20154.         open item "Dev.CD Jan 96 SDK1"
  20155.         activate
  20156.     end tell
  20157. on error errMsg number errNum
  20158.     --enter statements to perform when no records are found such as...
  20159.     display dialog "Sorry, the item you selected could not be found."
  20160.     return
  20161. end try
  20162. All Packages
  20163. QuickDraw GXO
  20164. Dev.CD Jan 96 SDK1V
  20165. 72296X
  20166. string
  20167. stringing
  20168. stringsf
  20169. stringservices
  20170. strip
  20171. stripped
  20172. stripunits
  20173. strlist
  20174. strlist
  20175. strlist
  20176. contain
  20177. routines
  20178. accessing
  20179. strlog
  20180. stroke
  20181. stroll
  20182. strong
  20183. stronger
  20184. strongest{
  20185. strongly
  20186. structglinfo
  20187. structs
  20188. structure
  20189. structured
  20190. structures
  20191. ControlStripSample(PPC)
  20192. ControlStripSample.c
  20193. ControlStripSample.mcp
  20194. ControlStripSample.rsrc
  20195. ControlStripN
  20196. ControlStripOODev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ControlStripSample:PWDev.CD Nov 00 TC Disk 1
  20197.  - Sample Code
  20198.  - Human Interface Toolbox
  20199.  - ControlStripSampleV
  20200. 70022X
  20201. Nov 00^    TC Disk 1
  20202. e    No Change
  20203. Record RetrievePictInfoI
  20204. This snippet shows how to retrieve the colortable from multiple PICT resources using the System 7 calls RecordRetrievePictInfo and RetrievePictInfo.JgRecord RetrievePictInfo.c
  20205. Record RetrievePictInfo.rsrc
  20206. RecordRetrievePictInfo.mcp
  20207. RetrievePictInfo(PPC)M
  20208. System 7 or laterN(RecordRetrievePictInfo, RetrievePictInfoOHDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Record RetrievePictInfo:PPDev.CD Nov 00 TC Disk 1
  20209.  - Sample Code
  20210.  - Graphics 2D
  20211.  - Record RetrievePictInfo
  20212. 72092X
  20213. Nov 00^    TC Disk 2
  20214. --set theItem to choose file -- uncomment to test in an AS editor
  20215.     tell application "Finder"
  20216.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:Optimization TN Demos:"
  20217.         activate
  20218.     end tell
  20219. on error errMsg number errNum
  20220.     --enter statements to perform when no records are found such as...
  20221.     display dialog "Sorry, the item you selected could not be found."
  20222.     return
  20223. end try
  20224. e    No ChangefGOptimization
  20225. buffered file system
  20226. cache
  20227. cacheline
  20228. Optimization TN Demosq
  20229. Dev.CD Nov 00 TC Disk 2
  20230. D!All Packages
  20231. Tool Chest Edition
  20232. OT Server Sample 1.0.1
  20233. This sample code accompanies "TN 1174: Optimization Strategies for the Mac OS".
  20234. The Cacheline Optimizer evaluates cacheline usage.  Given a stride value, it will simulate the cache utilization for the L1 and L2 caches on an iMac, as well as giving an approximate idea of the TLB usage.  It gives the percentage utilization as well as how many iterations before you will begin to evict data from the cache.
  20235. CBuffFileStream demonstrates the  implementation of a buffered file system on top of B
  20236. the Mac OS file system.
  20237. J#Cacheline Optimizer
  20238. CBuffFileStreamK
  20239. Nov 99M0Optimization Strategies for the Mac OS Technote.NKOptimization, buffered file system, cache, cacheline, Optimization TN DemosOCDev.CD Nov 00 TC Disk 2:Sample Code:Overview:Optimization TN Demos:PKDev.CD Nov 00 TC Disk 2
  20240.  - Sample Code
  20241.  - Overview
  20242.  - Optimization TN Demos
  20243. opengl
  20244. drawsprocket
  20245. multiple
  20246. monitor
  20247. renderer
  20248. opening
  20249. openpicture
  20250. openstep
  20251. entransport
  20252. cache
  20253. display
  20254. dumparpcache
  20255. opentransport
  20256. control
  20257. strip
  20258. module
  20259. opentransport
  20260. server
  20261. thread
  20262. manager
  20263. tcp/ip
  20264. iostreams
  20265. optimization
  20266. optimization
  20267. buffered
  20268. system
  20269. cache
  20270. cacheline
  20271. optimizati
  20272. optimizing
  20273. option
  20274. oracle
  20275. ordered
  20276. oriented
  20277. ot/ppp
  20278. ot/ppp
  20279. control
  20280. strip
  20281. ot/ppp
  20282. control
  20283. strip
  20284. sample
  20285. ot/ppp
  20286. transport
  20287. getpppstatus
  20288. ot/ppp
  20289. otbuffer
  20290. otbufferinfo
  20291. otdumpinternetstatus
  20292. otdumpportregistry
  20293. otendpointinfo
  20294. otfifo
  20295. otfindserialports
  20296. otgetendpointinfo
  20297. otgetindexedport
  20298. otgetuserportnamefro
  20299. otlifo
  20300. otlink
  20301. otllctest
  20302. otlookup
  20303. otlookupnametest
  20304. otoptionmanagment
  20305. otpapsampleserver
  20306. OpenWindow is a source code sample illustrating how to open a window and handle and track mouse clicks in its content area.  To quit this application, type a letter 'q'.
  20307. J+OpenWindow(PPC)
  20308. OpenWindow.mcp
  20309. OpenWindow.pOGDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:OpenWindow:PODev.CD Nov 00 TC Disk 1
  20310.  - Sample Code
  20311.  - Human Interface Toolbox
  20312.  - OpenWindowV
  20313. 72091X
  20314. Nov 00^    TC Disk 1
  20315. --set theItem to choose file -- uncomment to test in an AS editor
  20316.     tell application "Finder"
  20317.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:OpenWindow:"
  20318.         activate
  20319.     end tell
  20320. on error errMsg number errNum
  20321.     --enter statements to perform when no records are found such as...
  20322.     display dialog "Sorry, the item you selected could not be found."
  20323.     return
  20324. end try
  20325. e    No Changeq
  20326. Dev.CD Nov 00 TC Disk 1
  20327. All Packages
  20328. Optimization TN Demos
  20329. 72092X
  20330. A simple example of using the PopupCDEF available in System 7 and later.
  20331. This CDEF allows you to create and work with popup menus in windows and dialogs a lot more easily than in the past. You use the same code as for controls.  You no longer have to seperate control clicks from PopupClicks, calling TrackControl does the 'InsertMenu/PopupMenuSelect/DeleteMenu' stuff for you.
  20332. The popupCDEF also handles things like using the window font, adding a resource menu (like a font menu) and other 
  20333. things from within the resource definition, there is less code you have to put in your application.
  20334. But some things have bitten folks, like making sure the tracking works correctly and the eternal question, "Where's the MenuHandle?".
  20335. This sample shows those things. Look at the function DoDocumentClick to see how tracking and  getting the value of a popup is done, and the function GetPopUpMenuHandle to see the proper way to access the MenuHandle of a popupCDEF popup menu.
  20336. And of course, 
  20337. 72577X
  20338. Nov 99^
  20339. r--set theItem to choose file -- uncomment to test in an AS editor
  20340.     tell application "Finder"
  20341.         open item "Dev.CD Nov 99 TC:Sample Code:"
  20342.         activate
  20343.     end tell
  20344. on error errMsg number errNum
  20345.     --enter statements to perform when no records are found such as...
  20346.     display dialog "Sorry, the item you selected could not be found."
  20347.     return
  20348. end try
  20349. Deletedq
  20350. Dev.CD Nov 99 TC
  20351. D!All Packages
  20352. Tool Chest Edition
  20353. Snippets - Files
  20354. (** = new, * = revised)
  20355. AS Authenticator:  This code sample answers the question: "How can I ask an AppleShare server to authenticate an account/password pair without mounting a volume?"  It attempts to mount a volume with a name which is known to be invalid. If VolumeMount claims the password didn't work, then it didn't. If VolumeMount claims the volume could not be mounted, then the password was valid.  Note: This is 100% predictable behavior and doesn't rely on any hacks. However, it dlt
  20356. 72479X
  20357. Nov 00^    TC Disk 2
  20358. --set theItem to choose file -- uncomment to test in an AS editor
  20359.     tell application "Finder"
  20360.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:Record sound specific rate:"
  20361.         activate
  20362.     end tell
  20363. on error errMsg number errNum
  20364.     --enter statements to perform when no records are found such as...
  20365.     display dialog "Sorry, the item you selected could not be found."
  20366.     return
  20367. end try
  20368. e    No Changef(record
  20369. sound
  20370. SPBRecord
  20371. SoundConvertq
  20372. Dev.CD Nov 00 TC Disk 2
  20373. All Packages
  20374. Record sound to diskI
  20375. Sample code showing how to asynchronously record sound to disk.
  20376. Sample code showing how to asynchronously record sound to disk using the Sound Manager's SPBRecord and the File Manager's PBWriteAsync calls.JARecord Sound to Disk(PPC)
  20377. Record sound to disk.mcp
  20378. Record_sound.cK
  20379. Dec 98M
  20380. Any Mac with an audio input.O?Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:Record sound to disk:V
  20381. 72480X
  20382. 1e    No Change
  20383. J4Install OpenGL
  20384. Installer
  20385. OpenGL Parts
  20386. OpenGL Read MeK
  20387. Jul 99L
  20388. Jan 00M
  20389.  A PowerPC
  20390.  based computer with a minimum of 32 megabytes of memory (RAM)
  20391.  Mac OS System 8.1 or later
  20392.  QuickDraw3D 1.6 or laterN
  20393. OpenGL, 3D, graphics
  20394. O2Dev.CD Oct 00 SDK1:Development Kits:Mac OS:OpenGL:P:Dev.CD Oct 00 SDK1
  20395.  - Development Kits
  20396.  - Mac OS
  20397.  - OpenGLV
  20398. 72090X
  20399. Oct 00^
  20400. --set theItem to choose file -- uncomment to test in an AS editor
  20401.     tell application "Finder"
  20402.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:OpenGL:"
  20403.         activate
  20404.     end tell
  20405. on error errMsg number errNum
  20406.     --enter statements to perform when no records are found such as...
  20407.     display dialog "Sorry, the item you selected could not be found."
  20408.     return
  20409. end try
  20410. e    No Changef
  20411. OpenGL
  20412. graphics
  20413. o%ftp://ftp.apple.com/developer/opengl/q
  20414. Dev.CD Oct 00 SDK1
  20415. All Packages
  20416. OpenWindowV
  20417. 72091X
  20418. nk is faster? The results may surprise you.
  20419. 70025X
  20420. 1e    No Change
  20421. onscreen
  20422. ooptesample
  20423. ooptesample
  20424. example
  20425. application
  20426. demonstrates
  20427. opaque
  20428. opcode
  20429. opcodes
  20430. open_
  20431. g "Sorry, the item you selected could not be found."
  20432.     return
  20433. end try
  20434. e    No Changef
  20435. CopyBits
  20436. CopyMasko&http://developer.apple.com/samplecode/q
  20437. Dev.CD Nov 00 TC Disk 1
  20438. All Packages
  20439. CopyBitsSpeedPaletteV
  20440. 70026X
  20441. anymore
  20442. anyone
  20443. anything[
  20444. anywhere
  20445. apart
  20446. aphorisms
  20447. apisu
  20448. itsSpeedPalette:"
  20449.         activate
  20450.     end tell
  20451. on error errMsg number errNum
  20452.     --enter statements to perform when no records are found such as...
  20453.     display dialog "Sorry, the item you selected could not be found."
  20454.     return
  20455. end try
  20456. ngeo&http://developer.apple.com/samplecode/
  20457. hands
  20458. handwriting
  20459. handy
  20460. hanging
  20461. D Nov 00 TC Disk 1
  20462. All Packages
  20463. CopyDeepMask
  20464. This sample has been updated for the Carbon API.  This snippet demonstrates the use of CopyDeepMask using 2 PICTS; one a photograph and the other a triangular mask.  It uses 2 offscreen gworlds to hold the source and mask pixmaps.  CopyDeepMask is then used to create the masked image and display it in the application window.  The source, mask, and destination rectangles are all the same size in order avoid altering pixel sizes.
  20465. JhCarbonPrefix.h
  20466. CarbonRes.rsrc
  20467. CopyDeepMask(PPC)
  20468. CopyDeepMask.c
  20469. CopyDeepMask.mcp
  20470. CopyDeepMask.rsrc
  20471. ReadMeL
  20472. Nov 00M
  20473. Color QuickDraw, CarbonLibN.CopyDeepMask, GWorld, offscreen GWorld, CarbonO=Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:CopyDeepMask:PEDev.CD Nov 00 TC Disk 1
  20474.  - Sample Code
  20475.  - Graphics 2D
  20476.  - CopyDeepMaskV
  20477. 70027X
  20478. Nov 00e    No Changeo&http://developer.apple.com/samplecode/
  20479. All Packages
  20480. F    QuickTimeO
  20481. Dev.CD Jun 97 SSWP
  20482. Dev.CD Jun 97 SSV
  20483. 72451X
  20484. Jun 97
  20485. f--set theItem to choose file -- uncomment to test in an AS editor
  20486.     tell application "Finder"
  20487.         open item "Dev.CD Jun 97 SSW"
  20488.         activate
  20489.     end tell
  20490. on error errMsg number errNum
  20491.     --enter statements to perform when no records are found such as...
  20492.     display dialog "Sorry, the item you selected could not be found."
  20493.     return
  20494. end try
  20495. All Packages
  20496. F    QuickTimeO
  20497. Dev.CD Jun 97 SSWP
  20498. Dev.CD Jun 97 SSV
  20499. 72452X
  20500. Jun 97
  20501. f--set theItem to choose file -- uncomment to test in an AS editor
  20502.     tell application "Finder"
  20503.         open item "Dev.CD Jun 97 SSW"
  20504.         activate
  20505.     end tell
  20506. on error errMsg number errNum
  20507.     --enter statements to perform when no records are found such as...
  20508.     display dialog "Sorry, the item you selected could not be found."
  20509.     return
  20510. end try
  20511. All Packages
  20512. F    QuickTimeO
  20513. Dev.CD Jun 97 SSWP
  20514. Dev.CD Jun 97 SSV
  20515. 72453X
  20516. packages
  20517. packages
  20518. maybe
  20519. meant
  20520. measurable
  20521. measure
  20522. measurement
  20523. MFMac OS 8.1+, OpenGL SDK, Universal Interfaces 3.3+ or DrawSprocket SDKN:OpenGL, DrawSprocket, multiple monitor, renderer, agl fontODDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 3D:OpenGL DrawSprocket:PLDev.CD Nov 00 TC Disk 1
  20524.  - Sample Code
  20525.  - Graphics 3D
  20526.  - OpenGL DrawSprocket
  20527.         activate
  20528.     end tell
  20529. on error errMsg number errNum
  20530.     --enter statements to perform when no records are found such as...
  20531.     display dialog "Sorry, the item you selected could not be found."
  20532.     return
  20533. end try
  20534. e    No Changef
  20535. CopyMask
  20536. color fade
  20537. Carbono&http://developer.apple.com/samplecode/q
  20538. Dev.CD Nov 00 TC Disk 1
  20539. All Packages
  20540. CoreSample
  20541. This sample illustrates how to create an application that is Apple Event-aware, Scripting Compatible, and recordable. CoreSample supports the Required Apple events and Core Suite of Apple events, the Apple event Object Model, and the Apple event Open Scripting Architecture.
  20542. 70029X
  20543. 1e    No Change
  20544. ext.  The downfall of this method is that you know nothing about the graphics capabilities of the device and the user can't select another screen.  The upside is that you get a renderer that is has the capabilities you want.
  20545. 2) Allow the user to select a screen to use, build a DSp context and then a OpenGL context.  This second method is simpler but relies on user knowing which device is the best at 3D.
  20546. This sample illustrates the second method which makes it simpler and allows us to 
  20547. illustrate the DSp/OpenGL interface well.            
  20548. Note: You will have to change the access path for the OpenGL SDK with valid a one for your local environment.  Additionally, you may have to add a path to the DrawSprocket SDK if you are using Universal Interfaces 3.2 or earlier.
  20549. JeOpenGL DrawSprocket
  20550. OpenGL DrawSprocket.c
  20551. OpenGL DrawSprocket.CW2.
  20552. OpenGL DrawSprocket.CW5.
  20553. Read MeK
  20554. Nov 99ODDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 3D:OpenGL DrawSprocket:
  20555. 72089X
  20556. Nov 00^    TC Disk 1
  20557. --set theItem to choose file -- uncomment to test in an AS editor
  20558.     tell application "Finder"
  20559.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 3D:OpenGL DrawSprocket:"
  20560.         activate
  20561.     end tell
  20562. on error errMsg number errNum
  20563.     --enter statements to perform when no records are found such as...
  20564.     display dialog "Sorry, the item you selected could not be found."
  20565.     return
  20566. end try
  20567. e    No Changef6OpenGL
  20568. DrawSprocket
  20569. multiple monitor
  20570. renderer
  20571. agl fontq
  20572. Dev.CD Nov 00 TC Disk 1
  20573. D!All Packages
  20574. Mac OS SDK Edition
  20575. OpenGL Install
  20576. oOpenGL for Macintosh enables your computer to display three-dimensional graphics using applications designed to take advantage of OpenGL.
  20577. What's New in OpenGL
  20578.  1.1.2:
  20579.  Internal texture format hint is now supported
  20580.  Better AGP texture management
  20581.  Added support for Velocity Engine
  20582.  Support for the EXT_texture_env_add extension
  20583.  Lots of performance optimizations
  20584. 72090X
  20585. 1e    No Change
  20586. Version 1.2: Cleaned up agl font implementation, added context and card vendor info to display.  Fixed agl font issue with setting GL_UNPACK_ROW_LENGTH.
  20587. This is an example of OpenGL and DrawSprocket integration for full screen drawing, correctly handling multiple displays.  Also, this shows how to get the version of DrawSprocket in use for both DrawSprocket 1.1.4 and 1.7 and demonstrates multiple OpenGL pixel format examples.  It also illustrates a simple OpenGL buffer swaps per second co
  20588. unter via AGL font support.  This is done with a generic string drawing routine that can be used in any OpenGL application.
  20589. The optimal way to select a rendering context would be to check the available devices, find the best, then present the user with a selection dialog only if there are more than one "best" device.  In leu of that, the two best other options are:
  20590. 1) Iterate through the available devices find the best renderer, build a DSp context on this, then build your OpenGL cont
  20591. ample
  20592. --set theItem to choose file -- uncomment to test in an AS editor
  20593.     tell application "Finder"
  20594.         open item "Dev.CD Apr 94
  20595. Dev.CD Jan 94
  20596. Dev.CD Oct 93
  20597. Dev.CD Jul 93
  20598. Dev.CD Apr 93"
  20599.         activate
  20600.     end tell
  20601. on error errMsg number errNum
  20602.     --enter statements to perform when no records are found such as...
  20603.     display dialog "Sorry, the item you selected could not be found."
  20604.     return
  20605. end try
  20606. invaluable
  20607. invariably
  20608. inverse
  20609. inverse-wavelet-yuv
  20610. invert
  20611. inverted
  20612. invertedtext
  20613. inverts
  20614. invested
  20615. investigate
  20616. investigated
  20617. investigating
  20618. investigation
  20619. investment
  20620. investments{
  20621. invisible
  20622. invoke
  20623. invoked
  20624. involve
  20625. 73075X
  20626. Nov 99^
  20627. --set theItem to choose file -- uncomment to test in an AS editor
  20628.     tell application "Finder"
  20629.         open item "Dev.CD Nov 99 TC:Tool Chest:Memory:ZoneRanger 1.1:"
  20630.         activate
  20631.     end tell
  20632. on error errMsg number errNum
  20633.     --enter statements to perform when no records are found such as...
  20634.     display dialog "Sorry, the item you selected could not be found."
  20635.     return
  20636. end try
  20637. Deletedf$utility
  20638. heap zones
  20639. handles
  20640. resourcesq
  20641. Dev.CD Nov 99 TC
  20642. All Packages
  20643. Zoo Tutorial
  20644. MCompanion source code and media files for the Web-based tutorial "Intro to QuickTime for Java"
  20645. Contains 10 seperate programming modules designed to teach the fundamentals of using QuickTime for Java. Includes topics such as initializing QTLib, drawing images and movies, playing sounds, advanced compositing, and custom controllers.
  20646. Aug 00V
  20647. 73076X
  20648. 1e    No Change
  20649. programs@
  20650. provides@
  20651. puts@
  20652. quickstart@
  20653. rank@
  20654. readable@
  20655. --set theItem to choose file -- uncomment to test in an AS editor
  20656.     tell application "Finder"
  20657.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:Signals:"
  20658.         activate
  20659.     end tell
  20660. on error errMsg number errNum
  20661.     --enter statements to perform when no records are found such as...
  20662.     display dialog "Sorry, the item you selected could not be found."
  20663.     return
  20664. end try
  20665. resedit
  20666. formatasdos
  20667. formatasdos
  20668. formatasdosdisk
  20669. formatasdosdisk
  20670. formatasdosdisk
  20671. formatincludes
  20672. formatnum
  20673. formatnum
  20674. formats
  20675. formatter
  20676. fortune
  20677. fortune
  20678. foundation
  20679. fragment
  20680. fragment
  20681. fragment
  20682. fragments
  20683. fragments
  20684. fragmentstuff
  20685. fragmentstuff
  20686. fragmenttool
  20687. fragmenttool
  20688. fragmenttool
  20689. fragmenttool
  20690. framework
  20691. generically
  20692. genericness
  20693. geometric
  20694. geometries
  20695. geoport{
  20696. german
  20697. germany
  20698. gestaltB
  20699. gestaltequ
  20700. gestalticonutilities
  20701. gestaltnativecputype
  20702. gestalttable
  20703. gestaltvalue
  20704. events
  20705. needs
  20706. events
  20707. get1resource
  20708. getadevtype
  20709. getdctlentry
  20710. getdraghilite
  20711. getdraghilitecolor
  20712. getfinfo
  20713. getgraphicsimporterf
  20714. getgrayrgn
  20715. gethideonswitch
  20716. getindstring
  20717. erproc
  20718. getsystemgammas
  20719. gettable/settable
  20720. getter
  20721. getting{
  20722. code-like
  20723. code-resources
  20724. D Jul 95P
  20725. Dev.CD Jul 9V
  20726. 70035X
  20727. Jul 95
  20728. b--set theItem to choose file -- uncomment to test in an AS editor
  20729.     tell application "Finder"
  20730.         open item "Dev.CD Jul 95"
  20731.         activate
  20732.     end tell
  20733. on error errMsg number errNum
  20734.     --enter statements to perform when no records are found such as...
  20735.     display dialog "Sorry, the item you selected could not be found."
  20736.     return
  20737. end try
  20738. All Packages
  20739. CPU SE 406O
  20740. Dev.CD Jul 95P
  20741. Dev.CD Jul 9V
  20742. 70036X
  20743. Jul 95
  20744. b--set theItem to choose file -- uncomment to test in an AS editor
  20745.     tell application "Finder"
  20746.         open item "Dev.CD Jul 95"
  20747.         activate
  20748.     end tell
  20749. on error errMsg number errNum
  20750.     --enter statements to perform when no records are found such as...
  20751.     display dialog "Sorry, the item you selected could not be found."
  20752.     return
  20753. end try
  20754. All Packages
  20755. CPUGestaltV
  20756. 70037X
  20757. vendors
  20758. venerable
  20759. verbatim
  20760. verification
  20761. verified
  20762. verifier
  20763. verifies
  20764. verifyc
  20765. verifying
  20766. verilog
  20767. veritable
  20768. versa
  20769. versatile
  20770. versatility
  20771. version]
  20772. hangul
  20773. hanja
  20774. trates the way to determine the processor type of the Macintosh you're running on. For the latest Gestalt CPU type, refer to the latest Gestalt.h.J+CPUGestalt(PPC)
  20775. CPUGestalt.c
  20776. CPUGestalt.mcpK
  20777. Apr 97M
  20778. System 6.0.4 or higherN3Gestalt, gestaltNativeCPUtype, gestaltProcessorTypeO<Dev.CD Nov 00 TC Disk 1:Sample Code:OS Utilities:CPUGestalt:PDDev.CD Nov 00 TC Disk 1
  20779.  - Sample Code
  20780.  - OS Utilities
  20781.  - CPUGestaltV
  20782. 70037X
  20783. Nov 00^    TC Disk 1
  20784. --set theItem to choose file -- uncomment to test in an AS editor
  20785.     tell application "Finder"
  20786.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:OS Utilities:CPUGestalt:"
  20787.         activate
  20788.     end tell
  20789. on error errMsg number errNum
  20790.     --enter statements to perform when no records are found such as...
  20791.     display dialog "Sorry, the item you selected could not be found."
  20792.     return
  20793. end try
  20794. e    No Changef1Gestalt
  20795. gestaltNativeCPUtype
  20796. gestaltProcessorTypeq
  20797. Dev.CD Nov 00 TC Disk 1
  20798. All Packages
  20799. 70038X
  20800. F(Snippets - Development Tools & Languages
  20801. (** = new, * = revised)
  20802. AEGestalt:  AEGestalt is a MacApp application which shows how to make use of the built in Apple events support.
  20803. Bits o' MacApp Code:  A few MacApp snippets: Windows Menu,a view that stays centered in its superview,  TTextListView, TTextGridView, a Light Gray Adorner, and more.
  20804. Dialogs:  This MacApp sample shows how TextEdit views are enabled/disabled, in this case with radio buttons.
  20805. DTSCPlusLibrary:  This folder is chock full of useful C++ samples (80+ files!),
  20806. createthumbnail
  20807. createthumbnail
  20808. creating
  20809. creating
  20810. creating
  20811. pippin
  20812. cdroms
  20813. creation
  20814. creator
  20815. changer
  20816. project
  20817. creator
  20818. registration
  20819. creditsbox
  20820. creditsbox
  20821. crsrdev
  20822. crsrdev
  20823. cslidercontrol
  20824. cslidercontrol
  20825. cslidercontrol
  20826. cslidercontrol
  20827. 4400/200
  20828. 466-mhz
  20829. program
  20830. control
  20831. access
  20832. 500-mhz
  20833. 512-919-2645
  20834. 512-bit
  20835. 5300{
  20836. 5300c/1005300ce/1173
  20837.  editor
  20838.     tell application "Finder"
  20839.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Files:CreateDirWCustIcon:"
  20840.         activate
  20841.     end tell
  20842. on error errMsg number errNum
  20843.     --enter statements to perform when no records are found such as...
  20844.     display dialog "Sorry, the item you selected could not be found."
  20845.     return
  20846. end try
  20847. e    No Changef
  20848. custom icon
  20849. folderq
  20850. Dev.CD Nov 00 TC Disk 1
  20851. ideas
  20852. toolkit
  20853. identifycd
  20854. idletasks
  20855. idletasks
  20856. distributors/localiz
  20857. im-telephony
  20858. imaaudiortp
  20859. imadecom
  20860. imadecom
  20861. readme
  20862. imadecompression
  20863. imagex
  20864. imagecomp
  20865. imagecompositing
  20866. imagecompositing
  20867. imagecompressionutil
  20868. imagecompressionutil
  20869. imagecompressionutil
  20870. imagedecompressor
  20871. imagedecompressor68k
  20872. imagedecompressorppc
  20873. imagefile
  20874. imagefiledemo
  20875. imagefiledemo
  20876. imageproducing
  20877. imageproducing
  20878. dialog
  20879. manager
  20880. dictation
  20881. dictionary
  20882. dictionary
  20883. manager
  20884. digitizing
  20885. dimmed
  20886. dimming
  20887. direct
  20888. direct
  20889. pixel
  20890. access
  20891. dirid
  20892. disassembler
  20893. disassembly
  20894. drivers
  20895. PIDev.CD Nov 00 TC Disk 1
  20896.  - Tool Chest
  20897.  - Hardware
  20898.  - OpenFWBridgeFixJul97v.CD Nov 00 TC Disk 2
  20899. All Packages
  20900. CreateMovieIvDemonstrates how to create a QuickTime Movie with both a video and audio track.
  20901. Part of An Introduction to QuickTime.JaApplication Files
  20902. Clippings
  20903. Common Files
  20904. Completed Lab
  20905. CreateMovie PPC
  20906. CreateMovie.mcp
  20907. Start CodeK
  20908. Nov 00M
  20909. A Power Macintosh Computer running Mac OS 8.6 or later (9.0.4 recommended), QuickTime 4.1.2, CarbonLib 1.0.4 and Universal Interfaces 3.3.2.N    QuickTimeOIDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTimeIntro:CreateMovie:PTDev.CD Nov 00 TC Disk 2
  20910.  - Sample Code
  20911.  - QuickTime
  20912.  - QuickTimeIntro
  20913.  - CreateMovieV
  20914. 70040X
  20915. Nov 00^    TC Disk 2
  20916. e    No Changeo&http://developer.apple.com/samplecode/
  20917. Nov 97N
  20918. debuggerO=Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW etc.:PEDev.CD Nov 00 TC Disk 1
  20919.  - Tool Chest
  20920.  - Development Kits
  20921.  - MPW etc.V
  20922. 72607X
  20923. Nov 00^    TC Disk 1
  20924. --set theItem to choose file -- uncomment to test in an AS editor
  20925.     tell application "Finder"
  20926.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW etc.:"
  20927.         activate
  20928.     end tell
  20929. on error errMsg number errNum
  20930.     --enter statements to perform when no records are found such as...
  20931.     display dialog "Sorry, the item you selected could not be found."
  20932.     return
  20933. end try
  20934. e    No Changef
  20935. debuggerq
  20936. Dev.CD Nov 00 TC Disk 1
  20937. All Packages
  20938. F    SourceObj
  20939. 72608X
  20940. finder-like
  20941. label
  20942. developer
  20943. describes
  20944. macintosh
  20945. powerbook
  20946. 2400c
  20947. developer
  20948. provides
  20949. technical
  20950. information
  20951. about
  20952. development
  20953. information
  20954. image
  20955. contains
  20956. debug
  20957. version
  20958. 2.5.2
  20959. which
  20960. polish
  20961. polish
  20962. 2-1.1.3
  20963. poptag
  20964. poptag
  20965. manual
  20966. poptag
  20967. manual
  20968. popupcdef
  20969. popupfuncs
  20970. popupfuncs
  20971. 2.6.1
  20972. installer
  20973. popupfuncs
  20974. notes
  20975. popupmenuwithcurfont
  20976. popupmenuwithcurfont
  20977. popupmenuwithcurfont
  20978. popupmenuwithcurfont
  20979. popupmenuwithcurfont
  20980. popups
  20981. popuptkl
  20982. popuptkl
  20983. mamake
  20984. little
  20985. snippet
  20986. adapted
  20987. inside
  20988. macinto@
  20989. simple
  20990. application
  20991. which
  20992. demonstrates
  20993. drive
  20994. setup
  20995. v1.7.2
  20996. program
  20997. lets@
  20998. sample
  20999. creates
  21000. wired
  21001. sprite
  21002. movie
  21003. containing
  21004. sample
  21005. illustrates
  21006. video
  21007. effects
  21008. sample
  21009. demonstates
  21010. basic
  21011. implmenetation
  21012. sample
  21013. demonstrates
  21014. implement
  21015. custom
  21016. usin@
  21017. sample
  21018. demonstrates
  21019. qdflushportbuff@
  21020. sample
  21021. updated
  21022. carbon
  21023. shows
  21024. mentioned above perform the matching task.
  21025. Old versions of "byte-load-file" had behavior such that if its caller asked for a vendor ID of -1 then it would for the first matching class code while ignoring the vendor ID; this was intended as a generic wildcard search.
  21026. However; this was misguided because OF drivers intended to be generic or loaded always are already tagged with a vendor ID of -1.  The bug behavior was that when any card with a PCI bridge chip was installed it would be wrong
  21027. ly associated with the 3/5-slot Riser Card.  Code intended for the Riser Card would run on the card-with-bridge-chip's address, causing a hang.
  21028. So the patch, as well as later versions of OF, make "byte-load-file" always do full exact matches--any genericness is supported by tagging such OF drivers with a vendor ID of -1.
  21029. If you wish to experiment with OF, hold down cmd-opt-O-F on boot with a 38400/8/N/1 terminal at the Modem port.  To see OF NVRAM variables, type "printenv" at the OF pro
  21030. mpt; to set OF NVRAM variables, type "setenv name value".
  21031. For more information about OF, see either the IEEE 1275 specification or alternatively see www.firmworks.com for documentation; the latter does not constitute an endorsement by Apple Computer, Inc.
  21032. This patch will be included in future Apple MacOS releases; however,  it will not be applied if OF NVRAM has already been modified (the patch will only be applied if factory-fresh settings are in effect on boot), and, of course, only onH
  21033.  the Tanzania-family machines listed above.
  21034. Tanzania, Zanzibar, Motorola StarMax, PowerMac 4400.
  21035. Any MacOS prior to 8.2.
  21036. Hanging on boot (black screen) is possible with the above configuration.
  21037. JDBugDetails
  21038. Buildscript
  21039. Extension.a
  21040. Extension.r
  21041. OpenFWBridgeFixJuly97K
  21042. Feb 98M)Any PCI card containing a PCI-PCI bridge.N`Tanzania, Zanzibar, StarMax, 4400, Hang, Boot, Open Firmware, PCI, Bridge, PCI-PCI Bridge, RiserOADev.CD Nov 00 TC Disk 1:Tool Chest:Hardware:OpenFWBridgeFixJul97:
  21043. This Extension patches Open Firmware (OF) on certain Macintoshes to fix an OF bug.
  21044. On the family of machines named Tanzania, Zanzibar, Motorola StarMax, and PowerMac 4400, plugging in certain PCI cards containing PCI-PCI bridges will cause a hang upon power on before gray screen.
  21045. This Extension works by checking if it is running on one of the above machines, and if so, it unconditionally patches OF by replacing the entire OF part of Non-Volatile-RAM (NVRAM; also called PRAM or Parameter 
  21046. RAM) with an image contained in the Extension.
  21047. You can see if the Extension is taking effect by seeing if its icon appears in the Extension icon parade that shows up during boot.
  21048. This OF NVRAM image that is written is that of factory-default OF settings except with "use-nvramrc?" set to "true" and "nvramrc" set to Forth text.
  21049. The Forth text in "nvramrc" is executed by OF after its initialization but before the Device Tree probing process.
  21050. In the Device Tree probing process, OF builds a
  21051.  list of devices in the system, possibly by executing code on PCI cards.  The bug is related to OF knowing what Forth code to execute for what PCI device or a card or motherboard.
  21052. The patch works by modifying the way the OF kernel services "byte-load-file" and "byte-load-file?" work.  These services "load" into active OF RAM pieces of OF code from a dormant store of tagged Forth code pieces, such as drivers and other code.
  21053. The problem was that incorrect OF code was being matched up with 
  21054. certain PCI cards that contained PCI-PCI bridges.
  21055. All PCI devices are identified by hardware (vendor ID, class code) registers.  Apple's OF implementation has a number of OF drivers and other code that are designed to execute on those PCI devices' behalf.  Upon detection of what PCI cards are plugged in and obtaining their (vendor ID, class code) tags, a table of OF drivers with corresponding tags is searched, and if a match is found, that code is executed.  The "byte-load-file" services 
  21056. Apple's Developer Publications web site features improved access to Inside Macintosh, WebObjects, QuickTime, and Java documentation set and updated documentation for Mac OS X and Carbon.
  21057. From main index.html page, you can go directly to product-specific pages to read and search documents online, download documents in compatible compression formats, and order printed books. This main page also has links to other Apple resources
  21058. -such as develop, Technical Notes, and Technical Q&A's. 
  21059. acrobat3.html
  21060. adcstyle.css
  21061. adc_fatbrain_feedback.html
  21062. carbon
  21063. corefoundation
  21064. Documenation_in_PDF
  21065. faq.html
  21066. images
  21067. index.html
  21068. macos8
  21069. macosx
  21070. order.html
  21071. PubsCatalog.html
  21072. PubsOrderForm.html
  21073. techpubsfeedback.htmlK
  21074. Jan 00L
  21075. Dec 00M
  21076. web browser
  21077. A:Technical Documentation, Publications, techdocs, techpubs
  21078. Publications:V
  21079. 72958X
  21080. Updated
  21081. /A.http://developer.apple.com/techpubs/index.html
  21082. alog "Sorry, the item you selected could not be found."
  21083.     return
  21084. end try
  21085. e    No Changef*MRJ Drag and Drop Java AppleScript Toolkitq
  21086. Dev.CD Nov 00 TC Disk 1
  21087. All Packages
  21088. CTB Development Resources
  21089. 70043X
  21090. 72088X
  21091. Nov 00^    TC Disk 1
  21092. --set theItem to choose file -- uncomment to test in an AS editor
  21093.     tell application "Finder"
  21094.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Hardware:OpenFWBridgeFixJul97:"
  21095.         activate
  21096.     end tell
  21097. on error errMsg number errNum
  21098.     --enter statements to perform when no records are found such as...
  21099.     display dialog "Sorry, the item you selected could not be found."
  21100.     return
  21101. end try
  21102. e    No ChangefVTanzania
  21103. Zanzibar
  21104. StarMax
  21105. Open Firmware
  21106. Bridge
  21107. PCI-PCI Bridge
  21108. Riserq
  21109. Dev.CD Nov 00 TC Disk 1
  21110. All Packages
  21111. OpenGL DrawSprocket
  21112. 72089X
  21113. de:Java:Creator Changer:PADev.CD Nov 00 TC Disk 1
  21114.  - Sample Code
  21115.  - Java
  21116.  - Creator Changer
  21117. Summary:  Three samples involving Standard File dialogs.
  21118. NOTE: StandardGetFolder replaces CustomGetFile
  21119.  StandardGetFolder: This demonstrates a CustomGetFile call, with additions to the dialog to allow selection of a folder or volume.  This sample is loosely based on the previous CustomGetFolder sample.  This fixes numerous bugs and is substantially better for localization, as it uses Script Manager calls to handle the strings.
  21120. CustomPutAppend:  This demonstrates a CustomPutDialog wit
  21121. h an Append button that does not ask the user if he/she wants to replace the existing file. the sample code in InsideMac:Files, and the Human Interface Guidelines. It also has Balloon Help strings for the Append button.
  21122. CustomPutSuffix:  This demonstrates a CustomPutDialog with an Save button that checks to see if several files (with the name filename+suffix) already exist. a dialog hook procedure is responsible for presenting separate "Replace?" dialogs.  When the Save button is hit and
  21123. All Packages
  21124. System 7.5 Update 1.0O
  21125. Dev.CD Jan 96 SSWP
  21126. Dev.CD Jan 96 SSV
  21127. 72674X
  21128. Jan 96
  21129. f--set theItem to choose file -- uncomment to test in an AS editor
  21130.     tell application "Finder"
  21131.         open item "Dev.CD Jan 96 SSW"
  21132.         activate
  21133.     end tell
  21134. on error errMsg number errNum
  21135.     --enter statements to perform when no records are found such as...
  21136.     display dialog "Sorry, the item you selected could not be found."
  21137.     return
  21138. end try
  21139. All Packages
  21140. System 7.5 Update 1.0O
  21141. Dev.CD Jul 95P
  21142. Dev.CD Jul 9V
  21143. 72675X
  21144. Jul 95
  21145. b--set theItem to choose file -- uncomment to test in an AS editor
  21146.     tell application "Finder"
  21147.         open item "Dev.CD Jul 95"
  21148.         activate
  21149.     end tell
  21150. on error errMsg number errNum
  21151.     --enter statements to perform when no records are found such as...
  21152.     display dialog "Sorry, the item you selected could not be found."
  21153.     return
  21154. end try
  21155. All Packages
  21156. System 7.5 Update 1.0O
  21157. Dev.CD Jul 95V
  21158. 72676X
  21159. Save PICT fileI
  21160. This sample has been updated for the Carbon API.  Creates a QuickDraw PICT and saves it as a PICT file, including the required header of 512 bytes of nothing important.J`.DS_Store
  21161. CarbonPrefix.h
  21162. CarbonRes.rsrc
  21163. ReadMe
  21164. SavePictFile(PPC)
  21165. SavePictFile.c
  21166. SavePictFile.mcpL
  21167. Nov 00M
  21168. PICT file, save PICT, CarbonN
  21169. PICT file, save PICTO?Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Save PICT file:PGDev.CD Nov 00 TC Disk 1
  21170.  - Sample Code
  21171.  - Graphics 2D
  21172.  - Save PICT fileV
  21173. 72503X
  21174. Nov 00^    TC Disk 1
  21175. --set theItem to choose file -- uncomment to test in an AS editor
  21176.     tell application "Finder"
  21177.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Save PICT file:"
  21178.         activate
  21179.     end tell
  21180. on error errMsg number errNum
  21181.     --enter statements to perform when no records are found such as...
  21182.     display dialog "Sorry, the item you selected could not be found."
  21183.     return
  21184. end try
  21185. e    No Changef
  21186. PICT file
  21187. save PICTo&http://developer.apple.com/samplecode/
  21188. relstring
  21189. remoteT
  21190. remote
  21191. control
  21192. remote
  21193. control
  21194. remote
  21195. control
  21196. removefile
  21197. removefile
  21198. removefolder
  21199. removefolder
  21200. removevmsversionnumb
  21201. Toolbox:CTB Development Resources:"
  21202.         activate
  21203.     end tell
  21204. on error errMsg number errNum
  21205.     --enter statements to perform when no records are found such as...
  21206.     display dialog "Sorry, the item you selected could not be found."
  21207.     return
  21208. end try
  21209. e    No Changeq
  21210. Dev.CD Nov 00 TC Disk 1
  21211. ZD!All Packages
  21212. Mac OS SDK Edition
  21213. Cursor Component SDK
  21214. EThe Cursor Component SDK enables the building and use of cursor components.  Cursor components allow you to build custom color cursor completely under your control.  For example cursors created utilizing this SDK could be extra large, thousands or millions of colors, transparent, situationually intelligent, and/or animated.
  21215. Cursor_Comp_1.0_SDK.imgK
  21216. Jun 00M6Mac OS 9.0 or later, Universal Interfaces 3.3 or later
  21217. J)Development:
  21218. Japanese:
  21219. Recipes:
  21220. Apr 96L
  21221. Jan 97OCDev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc International:PHDev.CD Jan 97 SDK2
  21222.  - Development Kits (Disc 2)
  21223.  - OpenDoc InternationalV
  21224. 72087X
  21225. Jan 97^
  21226. --set theItem to choose file -- uncomment to test in an AS editor
  21227.     tell application "Finder"
  21228.         open item "Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc International:"
  21229.         activate
  21230.     end tell
  21231. on error errMsg number errNum
  21232.     --enter statements to perform when no records are found such as...
  21233.     display dialog "Sorry, the item you selected could not be found."
  21234.     return
  21235. end try
  21236. Deletedq
  21237. Dev.CD Jan 97 SDK2
  21238. All Packages
  21239. OpenFWBridgeFixJul97
  21240. 72088X
  21241. ResEdit, HyperCard, MacsbugOTDev.CD Nov 00 TC Disk 1:Tool Chest:Communications Toolbox:CTB Development Resources:P\Dev.CD Nov 00 TC Disk 1
  21242.  - Tool Chest
  21243.  - Communications Toolbox
  21244.  - CTB Development Resources
  21245. Change History
  21246. Extras
  21247. Quick Intro
  21248. WASTE 1.3
  21249. WASTE C/C++ Headers
  21250. WASTE Demo
  21251. WASTE Documentation
  21252. WASTE Pascal Interfaces
  21253. WASTELibK
  21254. Dec 95L
  21255. Feb 98M
  21256. System 7.0 or newer.N"WASTE, TextEdit, WorldScript, TextO6Dev.CD Nov 00 TC Disk 1:Sample Code:Contributed:WASTE:P>Dev.CD Nov 00 TC Disk 1
  21257.  - Sample Code
  21258.  - Contributed
  21259.  - WASTEV
  21260. 73045X
  21261. Nov 00^    TC Disk 1
  21262. --set theItem to choose file -- uncomment to test in an AS editor
  21263.     tell application "Finder"
  21264.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Contributed:WASTE:"
  21265.         activate
  21266.     end tell
  21267. on error errMsg number errNum
  21268.     --enter statements to perform when no records are found such as...
  21269.     display dialog "Sorry, the item you selected could not be found."
  21270.     return
  21271. end try
  21272. e    No Changef
  21273. WASTE
  21274. TextEdit
  21275. WorldScript
  21276. Textq
  21277. Dev.CD Nov 00 TC Disk 1
  21278. All Packages
  21279. WatchMe
  21280. 73046X
  21281. decomp
  21282. decompressionandscal
  21283. deepscreen
  21284. deepscreen
  21285. picker
  21286. defproc
  21287. defprocs
  21288. oJ?images
  21289. System
  21290. updates.html
  21291. webobjects.html
  21292. webobjects36.gifK
  21293. Jan 00L
  21294. Dec 00M,Objective-C Framework Reference, web browserN)Web Objects, Enterprise Objects FrameworkORDev.CD Dec 00 RL Disk 1:Technical Documentation:Technical Publications:webobjects:PZDev.CD Dec 00 RL Disk 1
  21295.  - Technical Documentation
  21296.  - Technical Publications
  21297.  - webobjectsV
  21298. 72972X
  21299. Dec 00^    RL Disk 1b
  21300. Revised
  21301. --set theItem to choose file -- uncomment to test in an AS editor
  21302.     tell application "Finder"
  21303.         open item "Dev.CD Dec 00 RL Disk 1:Technical Documentation:Technical Publications:webobjects:"
  21304.         activate
  21305.     end tell
  21306. on error errMsg number errNum
  21307.     --enter statements to perform when no records are found such as...
  21308.     display dialog "Sorry, the item you selected could not be found."
  21309.     return
  21310. end try
  21311. Updatedf(Web Objects
  21312. Enterprise Objects Frameworko>http://developer.apple.com/techpubs/webobjects/webobjects.htmlq
  21313. Dev.CD Dec 00 RL Disk 1
  21314. pD!All Packages
  21315. Mac OS SDK Edition
  21316. All Packages
  21317. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  21318. Dev.CD Jan 94
  21319. Dev.CD Oct 93
  21320. Dev.CD Jul 93
  21321. Dev.CD Apr 93PDDev.CD Apr 94
  21322. Dev.CD Jan 94
  21323. Dev.CD Oct 93
  21324. Dev.CD Jul 93
  21325. Dev.CD Apr 9V
  21326. 72759X
  21327. Apr 94
  21328. --set theItem to choose file -- uncomment to test in an AS editor
  21329.     tell application "Finder"
  21330.         open item "Dev.CD Apr 94
  21331. Dev.CD Jan 94
  21332. Dev.CD Oct 93
  21333. Dev.CD Jul 93
  21334. Dev.CD Apr 93"
  21335.         activate
  21336.     end tell
  21337. on error errMsg number errNum
  21338.     --enter statements to perform when no records are found such as...
  21339.     display dialog "Sorry, the item you selected could not be found."
  21340.     return
  21341. end try
  21342. All Packages
  21343. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  21344. Dev.CD Jan 94
  21345. Dev.CD Oct 93
  21346. Dev.CD Jul 93
  21347. Dev.CD Apr 93PDDev.CD Apr 94
  21348. Dev.CD Jan 94
  21349. Dev.CD Oct 93
  21350. Dev.CD Jul 93
  21351. Dev.CD Apr 9V
  21352. 72760X
  21353. Apr 94
  21354. parse
  21355. parserW
  21356. parsing
  21357. parsons
  21358. part{
  21359. of very similar sizes, you can't get a useful display of the fields. Since it's common to have variably sized columns of data with most user interface designs, developers often decide not to add additional information to an existing single column list due to the amount of work involved.  While working around this limitation directly within the current List Manager is not practical, there is another approach developers can take. This LDEF supports tabbed text within a single List Manager co
  21360. blumn, which allows you to add additional fields or columns to their user interfaces quickly and easily.
  21361. It also demonstrates:
  21362. -A list definition implementation.
  21363. -A technique to help you debug stand-alone code.
  21364. -An example of how to build a safe fat resource.
  21365. -Use of the new accessor routines which are provided as the first step to being Copland-savvy.
  21366. packages
  21367. System Enabler 088 (AVs)O
  21368. Dev.CD Apr 94
  21369. Dev.CD Jan 94P
  21370. Dev.CD Apr 94
  21371. Dev.CD Jan 9V
  21372. 72813X
  21373. Apr 94
  21374. p--set theItem to choose file -- uncomment to test in an AS editor
  21375.     tell application "Finder"
  21376.         open item "Dev.CD Apr 94
  21377. Dev.CD Jan 94"
  21378.         activate
  21379.     end tell
  21380. on error errMsg number errNum
  21381.     --enter statements to perform when no records are found such as...
  21382.     display dialog "Sorry, the item you selected could not be found."
  21383.     return
  21384. end try
  21385. All Packages
  21386. System Enabler 088 (AVs)O
  21387. Dev.CD Apr 94
  21388. Dev.CD Jan 94P
  21389. Dev.CD Apr 94
  21390. Dev.CD Jan 9V
  21391. 72814X
  21392. Apr 94
  21393. p--set theItem to choose file -- uncomment to test in an AS editor
  21394.     tell application "Finder"
  21395.         open item "Dev.CD Apr 94
  21396. Dev.CD Jan 94"
  21397.         activate
  21398.     end tell
  21399. on error errMsg number errNum
  21400.     --enter statements to perform when no records are found such as...
  21401.     display dialog "Sorry, the item you selected could not be found."
  21402.     return
  21403. end try
  21404. Summary: The OpenDoc Development Framework, or ODF, is an object-oriented framework developed in C++ which is targeted for building cross-platform OpenDoc component editors. Like MacApp, Apple's framework for building standalone Macintosh applications, ODF makes the process of building an OpenDoc component editor easier by implementing much of a component editor's default behavior.
  21405. OpenDoc Development Framework (ODF) Release 3 is mainly a maintenance release. ODF 3 is not cross-platform, 
  21406. it is still Mac-only. When we shipped ODF 2 in September, we scheduled ODF 3 for a January/February time frame. But the number of patches and the improvements we made in recent months made us decide to release an earlier version without waiting for the cross-platform support. It is, we think, important to provide you with a reference release containing all the changes you have seen us posting on the ODF-Interest list and the Web. We could have called it ODF 2.5 or ODF 2 Update 1 but it is,
  21407.  we think, less confusing to simply call it ODF 3.
  21408. This release supports the following development environments for PowerPC: 
  21409.    - Metrowerks CodeWarrior 10
  21410.    - MrC for MPW
  21411. This release supports the  following build environments  for 68K:
  21412.    - Symantec C++ for MPW
  21413.    - CodeWarrior 10 for 68K
  21414. Please refer to the "Getting Started" folder for specific instructions on configuring your compiler for use with ODF.
  21415. Developer University:
  21416. Documentation:
  21417. Getting Started:
  21418. Important Information
  21419. Localization Tools:
  21420. ODF Sample Parts:
  21421. ODF-Interest Archive:
  21422. ODFDev:
  21423. ODFLibrary 1.2:
  21424. PartMaker:
  21425. Release Notes:
  21426. Tools & Goodies:
  21427. Updates & Patches:K
  21428. Apr 96L
  21429. Feb 97OKDev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc Development Framework:PPDev.CD Jan 97 SDK2
  21430.  - Development Kits (Disc 2)
  21431.  - OpenDoc Development Frameworke Code
  21432.  - Files
  21433.  - Standard File
  21434.  - CustomGet unresolved alias
  21435. All Packages
  21436. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  21437. Dev.CD Jan 94
  21438. Dev.CD Oct 93
  21439. Dev.CD Jul 93
  21440. Dev.CD Apr 93PDDev.CD Apr 94
  21441. Dev.CD Jan 94
  21442. Dev.CD Oct 93
  21443. Dev.CD Jul 93
  21444. Dev.CD Apr 9V
  21445. 72912X
  21446. Apr 94
  21447. --set theItem to choose file -- uncomment to test in an AS editor
  21448.     tell application "Finder"
  21449.         open item "Dev.CD Apr 94
  21450. Dev.CD Jan 94
  21451. Dev.CD Oct 93
  21452. Dev.CD Jul 93
  21453. Dev.CD Apr 93"
  21454.         activate
  21455.     end tell
  21456. on error errMsg number errNum
  21457.     --enter statements to perform when no records are found such as...
  21458.     display dialog "Sorry, the item you selected could not be found."
  21459.     return
  21460. end try
  21461. All Packages
  21462. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  21463. Dev.CD Jan 94
  21464. Dev.CD Oct 93
  21465. Dev.CD Jul 93
  21466. Dev.CD Apr 93PDDev.CD Apr 94
  21467. Dev.CD Jan 94
  21468. Dev.CD Oct 93
  21469. Dev.CD Jul 93
  21470. Dev.CD Apr 9V
  21471. 72913X
  21472. Apr 94
  21473. All Packages
  21474. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  21475. Dev.CD Jan 94
  21476. Dev.CD Oct 93
  21477. Dev.CD Jul 93
  21478. Dev.CD Apr 93PDDev.CD Apr 94
  21479. Dev.CD Jan 94
  21480. Dev.CD Oct 93
  21481. Dev.CD Jul 93
  21482. Dev.CD Apr 9V
  21483. 72918X
  21484. Apr 94
  21485. --set theItem to choose file -- uncomment to test in an AS editor
  21486.     tell application "Finder"
  21487.         open item "Dev.CD Apr 94
  21488. Dev.CD Jan 94
  21489. Dev.CD Oct 93
  21490. Dev.CD Jul 93
  21491. Dev.CD Apr 93"
  21492.         activate
  21493.     end tell
  21494. on error errMsg number errNum
  21495.     --enter statements to perform when no records are found such as...
  21496.     display dialog "Sorry, the item you selected could not be found."
  21497.     return
  21498. end try
  21499. All Packages
  21500. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  21501. Dev.CD Jan 94
  21502. Dev.CD Oct 93
  21503. Dev.CD Aug 93P6Dev.CD Apr 94
  21504. Dev.CD Jan 94
  21505. Dev.CD Oct 93
  21506. Dev.CD Aug 9V
  21507. 72919X
  21508. Apr 94
  21509. All Packages
  21510. F    QuickTimeO)Dev.CD Jan 94
  21511. Dev.CD Oct 93
  21512. Dev.CD Jul 93P(Dev.CD Jan 94
  21513. Dev.CD Oct 93
  21514. Dev.CD Jul 9V
  21515. 72383X
  21516. Jan 94
  21517. ~--set theItem to choose file -- uncomment to test in an AS editor
  21518.     tell application "Finder"
  21519.         open item "Dev.CD Jan 94
  21520. Dev.CD Oct 93
  21521. Dev.CD Jul 93"
  21522.         activate
  21523.     end tell
  21524. on error errMsg number errNum
  21525.     --enter statements to perform when no records are found such as...
  21526.     display dialog "Sorry, the item you selected could not be found."
  21527.     return
  21528. end try
  21529. All Packages
  21530. F    QuickTimeO
  21531. Dev.CD Jan 94P
  21532. Dev.CD Jan 9V
  21533. 72384X
  21534. Jan 94
  21535. b--set theItem to choose file -- uncomment to test in an AS editor
  21536.     tell application "Finder"
  21537.         open item "Dev.CD Jan 94"
  21538.         activate
  21539.     end tell
  21540. on error errMsg number errNum
  21541.     --enter statements to perform when no records are found such as...
  21542.     display dialog "Sorry, the item you selected could not be found."
  21543.     return
  21544. end try
  21545. All Packages
  21546. opendoc
  21547. development
  21548. opendoc
  21549. development
  21550. framework
  21551. opendoc
  21552. readme
  21553. opendoc
  21554. source
  21555. openfwbridgefixjuly9
  21556. opengl
  21557. opengl
  21558. drawsprocket
  21559. opengl
  21560. drawsprocket
  21561. opengl
  21562. drawsprocket
  21563. opengl
  21564. drawsprocket
  21565. opengl
  21566. parts
  21567. opengl
  21568. openmoviefromdataref
  21569. openmoviefromdataref
  21570. openmultfiles
  21571. opentptppp
  21572. opentptppp
  21573. openwindow
  21574. openwindow
  21575. openwindow
  21576. openwindow
  21577. CD Nov 00 TC Disk 1
  21578. All Packages
  21579. CustomMediaIuThis demo program shows how to subclass the quicktime.std.movies.media.Media class to support any Custom media types.J2med.bat
  21580. README.txt
  21581. TestVRMedia
  21582. TestVRMedia.zipK
  21583. Feb 00
  21584. OWDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:CustomMedia:V
  21585. 70047X
  21586. 1e    No Changeo&http://developer.apple.com/samplecode/
  21587. 72086X
  21588. Jan 97^
  21589. --set theItem to choose file -- uncomment to test in an AS editor
  21590.     tell application "Finder"
  21591.         open item "Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc Development Framework:"
  21592.         activate
  21593.     end tell
  21594. on error errMsg number errNum
  21595.     --enter statements to perform when no records are found such as...
  21596.     display dialog "Sorry, the item you selected could not be found."
  21597.     return
  21598. end try
  21599. Deletedq
  21600. Dev.CD Jan 97 SDK2
  21601. D!All Packages
  21602. Mac OS SDK Edition
  21603. OpenDoc International
  21604. Summary:  OpenDoc J-1.1 GM is a localized version of OpenDoc for Japan. This version supports Japanese system software version 7.5.3 or later. 
  21605. Included in the OpenDoc International folder are Recipes and Development folders along with the OpenDoc J-1.1 installer. These items supplement the OpenDoc SDK and help developers understand how to use TSM and TSMTE in programming OpenDoc parts.
  21606. 72087X
  21607. Deleted
  21608. e    No Changef2AppleShare
  21609. File Sharing
  21610. File Manager
  21611. Drag and Dropq
  21612. Dev.CD Nov 00 TC Disk 1
  21613. D!All Packages
  21614. Tool Chest Edition
  21615. URL Access 1.0.1 SDK
  21616. URL Access - A collection of functions allowing easy access to files on network systems using URLs to reference the remote sources. Support is provided for ftp, http,  and file URLs.
  21617. Download data from a given URL
  21618. Upload data to a given URL (FTP only)
  21619. Post an HTML form
  21620. Download a directory listing (FTP only)
  21621. Download/Upload an entire directory (FTP only)
  21622. Progress and authentication UI
  21623. The SSL code in URL Access uses 40-bit encryption.  This is exportable.
  21624. JrURL Access
  21625. URL Access Scripting
  21626. URLAccess.h
  21627. URLAccess.p
  21628. URLAccess.pdf
  21629. URLAccess68K.lib
  21630. URLAccessLib
  21631. URLAccessLib.oK
  21632. Aug 99M    MacOS 8.6N
  21633. URL Access, Internet, IPOJDev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:URL Access 1.0.1 SDK:PUDev.CD Aug 99 TC
  21634.  - What's New?
  21635.  - Development Kits
  21636.  - Mac OS
  21637.  - URL Access 1.0.1 SDKV
  21638. 73012X
  21639. Aug 99^
  21640. es our software developers to build more powerful, higher-quality software in less time than it took to develop traditional monolithic applications.
  21641. Contains OpenDoc
  21642.  1.1, documentation, and development essentials.
  21643. Cyberdog 1.1:
  21644. Developer Documentation:
  21645. Installing OpenDoc
  21646. Introduction to Component SW:
  21647. Licensing:
  21648. OpenDoc Development:
  21649. OpenDoc Development Framework
  21650. OpenDoc DR6 ReadMe
  21651. OpenDoc
  21652.  Source CodeK
  21653. Apr 96L
  21654. Jan 97M
  21655. Any Macintosh with 68030 or greater, or Power Macintosh.
  21656. Suggested 8MB RAM or more.
  21657.  OS Version 7.1.1 or later for 68K Macintosh
  21658. Mac OS Version 7.1.2 or later for Power MacintoshNVOpenDoc, Component Software, Compound Document Architecture, Objects, SOM, DSOM, CORBAO5Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc:P:Dev.CD Jan 97 SDK2
  21659.  - Development Kits (Disc 2)
  21660.  - OpenDoc
  21661. OpenDoc
  21662. Summary:  OpenDoc is an open industry standard architecture for building reusable, distributed, cross-platform software.  
  21663. OpenDoc is both a specification and a set of technologies used to build components.  Developers who build their applications consistent with the OpenDoc architecture can provide software that integrates and cooperates with other OpenDoc software.
  21664. With OpenDoc, software developers can provides specialized solutions to meet each customer's specific need.  OpenDoc enabl
  21665. D!All Packages
  21666. Mac OS SDK Edition
  21667. Open Transport/PPP SDKI;Contains Open Transport PPP Software Development Kit (SDK).J8CurrentImage.GIF
  21668. OpenTptPPP.h
  21669. OT/PPP Client Dev Note 1.0K
  21670. Apr 98M
  21671. Open TransportN
  21672. OT/PPP SDKOBDev.CD Jul 99 SDK1:Development Kits:Mac OS:Open Transport/PPP SDK:PJDev.CD Jul 99 SDK1
  21673.  - Development Kits
  21674.  - Mac OS
  21675.  - Open Transport/PPP SDKV
  21676. 72084X
  21677. Jul 99rry, the item you selected could not be found."
  21678.     return
  21679. end try
  21680. e    No Changef'PicComments
  21681. QuickDraw bottleneck
  21682. Carbono&http://developer.apple.com/samplecode/q
  21683. Dev.CD Nov 00 TC Disk 1
  21684. All Packages
  21685. CustomPutAppendI
  21686. This demonstrates a CustomPutDialog with an Append button that does not ask the user if he/she wants to replace the existing file.J}CustomPutAppend -- readme
  21687. CustomPutAppend(PPC)
  21688. CustomPutAppend.c
  21689. CustomPutAppend.mcp
  21690. CustomPutAppend.rsrc
  21691. InitMac.c
  21692. InitMac.hOHDev.CD Nov 00 TC Disk 1:Sample Code:Files:Standard File:CustomPutAppend:V
  21693. 70049X
  21694. 1e    No Changeo&http://developer.apple.com/samplecode/
  21695. 72085X
  21696. Jan 97^
  21697. --set theItem to choose file -- uncomment to test in an AS editor
  21698.     tell application "Finder"
  21699.         open item "Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc:"
  21700.         activate
  21701.     end tell
  21702. on error errMsg number errNum
  21703.     --enter statements to perform when no records are found such as...
  21704.     display dialog "Sorry, the item you selected could not be found."
  21705.     return
  21706. end try
  21707. DeletedfPOpenDoc
  21708. Component Software
  21709. Compound Document Architecture
  21710. Objects
  21711. CORBAq
  21712. Dev.CD Jan 97 SDK2
  21713. D!All Packages
  21714. Mac OS SDK Edition
  21715. F(OpenDoc Development Framework, Release 3
  21716. IvThis sample code illustrates how to use create shortcut movies. See the top of the file QTShortcut.c for more details.J4Building QT Samples
  21717. QTShortcut.c
  21718. QTShortcut.h
  21719. READMEOADev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtshortcut:PLDev.CD Nov 00 TC Disk 2
  21720.  - Sample Code
  21721.  - QuickTime
  21722.  - Goodies
  21723.  - qtshortcutV
  21724. 72251X
  21725. Nov 00^    TC Disk 2
  21726. --set theItem to choose file -- uncomment to test in an AS editor
  21727.     tell application "Finder"
  21728.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtshortcut:"
  21729.         activate
  21730.     end tell
  21731. on error errMsg number errNum
  21732.     --enter statements to perform when no records are found such as...
  21733.     display dialog "Sorry, the item you selected could not be found."
  21734.     return
  21735. end try
  21736. e    No Changeq
  21737. Dev.CD Nov 00 TC Disk 2
  21738. All Packages
  21739. QTShowEffect
  21740. 72252X
  21741. --set theItem to choose file -- uncomment to test in an AS editor
  21742.     tell application "Finder"
  21743.         open item "Dev.CD Jul 99 SDK1:Development Kits:Mac OS:Open Transport/PPP SDK:"
  21744.         activate
  21745.     end tell
  21746. on error errMsg number errNum
  21747.     --enter statements to perform when no records are found such as...
  21748.     display dialog "Sorry, the item you selected could not be found."
  21749.     return
  21750. end try
  21751. Deletedf
  21752. OT/PPP SDKq
  21753. Dev.CD Jul 99 SDK1
  21754. D!All Packages
  21755. Mac OS SDK Edition
  21756.  an open industry standard architecture for building reusable, distributed, cross-platform software.  
  21757. OpenDoc is both a specification and a set of technologies used to build components.  Developers who build their applications consistent with the OpenDoc architecture can provide software that integrates and cooperates with other OpenDoc software.
  21758. With OpenDoc, software developers can provides specialized solutions to meet each customer's specific need.  OpenDoc enabld.  OpenDoc enabl
  21759. M`Code Warrior Pro 5 (to open the project file), a Mac that's fast enough to
  21760. play sound from disk.N8sound, play, doublebuffer, SndPlayDoubleBuffer, compressO>Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:SndPlayDoubleBuffer:PFDev.CD Nov 00 TC Disk 2
  21761.  - Sample Code
  21762.  - Sound
  21763.  - SndPlayDoubleBufferV
  21764. 72574X
  21765. Nov 00^    TC Disk 2
  21766. --set theItem to choose file -- uncomment to test in an AS editor
  21767.     tell application "Finder"
  21768.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:SndPlayDoubleBuffer:"
  21769.         activate
  21770.     end tell
  21771. on error errMsg number errNum
  21772.     --enter statements to perform when no records are found such as...
  21773.     display dialog "Sorry, the item you selected could not be found."
  21774.     return
  21775. end try
  21776. e    No Changef4sound
  21777. doublebuffer
  21778. SndPlayDoubleBuffer
  21779. compressq
  21780. Dev.CD Nov 00 TC Disk 2
  21781. D!All Packages
  21782. Tool Chest Edition
  21783. F!Snippets - Communications Toolbox
  21784. QuickTime, Sprite, TrackOQDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Wired Movies and Sprites:QTSprites:P\Dev.CD Nov 00 TC Disk 2
  21785.  - Sample Code
  21786.  - QuickTime
  21787.  - Wired Movies and Sprites
  21788.  - QTSpritesng
  21789. string
  21790. encoding
  21791. string
  21792. string
  21793. services
  21794. strings
  21795. strip
  21796. strlist
  21797. strlog
  21798. structure
  21799. structure
  21800. region
  21801. structures
  21802. studio
  21803. stuffit
  21804. style
  21805. style
  21806. guide
  21807. sub-menus
  21808. subroutines
  21809. suite
  21810. xtedit
  21811. thread
  21812. manager
  21813. tasks
  21814. timing
  21815. timings
  21816. tokenR
  21817. token
  21818. ringR
  21819. tokentalk
  21820. toolboxe
  21821. toolkit
  21822. topleft
  21823. track
  21824. tracker
  21825. traditional
  21826. translation
  21827. transport
  21828. types
  21829. unicode
  21830. unicode
  21831. utilities
  21832. unloadscrap
  21833. usage
  21834. useritems
  21835. PFDev.CD Oct 00 SDK1
  21836.  - Development Kits
  21837.  - Mac OS
  21838.  - Open Transport SDKV
  21839. 72083X
  21840. Oct 00^
  21841. --set theItem to choose file -- uncomment to test in an AS editor
  21842.     tell application "Finder"
  21843.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Open Transport SDK:"
  21844.         activate
  21845.     end tell
  21846. on error errMsg number errNum
  21847.     --enter statements to perform when no records are found such as...
  21848.     display dialog "Sorry, the item you selected could not be found."
  21849.     return
  21850. end try
  21851. e    No Changef2AppleTalk
  21852. Ethernet
  21853. networking
  21854. OpenTransport
  21855. TCP/IPo
  21856. http://developer.apple.com/sdk/q
  21857. Dev.CD Oct 00 SDK1
  21858. Open Transport/PPP SDKI;Contains Open Transport PPP Software Development Kit (SDK).J8CurrentImage.GIF
  21859. OpenTptPPP.h
  21860. OT/PPP Client Dev Note 1.0K
  21861. Apr 98M
  21862. Open TransportN
  21863. OT/PPP SDKOBDev.CD Jul 99 SDK1:Development Kits:Mac OS:Open Transport/PPP SDK:PJDev.CD Jul 99 SDK1
  21864.  - Development Kits
  21865.  - Mac OS
  21866.  - Open Transport/PPP SDKV
  21867. 72084X
  21868. Jul 99
  21869. 72084X
  21870. Jul 99e
  21871. Deleted
  21872. sampling
  21873. sanctioned
  21874. sanity
  21875. sanskrit
  21876. satisfy
  21877. satisfying
  21878. saturate
  21879. saven
  21880. print
  21881. record
  21882. walks
  21883. through
  21884. style
  21885. saved
  21886. saved-off
  21887. savemenu
  21888. saver
  21889. saves
  21890. saving{
  21891. savings
  21892. savory
  21893. savvy
  21894. sawitzki
  21895. says{
  21896. sbarcdef
  21897. scalable
  21898. scalable
  21899. postscript
  21900. shows
  21901. postscrip
  21902. scalar
  21903. scale
  21904. scaled
  21905. scales
  21906. scaling
  21907. scannedx
  21908. scannerx
  21909. scanners
  21910. scriptability
  21911. object-oriented^
  21912. objective-c
  21913. objects
  21914. objectsupportlib
  21915. macodbc
  21916. database
  21917. connectivity
  21918. drivers
  21919. network
  21920. middlewar
  21921. apple
  21922. event
  21923. opening
  21924. documents
  21925. off-screen
  21926. offscreenr
  21927. offscreen
  21928. copybits
  21929. newgworld
  21930. gworld
  21931. pixmap
  21932. bitmap
  21933. alterr
  21934. ooptesample
  21935. opaque
  21936. choose
  21937. folder
  21938. navigation
  21939. services
  21940. transport
  21941. cache
  21942. delete
  21943. query
  21944. arpsample
  21945. cture
  21946. based
  21947. demonstrates
  21948. routine
  21949. intended
  21950. writers
  21951. easily
  21952. display
  21953. needed
  21954. mathlib
  21955. functions
  21956. because
  21957. program
  21958. shows
  21959. display
  21960. quicktime
  21961. content
  21962. --set theItem to choose file -- uncomment to test in an AS editor
  21963.     tell application "Finder"
  21964.         open item "Dev.CD Apr 94
  21965. Dev.CD Jan 94
  21966. Dev.CD Oct 93
  21967. Dev.CD Jul 93"
  21968.         activate
  21969.     end tell
  21970. on error errMsg number errNum
  21971.     --enter statements to perform when no records are found such as...
  21972.     display dialog "Sorry, the item you selected could not be found."
  21973.     return
  21974. end try
  21975. previews
  21976. previousi
  21977. previously
  21978. print2
  21979. printed
  21980. printer
  21981. printer-specific
  21982. printers{
  21983. printers/print
  21984. printing
  21985. printing-related
  21986. prior
  21987. priorities
  21988. private
  21989. --set theItem to choose file -- uncomment to test in an AS editor
  21990.     tell application "Finder"
  21991.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:Open Transport Debug:"
  21992.         activate
  21993.     end tell
  21994. on error errMsg number errNum
  21995.     --enter statements to perform when no records are found such as...
  21996.     display dialog "Sorry, the item you selected could not be found."
  21997.     return
  21998. end try
  21999. r errNum
  22000.     --enter statements to perform when no records are found such as...
  22001.     display dialog "Sorry, the item you selected could not be found."
  22002.     return
  22003. end try
  22004. e    No Changef
  22005. Custom Window
  22006. WDEFo&http://developer.apple.com/samplecode/q
  22007. Dev.CD Nov 00 TC Disk 1
  22008. All Packages
  22009. Cyrillic Language KitO!Dev.CD May 97 TC
  22010. Dev.CD May 96 TCP Dev.CD May 97 TC
  22011. Dev.CD May 96 TV
  22012. 70052X
  22013. May 97
  22014. transport
  22015. transport
  22016. debug
  22017. transport
  22018. transport/ppp
  22019. opendoc
  22020. opendoc
  22021. development
  22022. framework
  22023. release
  22024. opendoc
  22025. international
  22026. openfwbridgefixjul97
  22027. opengl
  22028. opengl
  22029. drawsprocket
  22030. opengl
  22031. install
  22032. openwindow
  22033. opp's
  22034. optimization
  22035. optimization
  22036. demos
  22037. option
  22038. oracle
  22039. Dev.CD Jun 97 SSV
  22040. 72081X
  22041. Jun 97
  22042. f--set theItem to choose file -- uncomment to test in an AS editor
  22043.     tell application "Finder"
  22044.         open item "Dev.CD Jun 97 SSW"
  22045.         activate
  22046.     end tell
  22047. on error errMsg number errNum
  22048.     --enter statements to perform when no records are found such as...
  22049.     display dialog "Sorry, the item you selected could not be found."
  22050.     return
  22051. end try
  22052. D!All Packages
  22053. Mac OS SDK Edition
  22054. Open Transport DebugI~This disk image contains a debug version of OT 2.5.2, which is useful for developers of Open Transport client and kernel code.J
  22055. Open Transport Debug.imgK
  22056. Jan 00M
  22057. Mac OS 9.0N
  22058. Open Transport debugOSDev.CD Jul 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:Open Transport Debug:P^Dev.CD Jul 00 SDK1
  22059.  - Development Kits
  22060.  - Mac OS
  22061.  - Open Transport 1.3
  22062.  - Open Transport DebugV
  22063. 72082X
  22064. Jul 00^
  22065. #ftp.apple.com/developer/Development_Kits/OpenTransport/OT2.5.2/
  22066. Deleted
  22067. Deletedf
  22068. Open Transport debugoEftp://ftp.apple.com/developer/Development_Kits/OpenTransport/OT2.5.2/q
  22069. Dev.CD Jul 00 SDK1
  22070. D!All Packages
  22071. Mac OS SDK Edition
  22072. Open Transport SDK 2.6
  22073. Software Development Kit (SDK) for development of Open Transport Applications, Modules, and drivers. The SDK includes the client and module developer kits, which include documentation, header and library files and sample code of networking applications for AppleTalk and TCP/IP. There is an updated Apple Enet Driver Development Kit (DDK) for developing Ethernet drivers to function with Mac OS 9.
  22074. The program and driver samples presented in this SDK were compiled using MetroWerks CodeWarriorBP 5.0 (IDE 4.0) and requires the use of Universal Interfaces and Libraries 3.3.1.
  22075. Open Transport SDK 2.6.imgK
  22076. Jun 95L
  22077. Aug 00N6AppleTalk, Ethernet, networking, OpenTransport, TCP/IPO>Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Open Transport SDK:ngeo
  22078. http://developer.apple.com/sdk/
  22079. All Packages
  22080. Open TransportO
  22081. Dev.CD Jun 97 SSWP
  22082. Dev.CD Jun 97 SSV
  22083. 72079X
  22084. Jun 97
  22085. f--set theItem to choose file -- uncomment to test in an AS editor
  22086.     tell application "Finder"
  22087.         open item "Dev.CD Jun 97 SSW"
  22088.         activate
  22089.     end tell
  22090. on error errMsg number errNum
  22091.     --enter statements to perform when no records are found such as...
  22092.     display dialog "Sorry, the item you selected could not be found."
  22093.     return
  22094. end try
  22095. All Packages
  22096. Open TransportO
  22097. Dev.CD Jun 97 SSWP
  22098. Dev.CD Jun 97 SSV
  22099. 72080X
  22100. Jun 97
  22101. f--set theItem to choose file -- uncomment to test in an AS editor
  22102.     tell application "Finder"
  22103.         open item "Dev.CD Jun 97 SSW"
  22104.         activate
  22105.     end tell
  22106. on error errMsg number errNum
  22107.     --enter statements to perform when no records are found such as...
  22108.     display dialog "Sorry, the item you selected could not be found."
  22109.     return
  22110. end try
  22111. All Packages
  22112. Open TransportO
  22113. Dev.CD Jun 97 SSWV
  22114. 72081X
  22115. All Packages
  22116. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  22117. Dev.CD Jan 94
  22118. Dev.CD Oct 93
  22119. Dev.CD Jul 93
  22120. Dev.CD Apr 93PDDev.CD Apr 94
  22121. Dev.CD Jan 94
  22122. Dev.CD Oct 93
  22123. Dev.CD Jul 93
  22124. Dev.CD Apr 9V
  22125. 72775X
  22126. Apr 94
  22127. --set theItem to choose file -- uncomment to test in an AS editor
  22128.     tell application "Finder"
  22129.         open item "Dev.CD Apr 94
  22130. Dev.CD Jan 94
  22131. Dev.CD Oct 93
  22132. Dev.CD Jul 93
  22133. Dev.CD Apr 93"
  22134.         activate
  22135.     end tell
  22136. on error errMsg number errNum
  22137.     --enter statements to perform when no records are found such as...
  22138.     display dialog "Sorry, the item you selected could not be found."
  22139.     return
  22140. end try
  22141. All Packages
  22142. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  22143. Dev.CD Jan 94
  22144. Dev.CD Oct 93
  22145. Dev.CD Jul 93
  22146. Dev.CD Apr 93PDDev.CD Apr 94
  22147. Dev.CD Jan 94
  22148. Dev.CD Oct 93
  22149. Dev.CD Jul 93
  22150. Dev.CD Apr 9V
  22151. 72776X
  22152. Apr 94
  22153. 72970X
  22154. Dec 00^    RL Disk 1b
  22155. Revised
  22156. --set theItem to choose file -- uncomment to test in an AS editor
  22157.     tell application "Finder"
  22158.         open item "Dev.CD Dec 00 RL Disk 1:Technical Documentation:Technical Publications:quicktime:"
  22159.         activate
  22160.     end tell
  22161. on error errMsg number errNum
  22162.     --enter statements to perform when no records are found such as...
  22163.     display dialog "Sorry, the item you selected could not be found."
  22164.     return
  22165. end try
  22166. UpdatedfZQuickTime
  22167. Quick Time
  22168. video
  22169. sound
  22170. virtual reality
  22171. QuickTime 3
  22172. graphics
  22173. media
  22174. music
  22175. soundo<http://developer.apple.com/techpubs/quicktime/quicktime.htmlq
  22176. Dev.CD Dec 00 RL Disk 1
  22177. nD(All Packages
  22178. Reference Library Edition
  22179. F Technical Publications: Rhapsody
  22180. datedialog
  22181. dates
  22182. david
  22183. davidson
  22184. objects68k
  22185. objectsppc
  22186. objectsupportlib
  22187. obsolete
  22188. obsolete
  22189. pre-asip
  22190. obsolete&unsupported
  22191. obtain
  22192. TC Disk 2
  22193. --set theItem to choose file -- uncomment to test in an AS editor
  22194.     tell application "Finder"
  22195.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:Dashed Lines:"
  22196.         activate
  22197.     end tell
  22198. on error errMsg number errNum
  22199.     --enter statements to perform when no records are found such as...
  22200.     display dialog "Sorry, the item you selected could not be found."
  22201.     return
  22202. end try
  22203. e    No Changef
  22204. PostScript
  22205. printerq
  22206. Dev.CD Nov 00 TC Disk 2
  22207. All Packages
  22208. Dashed-capped Lines
  22209. )This sample demonstrates how to draw dashed line objects on PostScript printers.  In this case, they are capped PostScript lines.  I use round caps, which means that the ends of the lines are rounded.
  22210. This simple example does not deal with QuickDraw printers, on which it draws solid black lines.
  22211. 70056X
  22212. ooptesample
  22213. opaque
  22214. opaque
  22215. types
  22216. firmware
  22217. systems
  22218. simple
  22219. sample
  22220. which
  22221. demonstrates
  22222. controls
  22223. simple
  22224. demonstration
  22225. process
  22226. manager
  22227. simple
  22228. example
  22229. component
  22230. custom
  22231. entry
  22232. point
  22233. simple
  22234. example
  22235. persistent
  22236. written
  22237. works
  22238. simple
  22239. example
  22240. using
  22241. popupcdef
  22242. available
  22243. system
  22244. simple
  22245. demonstrate
  22246. cocoa
  22247. development
  22248. project
  22249. simple
  22250. rapid
  22251. application
  22252. prototyping
  22253. design
  22254. simple
  22255. utility
  22256. driver
  22257. support
  22258. asynchronous
  22259. simple
  22260. calls
  22261. hmshowballoon
  22262. appropriate
  22263. small
  22264. example
  22265. ipclistports
  22266. sample
  22267. colle
  22268. snippet
  22269. shows
  22270. dialog
  22271. sound
  22272. manager
  22273. pre-mixer
  22274. effect
  22275. component
  22276. shows
  22277. textedit
  22278. shows
  22279. editing
  22280. colored
  22281. backgr
  22282. sample
  22283. shows
  22284. transport
  22285. simple
  22286. application
  22287. displays
  22288. modal
  22289. window
  22290. arbon
  22291. under
  22292. O9Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:OOPTESample:PADev.CD Nov 00 TC Disk 2
  22293.  - Sample Code
  22294.  - Overview
  22295.  - OOPTESample1.0
  22296. _Summary: This is a complete demonstration of the Data Access Manager. It includes a query builder (DAM Generator), an XCMD which can use some query documents (HyperDAM ), and two querys with two different types of user interface (Text and Graphical).
  22297. Features: 
  22298. * Query Builder
  22299. * XCMD to use querys with HyperCard
  22300. * two different querys with two qdef
  22301. Data Access Manager.cpK
  22302. Vol VL
  22303. Mar 92M
  22304. me 7.0 and a computer where there is a DAL Server (Vax
  22305. ). A Vax with PathWorks and DALDEMO on it is a very good choice. If you want to use the two querys you must modify the parameters needed for the connection with ResEdit or DAM Generator .OvDev.CD Nov 00 TC Disk 1:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager French Demo:V
  22306. 70057X
  22307. 1e    No Change
  22308. N?TESample, Objec Oriented, Object Pascal, Framework, OOPTESampleapped Lines.mcp
  22309. Dashed-capped Lines.p
  22310. Dashed-capped Lines.rsrcM
  22311. PostScript printerN%PostScript, print, capped, dash, lineOADev.CD Nov 00 TC Disk 2:Sample Code:Printing:Dashed-capped Lines:PIDev.CD Nov 00 TC Disk 2
  22312.  - Sample Code
  22313.  - Printing
  22314.  - Dashed-capped LinesV
  22315. 70056X
  22316. Nov 00^    TC Disk 2
  22317. --set theItem to choose file -- uncomment to test in an AS editor
  22318.     tell application "Finder"
  22319.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:Dashed-capped Lines:"
  22320.         activate
  22321.     end tell
  22322. on error errMsg number errNum
  22323.     --enter statements to perform when no records are found such as...
  22324.     display dialog "Sorry, the item you selected could not be found."
  22325.     return
  22326. end try
  22327. All Packages
  22328. F    QuickTimeO
  22329. Dev.CD Oct 93
  22330. Dev.CD Jul 93P
  22331. Dev.CD Oct 93
  22332. Dev.CD Jul 9V
  22333. 72420X
  22334. Oct 93
  22335. p--set theItem to choose file -- uncomment to test in an AS editor
  22336.     tell application "Finder"
  22337.         open item "Dev.CD Oct 93
  22338. Dev.CD Jul 93"
  22339.         activate
  22340.     end tell
  22341. on error errMsg number errNum
  22342.     --enter statements to perform when no records are found such as...
  22343.     display dialog "Sorry, the item you selected could not be found."
  22344.     return
  22345. end try
  22346. All Packages
  22347. F    QuickTimeO
  22348. Dev.CD Jul 93P
  22349. Dev.CD Jul 9V
  22350. 72421X
  22351. Jul 93
  22352. b--set theItem to choose file -- uncomment to test in an AS editor
  22353.     tell application "Finder"
  22354.         open item "Dev.CD Jul 93"
  22355.         activate
  22356.     end tell
  22357. on error errMsg number errNum
  22358.     --enter statements to perform when no records are found such as...
  22359.     display dialog "Sorry, the item you selected could not be found."
  22360.     return
  22361. end try
  22362. All Packages
  22363. F    QuickTimeV
  22364. 72422X
  22365. spells
  22366. spellswell
  22367. spend
  22368. sphere
  22369. splash
  22370. splasher
  22371. splice
  22372. split
  22373. sponsored
  22374. spooled
  22375. spooler
  22376. spoolers
  22377. spoolingx
  22378. sports
  22379. spot\
  22380. spots
  22381. spreadsheet
  22382. spreadsheets
  22383. spritet
  22384. sprites
  22385. spriteworld
  22386. spriteworld
  22387. collection
  22388. routines
  22389. programmers
  22390. spriteworld's
  22391. sprocket
  22392. disp@
  22393. view@
  22394. webobjects@
  22395. intosh
  22396. coprocessor
  22397. platform@
  22398. applescript
  22399. toolkit@
  22400. multithreaded
  22401. networking@
  22402. mutable
  22403. string@
  22404. panel@
  22405. card@
  22406. pcmcia@
  22407. profile
  22408. specification@
  22409. OOPTESample is an example application that demonstrates how to initialize the commonly used Toolbox managers, operate successfully under MultiFinder, handle desk accessories, and create, grow, and zoom windows.  It demonstrates fundamental TextEdit toolbox calls and TextEdit automatic scrolling, and it shows how to create and maintain scroll bar controls.
  22410. This version of TESample has been substantially reworked in Object Pascal to show how a "typical" object-oriented program could be writB
  22411. ten.  To this end, what was once a single source code file has been restructured into a set of classes which demonstrate the advantages of object-oriented programming.
  22412. (BuildOOPTESample
  22413. FlowCtlMacs.d
  22414. MTESample.p
  22415. Objects
  22416. OOPTESample
  22417. OOPTESample.make
  22418. ProgStrucMacs.d
  22419. README
  22420. TECommon.h
  22421. TESample.r
  22422. TESampleGlue.a
  22423. TESampleGlue.a.o
  22424. TMLRules.make
  22425. UApplication.inc1.p
  22426. UApplication.p
  22427. UDocument.inc1.p
  22428. UDocument.p
  22429. UTEDocument.inc1.p
  22430. UTEDocument.p
  22431. UTESample.inc1.p
  22432. UTESample.p
  22433. PODev.CD Nov 00 TC Disk 1
  22434.  - Sample Code
  22435.  - Graphics 2D
  22436.  - OffScreenControlUpdateV
  22437. 72076X
  22438. Nov 00^    TC Disk 1
  22439. --set theItem to choose file -- uncomment to test in an AS editor
  22440.     tell application "Finder"
  22441.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:OffScreenControlUpdate:"
  22442.         activate
  22443.     end tell
  22444. on error errMsg number errNum
  22445.     --enter statements to perform when no records are found such as...
  22446.     display dialog "Sorry, the item you selected could not be found."
  22447.     return
  22448. end try
  22449. e    No Changef
  22450. appearance
  22451. gworld
  22452. off-screenq
  22453. Dev.CD Nov 00 TC Disk 1
  22454. All Packages
  22455. OOPTESample
  22456. 72077X
  22457. 72077X
  22458. Nov 00^    TC Disk 2
  22459. --set theItem to choose file -- uncomment to test in an AS editor
  22460.     tell application "Finder"
  22461.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:OOPTESample:"
  22462.         activate
  22463.     end tell
  22464. on error errMsg number errNum
  22465.     --enter statements to perform when no records are found such as...
  22466.     display dialog "Sorry, the item you selected could not be found."
  22467.     return
  22468. end try
  22469. e    No Changef;TESample
  22470. Objec Oriented
  22471. Object Pascal
  22472. Framework
  22473. OOPTESampleq
  22474. Dev.CD Nov 00 TC Disk 2
  22475. All Packages
  22476. Open TransportO
  22477. Dev.CD Jun 97 SSWP
  22478. Dev.CD Jun 97 SSV
  22479. 72078X
  22480. Jun 97
  22481. f--set theItem to choose file -- uncomment to test in an AS editor
  22482.     tell application "Finder"
  22483.         open item "Dev.CD Jun 97 SSW"
  22484.         activate
  22485.     end tell
  22486. on error errMsg number errNum
  22487.     --enter statements to perform when no records are found such as...
  22488.     display dialog "Sorry, the item you selected could not be found."
  22489.     return
  22490. end try
  22491. function. If you don't create your own
  22492. memory device context and DIB, NewGWorldFromHBITMAP will do it for you.
  22493. Note if you do create your own DIB using CreateDIBSection, you may want to specify
  22494. a negative bitmap height parameter in the biHeight field in the BITMAPINFOHEADER structure
  22495. as this will designate the bitmap as "top-down" with the origin in the upper-left corner.
  22496. If you don't do this, your bitmap will be a "bottom-down" bitmap with origin in the lower-left corner,
  22497. and any mo
  22498. vie you draw into a GWorld associated with this bitmap will show up as inverted.
  22499. Next, the code creates the offscreen GWorld using NewGWorldFromHBITMAP.
  22500. A movie is "drawn" to this newly created offscreen by first setting the movie's GWorld
  22501. via the Quicktime SetMovieGWorld function and then calling the UpdateMovies and MoviesTask functions.
  22502. Finally, a background image and other messages are drawn to the memory device context,
  22503. and the memory device context contents are drawn to the sc
  22504. frames/sec
  22505. framework
  22506. framework-based
  22507. frameworks
  22508. francois
  22509. franke
  22510. free_
  22511. friend
  22512. friendly
  22513. friends
  22514. from_
  22515. newmoviefromdataref
  22516. newsz
  22517. newsgroup
  22518. newsgroups
  22519. newsletterz
  22520. newswatcher
  22521. newton{
  22522. newton-related
  22523. nextx
  22524. nicer
  22525. nicest
  22526. nichols
  22527. bers are 
  22528. entered.  Y'Know, like if they hit 1 and 0 within 60 ticks of each other
  22529. I interprete that as 10.
  22530. Navigating is with the tab key to move between
  22531. @ fields, or mouse clicks on a field.
  22532. Notice that I am using the System (for the most part) to do any date validity
  22533. checking and conversion.  It's already in there, why re-write it?
  22534. This sample does not look at the international resources 
  22535. ('itl0' and 'itl1') to see what the user has set up as date ordering.  
  22536. Sorry.
  22537. JaDateDialog.c
  22538. DateThing 
  22539.  Read Me
  22540. DateThing(PPC)
  22541. DateThing.c
  22542. DateThing.h
  22543. DateThing.mcp
  22544. DateThing.rOFDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:DateThing:
  22545. reen using the Win32 BitBlt function.
  22546. Note the code contains very limited error checking. It's up to you to add the
  22547. appropriate error-handling routines.
  22548. Offscreen currently can only be compiled and run under Windows 95/NT. Quicktime 3.0 is required.
  22549. 2. Using Offscreen
  22550. Launch the application, and open any QuickTime movie using the File Open menu item.
  22551. Next, a window is displayed showing the first frame of the movie along with a background image.
  22552. Press the <enter> key to displEqay the next frame of the movie (the movie will wrap once it
  22553. reaches the last frame)
  22554. Enjoy,
  22555. QuickTime Team
  22556. Application.c
  22557. Application.h
  22558. ApplicationPrivate.h
  22559. mdiplayer.ico
  22560. MOVIE.ICO
  22561. Offscreen.dsp
  22562. Offscreen.dsw
  22563. Offscreen.exe
  22564. Offscreen.mak
  22565. offscreen.rc
  22566. QTCode.c
  22567. QTCode.h
  22568. QTLogo.bmp
  22569. README.txt
  22570. resource.h
  22571. Sample.mov
  22572. WinPrefix.hODDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:Offscreen.win:PODev.CD Nov 00 TC Disk 2
  22573.  - Sample Code
  22574.  - QuickTime
  22575.  - Goodies
  22576.  - Offscreen.win
  22577. lF'Technical Publications: Mac OS X Server
  22578. Mac OS X Server Developer Documentation
  22579. Updated conceptual and reference documentation for Mac OS X Server and Yellow Box. 
  22580. What's New/Updated:
  22581. AppKit
  22582. The Application Kit is a framework containing all the objects you need to implement your graphical, event-driven user interface.
  22583. Foundation
  22584. The Foundation Framework defines a base layer of Objective-C classes for OpenStep. In addition to providing a set of useful primitive object classes, it introduces several paradigms that define funB3ctionality not covered by the Objective-C language.
  22585. AppKit
  22586. Foundation
  22587. Mar 99L
  22588. Jul 99M/Project Builder, Interface Builder, web browserW
  22589. debugger's
  22590. debuggerpresence
  22591. debuggers
  22592. debuggingW
  22593. debugging
  22594. optimized
  22595. debugs
  22596. debugstr
  22597. N5Velocity Engine, AlitVec, FFT, Fast Fourier Transformom
  22598. sample
  22599. demonstrates
  22600. create
  22601. sheet
  22602. direct
  22603. sample
  22604. demonstrate
  22605. create
  22606. custom
  22607. window
  22608. under
  22609. simple
  22610. application
  22611. meters
  22612. sound
  22613. input
  22614. level
  22615. simple
  22616. demonstration
  22617. process
  22618. manager
  22619. simple
  22620. example
  22621. component
  22622. custom
  22623. entry
  22624. point
  22625. simple
  22626. example
  22627. obtain
  22628. mouse
  22629. location
  22630. using
  22631. simple
  22632. demonstrate
  22633. cocoa
  22634. development
  22635. project
  22636. simple
  22637. rapid
  22638. application
  22639. prototyping
  22640. design
  22641. simple
  22642. utility
  22643. driver
  22644. support
  22645. asynchronous
  22646. simple
  22647. calls
  22648. hmshowballoon
  22649. appropriate
  22650. small
  22651. example
  22652. ipclistports
  22653. sample
  22654. colle
  22655. snippet
  22656. shows
  22657. dialog
  22658. sound
  22659. manager
  22660. pre-mixer
  22661. effect
  22662. component
  22663. shows
  22664. sample
  22665. shows
  22666. transport
  22667. ~--set theItem to choose file -- uncomment to test in an AS editor
  22668.     tell application "Finder"
  22669.         open item "Dev.CD Apr 94
  22670. Dev.CD Jan 94
  22671. Dev.CD Oct 93"
  22672.         activate
  22673.     end tell
  22674. on error errMsg number errNum
  22675.     --enter statements to perform when no records are found such as...
  22676.     display dialog "Sorry, the item you selected could not be found."
  22677.     return
  22678. end try
  22679. keventappactivated
  22680. keventappdeactivated
  22681. kevin
  22682. keyboardV
  22683. keyboard's
  22684. keyboards
  22685. keychain
  22686. keycodes
  22687. keycodesflag
  22688. keymap
  22689. keymaptest
  22690. keymenu
  22691. keysv
  22692. All Packages
  22693. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  22694. Dev.CD Jan 94
  22695. Dev.CD Oct 93
  22696. Dev.CD Jul 93
  22697. Dev.CD Apr 93PDDev.CD Apr 94
  22698. Dev.CD Jan 94
  22699. Dev.CD Oct 93
  22700. Dev.CD Jul 93
  22701. Dev.CD Apr 9V
  22702. 72731X
  22703. Apr 94
  22704. --set theItem to choose file -- uncomment to test in an AS editor
  22705.     tell application "Finder"
  22706.         open item "Dev.CD Apr 94
  22707. Dev.CD Jan 94
  22708. Dev.CD Oct 93
  22709. Dev.CD Jul 93
  22710. Dev.CD Apr 93"
  22711.         activate
  22712.     end tell
  22713. on error errMsg number errNum
  22714.     --enter statements to perform when no records are found such as...
  22715.     display dialog "Sorry, the item you selected could not be found."
  22716.     return
  22717. end try
  22718. All Packages
  22719. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  22720. Dev.CD Jan 94
  22721. Dev.CD Oct 93
  22722. Dev.CD Jul 93
  22723. Dev.CD Apr 93PDDev.CD Apr 94
  22724. Dev.CD Jan 94
  22725. Dev.CD Oct 93
  22726. Dev.CD Jul 93
  22727. Dev.CD Apr 9V
  22728. 72732X
  22729. Apr 94
  22730. programmerw
  22731. programmers
  22732. p--set theItem to choose file -- uncomment to test in an AS editor
  22733.     tell application "Finder"
  22734.         open item "Dev.CD Apr 94
  22735. Dev.CD Jan 94"
  22736.         activate
  22737.     end tell
  22738. on error errMsg number errNum
  22739.     --enter statements to perform when no records are found such as...
  22740.     display dialog "Sorry, the item you selected could not be found."
  22741.     return
  22742. end try
  22743. 72075X
  22744. Nov 00^    TC Disk 2
  22745. --set theItem to choose file -- uncomment to test in an AS editor
  22746.     tell application "Finder"
  22747.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:Offscreen.win:"
  22748.         activate
  22749.     end tell
  22750. on error errMsg number errNum
  22751.     --enter statements to perform when no records are found such as...
  22752.     display dialog "Sorry, the item you selected could not be found."
  22753.     return
  22754. end try
  22755. e    No Changeq
  22756. Dev.CD Nov 00 TC Disk 2
  22757. All Packages
  22758. OffScreenControlUpdateI
  22759. A simple code sample which demonstrates how to draw controls into an off-screen GWorld so you can draw them back to the screen without flicker.
  22760. Works under Appearance.J
  22761. OffscreenControl(PPC)
  22762. OffScreenControlUpdate READ ME
  22763. OffScreenControlUpdate.c
  22764. OffscreenControlUpdate.mcp
  22765. OffScreenControlUpdate.rsrcK
  22766. Aug 97N
  22767. appearance, gworld, off-screenOGDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:OffScreenControlUpdate:V
  22768. 72076X
  22769. 1e    No Change
  22770. cfm-68k
  22771. cfm-68k
  22772. changer
  22773. cheap
  22774. cheap
  22775. studio
  22776. chinese
  22777. chinese
  22778. dictation
  22779. chinese
  22780. dictation
  22781. ffered
  22782. offersy
  22783. official
  22784. officially
  22785. offscreenr
  22786. offset
  22787. offsetting
  22788. often
  22789. old-style
  22790. older
  22791. e    No Changef
  22792. bitmap
  22793. rotation
  22794. Carbono&http://developer.apple.com/samplecode/q
  22795. Dev.CD Nov 00 TC Disk 1
  22796. All Packages
  22797. Rotated ThingiesIpThese samples show how to rotate objects and text on PostScript printers using the RotateBegin/End PicComments.
  22798. using Rotate PicComments
  22799. using Text PicCommentsM
  22800. PostScript printerN2PostScript, print, rotate, text, object, PrGeneralO>Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:Rotated Thingies:PFDev.CD Nov 00 TC Disk 2
  22801.  - Sample Code
  22802.  - Printing
  22803.  - Rotated ThingiesV
  22804. 72494X
  22805. Nov 00^    TC Disk 2
  22806. --set theItem to choose file -- uncomment to test in an AS editor
  22807.     tell application "Finder"
  22808.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:Rotated Thingies:"
  22809.         activate
  22810.     end tell
  22811. on error errMsg number errNum
  22812.     --enter statements to perform when no records are found such as...
  22813.     display dialog "Sorry, the item you selected could not be found."
  22814.     return
  22815. end try
  22816. e    No Change
  22817. utils
  22818. stringutils
  22819. - Missing Gestalt selector was causing some Apps not to work with AppleScript (note: checking the Gestalt selector is NOT the recommended method of checking for OSL existence!)
  22820. - CompareProc bug where a handle's memory moved, orphaning pointers.
  22821. Any Macintosh computer capable of running CFM (Code Fragment Manager) libraries.
  22822. There appears to be a memory leak in some cases when resolving boolean "whose clauses".  [This was reported against a prior version but not fixed in this releaseC0].
  22823. OSL, Object Support Library, AppleScript, AE
  22824. ObjectSupportLib
  22825. Read MeK
  22826. Jan 97OdDev.CD Jan 97 SDK1:Development Kits (Disc 1):Interfaces&Libraries:RuntimeLibraries:ObjectSupportLib:PoDev.CD Jan 97 SDK1
  22827.  - Development Kits (Disc 1)
  22828.  - Interfaces&Libraries
  22829.  - RuntimeLibraries
  22830.  - ObjectSupportLibnstalls itself)N=debugger, MacsBug, TMON, debugger detection, DebuggerPresenceOIDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:DebuggerPresence:V
  22831. 70062X
  22832. 1e    No Change
  22833. --set theItem to choose file -- uncomment to test in an AS editor
  22834.     tell application "Finder"
  22835.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:ODOC:"
  22836.         activate
  22837.     end tell
  22838. on error errMsg number errNum
  22839.     --enter statements to perform when no records are found such as...
  22840.     display dialog "Sorry, the item you selected could not be found."
  22841.     return
  22842. end try
  22843. time, effort and money. With the introduction of version 3.0 for the Macintosh EqB
  22844. uilibrium has added a host of new features that offer professional control of still, video and web graphics and a greatly improved user interface.
  22845. Jul 98
  22846. 1.1.4
  22847. 1.1b1
  22848. 1.1b8
  22849. 1.2.1R
  22850. 1.2.4
  22851. 1.3.4
  22852. 1.3.6
  22853. 1.3b5
  22854. 1.4.2g
  22855. 1.4.6f11
  22856. 1.5.1
  22857. 1.5.2
  22858. 1.5b16
  22859. 1.6.2
  22860. 160/165c/180/180c
  22861. 2.0.1
  22862. 2.0.6
  22863. 2.0b6
  22864. 2.0d3
  22865. 2.0d38
  22866. 2.1.1
  22867. 2.1.2
  22868. 2.1.3
  22869. 2.2.2
  22870. 2.2.3
  22871. 2.3.0
  22872. e    No Changef$'odoc' Apple Event
  22873. opening documentsq
  22874. Dev.CD Nov 00 TC Disk 1
  22875. All Packages
  22876. F    Offscreen
  22877. 1. About Offscreen
  22878. Offscreen is a sample application that demonstrates how to use
  22879. the Quicktime for Windows 3.0 NewGWorldFromHBITMAP function. The code "wraps"
  22880. an offscreen GWorld around an existing DIB (created with the Win32 CreateDIBSection function)
  22881. using NewGWorldFromHBITMAP, and then by draws a movie frame-by-frame into the offscreen GWorld.
  22882. 2. Specifics
  22883. The code first creates a memory device context and DIB (using CreateDIBSection)
  22884. to use with the NewGWorldFromHBITMAP 
  22885. 72075X
  22886. uide.pdf
  22887. WebObjects Database Part I.pdf
  22888. WebObjects Database Part II.pdf
  22889. WebObjects Memory Mgmt.pdf
  22890. WebObjects Tools and Techniques
  22891. WebObjectsCategories&Posers.pdf
  22892. WebObjectsPerformanceTuning
  22893. Working with WebObjects.pdf
  22894. Writing for Interactive Media
  22895. NGMacApp, Windows Menu, Cascade Windows, Close All Windows, Windows Menu
  22896. OLDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:Windows Menu:PWDev.CD Nov 00 TC Disk 2
  22897.  - Sample Code
  22898.  - Platforms and Tools
  22899.  - MacApp
  22900.  - Windows Menu
  22901. Snarfer
  22902. Summary: The Snarfer is an application that directs whatever Macintosh it is running on to examine each AppleTalk packet it is about to write to the network.   If it meets operator-defined criteria, the packet can be altered and controlled in a variety of ways.
  22903. Features: 
  22904. Packets can have their size changed, data altered, protocol parameters changed, or their transmission delayed or repeated.  
  22905. The user-defined criteria currently includes matching such traits for the AppleTalk Protocols
  22906. : ASP, ATP, ADSP, DDP, LLAP, NBP, and PAP.
  22907. A distribution scenario can be set up to introduce random and selective snarfing of packets.
  22908. Files can be saved to hold the user-defined critieria and actions that users create.
  22909. The Snarfer can run on Internet Routers and handle multiple ports.
  22910. Issues: The Snarfer is currently being considered for a patent filed by Apple.  So far, it is a low priority patent.
  22911. desktopsprites
  22912. desktopsprites
  22913. desktopsprites
  22914. PUDev.CD Nov 00 TC Disk 1
  22915.  - Sample Code
  22916.  - Human Interface Toolbox
  22917.  - SetWindBackColorV
  22918. 72540X
  22919. Nov 00^    TC Disk 1
  22920. --set theItem to choose file -- uncomment to test in an AS editor
  22921.     tell application "Finder"
  22922.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:SetWindBackColor:"
  22923.         activate
  22924.     end tell
  22925. on error errMsg number errNum
  22926.     --enter statements to perform when no records are found such as...
  22927.     display dialog "Sorry, the item you selected could not be found."
  22928.     return
  22929. end try
  22930. e    No Changef
  22931. background
  22932. color
  22933. windowq
  22934. Dev.CD Nov 00 TC Disk 1
  22935. All Packages
  22936. F    SGCaptureIbThis demo program shows how to use the SGDrawable class to display live video within a QTCanvas. 
  22937. J-README.txt
  22938. sg.bat
  22939. SGCapture
  22940. SGCapture.zip
  22941. Feb 00
  22942. OKDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:SGCapture:V
  22943. 72541X
  22944. 1e    No Change
  22945. kcapapp
  22946. kcapapp
  22947. mappings
  22948. keyboard
  22949. macsU
  22950. macsbugB
  22951. macsbug
  22952. apple's
  22953. assembly-level
  22954. powerpc
  22955. debugger
  22956. macsbug's
  22957. macsnmp
  22958. mactcp
  22959. mactcp
  22960. 2.0.6
  22961. release
  22962. notes
  22963. madeU
  22964. madness
  22965. magazine
  22966. magazines
  22967. magic
  22968. magician
  22969. magnitude
  22970. mail-order
  22971. mailfoo
  22972. mailing
  22973. mailings
  22974. This snippet shows how to create and install your own custom search procedure.  In this example, the searchProc performs RGB color separation by checking to see if the individual RGB component values fall within a certain maximum and minimum threshold level.
  22975. JoSearchProcs and Color Sep.c
  22976. SearchProcs and Color Sep.rsrc
  22977. SearchProcs&ColorSep(PPC)
  22978. SearchProcsAndColorSep.mcpM
  22979. Color QuickDrawN2SearchProc, Color Separation, AddSearch, DelSearchOHDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:SearchProcs & Color Sep:PPDev.CD Nov 00 TC Disk 1
  22980.  - Sample Code
  22981.  - Graphics 2D
  22982.  - SearchProcs & Color Sep
  22983. nubus
  22984. board
  22985. registration
  22986. object
  22987. objectcode
  22988. objecthelpers
  22989. objecthelpers
  22990. objecthelpers
  22991. objectppc
  22992. objects
  22993. objects68k
  22994. objectsppc
  22995. objectsupportlib
  22996. obsolete
  22997. obsolete
  22998. pre-asip
  22999. obsolete&unsupported
  23000. obtain
  23001. 72073X
  23002. Jan 97^
  23003. --set theItem to choose file -- uncomment to test in an AS editor
  23004.     tell application "Finder"
  23005.         open item "Dev.CD Jan 97 SDK1:Development Kits (Disc 1):Interfaces&Libraries:RuntimeLibraries:ObjectSupportLib:"
  23006.         activate
  23007.     end tell
  23008. on error errMsg number errNum
  23009.     --enter statements to perform when no records are found such as...
  23010.     display dialog "Sorry, the item you selected could not be found."
  23011.     return
  23012. end try
  23013. Deletedq
  23014. Dev.CD Jan 97 SDK1
  23015. All Packages
  23016. ODOCIiThis sample illustrates how to send an open document ('odoc') Apple event to another application process.J
  23017. ODoc(PPC)
  23018. odoc.c
  23019. Odoc.mcpM
  23020. System 7.0N%'odoc' Apple Event, opening documentsO?Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:ODOC:PGDev.CD Nov 00 TC Disk 1
  23021.  - Sample Code
  23022.  - Interapplication Comm
  23023.  - ODOCV
  23024. 72074X
  23025. Nov 00^    TC Disk 1
  23026. e    No Change
  23027. routines
  23028. needed
  23029. customgetfile
  23030. selecting
  23031. folders
  23032. routingj
  23033. rowbytes
  23034. rubber
  23035. rubber-banding
  23036. rubberband
  23037. rubberbanded
  23038. ruben
  23039. rules
  23040. beaker
  23041. beard
  23042. beast
  23043. beasts
  23044. beautiful
  23045. became
  23046. All Packages
  23047. Object Pascal to C++ TipsIrSummary: This document contains some helpful tips on converting MacApp 2.0 applications from Object Pascal to C++.J
  23048. Object Pascal to C++ TipsK
  23049. Vol IIIL
  23050. Vol VIIM`Microsoft Word 3.0 word processor, or any compatible word processor, such as Claris MacWrite II.OYDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:C++ Related:Object Pascal to C++ TipsPdDev.CD Nov 00 TC Disk 1
  23051.  - Tool Chest
  23052.  - Development Kits
  23053.  - C++ Related
  23054.  - Object Pascal to C++ TipV
  23055. 72072X
  23056. Nov 00^    TC Disk 1
  23057. --set theItem to choose file -- uncomment to test in an AS editor
  23058.     tell application "Finder"
  23059.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:C++ Related:Object Pascal to C++ Tips"
  23060.         activate
  23061.     end tell
  23062. on error errMsg number errNum
  23063.     --enter statements to perform when no records are found such as...
  23064.     display dialog "Sorry, the item you selected could not be found."
  23065.     return
  23066. end try
  23067. e    No Change
  23068. Dev.CD Nov 00 TC Disk 1
  23069. D!All Packages
  23070. Mac OS SDK Edition
  23071. ObjectSupportLib 1.1.4
  23072. This version of the Object Support Library (1.1.4) replaces previous versions.  It is installed into the Extensions folder by dropping the icon onto the closed System folder of your boot disk.
  23073. Use of the Object Support Library is described in Chapter 6 of Inside Macintosh: Interapplication Communication.
  23074. This version of the Object Support Library (1.1.4) fixes bugs in the previous (1.1.2) release.  [Note: version number 1.1.3 was used internally for testing and never released].
  23075. Bugs fix
  23076. summary
  23077. document
  23078. contains
  23079. helpful
  23080. converti
  23081. summary
  23082. document
  23083. describes
  23084. version
  23085. applesingle
  23086. OIDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:WindowColors:PQDev.CD Nov 00 TC Disk 1
  23087.  - Sample Code
  23088.  - Human Interface Toolbox
  23089.  - WindowColorsV
  23090. 73055X
  23091. Nov 00^    TC Disk 1
  23092. --set theItem to choose file -- uncomment to test in an AS editor
  23093.     tell application "Finder"
  23094.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:WindowColors:"
  23095.         activate
  23096.     end tell
  23097. on error errMsg number errNum
  23098.     --enter statements to perform when no records are found such as...
  23099.     display dialog "Sorry, the item you selected could not be found."
  23100.     return
  23101. end try
  23102. e    No Changeq
  23103. Dev.CD Nov 00 TC Disk 1
  23104. All Packages
  23105. WindowPicker 1.1
  23106. 73056X
  23107. System Enabler 088 (AVs)O
  23108. Dev.CD Apr 94
  23109. Dev.CD Jan 94P
  23110. Dev.CD Apr 94
  23111. Dev.CD Jan 9V
  23112. 72809X
  23113. Apr 94
  23114. p--set theItem to choose file -- uncomment to test in an AS editor
  23115.     tell application "Finder"
  23116.         open item "Dev.CD Apr 94
  23117. Dev.CD Jan 94"
  23118.         activate
  23119.     end tell
  23120. on error errMsg number errNum
  23121.     --enter statements to perform when no records are found such as...
  23122.     display dialog "Sorry, the item you selected could not be found."
  23123.     return
  23124. end try
  23125. All Packages
  23126. System Enabler 088 (AVs)O
  23127. Dev.CD Apr 94P
  23128. Dev.CD Apr 9V
  23129. 72810X
  23130. Apr 94
  23131. b--set theItem to choose file -- uncomment to test in an AS editor
  23132.     tell application "Finder"
  23133.         open item "Dev.CD Apr 94"
  23134.         activate
  23135.     end tell
  23136. on error errMsg number errNum
  23137.     --enter statements to perform when no records are found such as...
  23138.     display dialog "Sorry, the item you selected could not be found."
  23139.     return
  23140. end try
  23141. All Packages
  23142. 72811X
  23143. eover
  23144. f--set theItem to choose file -- uncomment to test in an AS editor
  23145.     tell application "Finder"
  23146.         open item "Dev.CD Jun 97 SSW"
  23147.         activate
  23148.     end tell
  23149. on error errMsg number errNum
  23150.     --enter statements to perform when no records are found such as...
  23151.     display dialog "Sorry, the item you selected could not be found."
  23152.     return
  23153. end try
  23154. install
  23155. netsprocket
  23156. netsprocket
  23157. netsprockettest
  23158. netsprockettest
  23159. netsprockettest
  23160. netstuff
  23161. netstuff
  23162. netstuff
  23163. networkT
  23164. network
  23165. server
  23166. guideT
  23167. network
  23168. setup
  23169. network
  23170. software
  23171. installer
  23172. network
  23173. stream
  23174. networkcomm
  23175. networkcommsvcs
  23176. networking
  23177. networkingot
  23178. networks
  23179. networks
  23180. networksetup
  23181. networkstream
  23182. documentation
  23183. sample
  23184. aration ROM views of specific Apple products.JuEx Apple EtherNet ROM
  23185. Ex Apple Video ROM
  23186. Example Vid ROM from C&D
  23187. ExROM-1Func sResource
  23188. MinimalDeclROM.a
  23189. ROM diagramsK
  23190. Oct 92V
  23191. 70065X
  23192. 1e    No Change
  23193. kObjectiveCtoJava
  23194. Push Tech Survival Gd.pdf
  23195. QT3-More Than Dig. Video.pdf
  23196. Simplified Stream Audio.pdf
  23197. Web Animation Guide.pdf
  23198. WebObjects Database Part I.pdf
  23199. WebObjects Database Part II.pdf
  23200. WebObjects Memory Mgmt.pdf
  23201. WebObjects Tools and Techniques
  23202. WebObjectsCategories&Posers.pdf
  23203. WebObjectsPerformanceTuning
  23204. Working with WebObjects.pdf
  23205. Writing for Interactive Media
  23206. --set theItem to choose file -- uncomment to test in an AS editor
  23207.     tell application "Finder"
  23208.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:NoSound:"
  23209.         activate
  23210.     end tell
  23211. on error errMsg number errNum
  23212.     --enter statements to perform when no records are found such as...
  23213.     display dialog "Sorry, the item you selected could not be found."
  23214.     return
  23215. end try
  23216.     end tell
  23217. on error errMsg number errNum
  23218.     --enter statements to perform when no records are found such as...
  23219.     display dialog "Sorry, the item you selected could not be found."
  23220.     return
  23221. end try
  23222. e    No Changeq
  23223. Dev.CD Nov 00 TC Disk 1
  23224. All Packages
  23225. DecompressionAndScalingI
  23226. This example shows how to convert a    version 2 PICT to a compressed QuickTime data buffer. Once the PICT is compressed, it is then decompressed to the window at one quarter  its original size.V
  23227. 70066X
  23228. 1e    No Change
  23229. e    No Changeq
  23230. Dev.CD Nov 00 TC Disk 1
  23231. All Packages
  23232. NuBus TesterI
  23233. NuBusTester:  A library (with source) to detect early Macintosh II CPU ROMs that didn't handle declaration ROMs in 32-bit space correctly.  Jm-Read Me
  23234. -Read Me.txt
  23235. nbTestIntf.p
  23236. nbTestLib.o
  23237. nbTestLib.
  23238. NuBusTest
  23239. NuBusTest.make
  23240. NuBusTest.p
  23241. NuBusTest.p.oK
  23242. Oct 92OJDev.CD Nov 00 TC Disk 1:Tool Chest:Devices:NuBus/Slot Manager:NuBusTester:PUDev.CD Nov 00 TC Disk 1
  23243.  - Tool Chest
  23244.  - Devices
  23245.  - NuBus/Slot Manager
  23246.  - NuBusTesterV
  23247. 72071X
  23248. Nov 00^    TC Disk 1
  23249. --set theItem to choose file -- uncomment to test in an AS editor
  23250.     tell application "Finder"
  23251.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Devices:NuBus/Slot Manager:NuBusTester:"
  23252.         activate
  23253.     end tell
  23254. on error errMsg number errNum
  23255.     --enter statements to perform when no records are found such as...
  23256.     display dialog "Sorry, the item you selected could not be found."
  23257.     return
  23258. end try
  23259. e    No Changeq
  23260. Dev.CD Nov 00 TC Disk 1
  23261. example
  23262. graphics
  23263. importer
  23264. movie
  23265. importer
  23266. image
  23267. decompres
  23268. examples
  23269. exceeds
  23270. excellent
  23271. except
  23272. exception
  23273. atoms
  23274. atrap
  23275. atrapper
  23276. atraps
  23277. atsui
  23278. attach
  23279. attachedV
  23280. attaches
  23281. attaching
  23282. attempt
  23283. attempting
  23284. attempts
  23285. attention
  23286. attractive
  23287. attribute
  23288. attributes
  23289. using
  23290. usual
  23291. usually
  23292. utf-8
  23293. utilities
  23294. utility
  23295. utilization
  23296. utilize
  23297. utilized
  23298. utilizes
  23299. utilizing
  23300. uunpredictable
  23301. v-twinj
  23302. v1.0.1
  23303. v1.0.2
  23304. v1.1.3
  23305. v1.2.1R
  23306. v1.4.6f11
  23307. v1.5.1
  23308. v1.7.2
  23309. normal
  23310. normally
  23311. norman{
  23312. north
  23313. norwegian
  23314. nosound
  23315. nosound
  23316. source
  23317. sample
  23318. illustrates
  23319. e    No Changeq
  23320. Dev.CD Nov 00 TC Disk 1
  23321. All Packages
  23322. NoSound
  23323. NoSound is a source code sample that illustrates how to install a shutdown procedure that will be executed when the user chooses restart or shutdown from the special menu.  In this sample, the intent is to provide an automated facility that will turn off the startup chime by adjusting the sound volume before the computer shuts down.  The NoSound application should be placed in the Startup Items folder so it can restore the sound volume after the startup sound has been played.  
  23324. J;main.c
  23325. NoSound(PPC)
  23326. NoSound.mcp
  23327. NoSound.rsrc
  23328. readme
  23329. NoSoundODDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:NoSound:PLDev.CD Nov 00 TC Disk 1
  23330.  - Sample Code
  23331.  - Human Interface Toolbox
  23332.  - NoSoundV
  23333. 72070X
  23334. Nov 00^    TC Disk 1
  23335. e    No Change
  23336. --set theItem to choose file -- uncomment to test in an AS editor
  23337.     tell application "Finder"
  23338.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:NoResDialog:"
  23339.         activate
  23340.     end tell
  23341. on error errMsg number errNum
  23342.     --enter statements to perform when no records are found such as...
  23343.     display dialog "Sorry, the item you selected could not be found."
  23344.     return
  23345. end try
  23346.  mdefproc: Standard menu defproc for scrolling and hierarchical meB
  23347.  rdocproc: WDEF for rounded-corner windows.
  23348.  sbarcdef: Scroll bar CDEF.
  23349.  wprocasm: Standard WDEF for documentProc, dBoxProc,    plainDBox, altDBoxProc, noGrowDocProc, zoomdocproc, zoomNoGrow.
  23350. Jkbutcdef.a
  23351. LDefProc0.A
  23352. mdefproc.a
  23353. rdocproc.a
  23354. Read Me 
  23355.  DefProcs
  23356. Read Me 
  23357.  DefProcs.txt
  23358. sbarcdef.a
  23359. wprocasm.aK
  23360. Aug 93O4Dev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:DefProcs:P<Dev.CD Nov 00 TC Disk 1
  23361.  - Tool Chest
  23362.  - Toolbox
  23363.  - DefProcs
  23364. OMDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:Transitions:PXDev.CD Nov 00 TC Disk 2
  23365.  - Sample Code
  23366.  - QuickTime
  23367.  - QuickTime for Java
  23368.  - TransitionsV
  23369. 72996X
  23370. Nov 00^    TC Disk 2
  23371. --set theItem to choose file -- uncomment to test in an AS editor
  23372.     tell application "Finder"
  23373.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:Transitions:"
  23374.         activate
  23375.     end tell
  23376. on error errMsg number errNum
  23377.     --enter statements to perform when no records are found such as...
  23378.     display dialog "Sorry, the item you selected could not be found."
  23379.     return
  23380. end try
  23381. e    No Changef
  23382. QuickTime
  23383. Dev.CD Nov 00 TC Disk 2
  23384. All Packages
  23385. TranslateRotate
  23386. 72997X
  23387. teries
  23388. battery
  23389. bbedit
  23390. refreshing
  23391. regarded
  23392. regarding
  23393. regardless
  23394. regards
  23395. region
  23396. regions
  23397. --set theItem to choose file -- uncomment to test in an AS editor
  23398.     tell application "Finder"
  23399.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:RequiredFinderColors:"
  23400.         activate
  23401.     end tell
  23402. on error errMsg number errNum
  23403.     --enter statements to perform when no records are found such as...
  23404.     display dialog "Sorry, the item you selected could not be found."
  23405.     return
  23406. end try
  23407. P`Dev.CD Nov 00 TC Disk 1
  23408.  - Sample Code
  23409.  - Devices and Hardware
  23410.  - Miscellaneous
  23411.  - NoPowerOffKeyor
  23412.     tell application "Finder"
  23413.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Codecs:DelegateOnlyComponent:"
  23414.         activate
  23415.     end tell
  23416. on error errMsg number errNum
  23417.     --enter statements to perform when no records are found such as...
  23418.     display dialog "Sorry, the item you selected could not be found."
  23419.     return
  23420. end try
  23421. e    No Changef
  23422. QuickTime
  23423. componentq
  23424. Dev.CD Nov 00 TC Disk 2
  23425. All Packages
  23426. Design for Robustness
  23427. 70070X
  23428. showinitf
  23429. showinit
  23430. showiniticon
  23431. showiniticon
  23432. showiniticon
  23433. showmovie
  23434. showmovie
  23435. showmovie
  23436. showregisteredscside
  23437. showregisteredscside
  23438. showscsideviceident
  23439. showscsideviceident
  23440. showsystemvolumeid
  23441. showsystemvolumeid
  23442. shrinktobw
  23443. shrinktobw
  23444. simpleapp
  23445. simpleapp
  23446. sound
  23447. simpledownload
  23448. simpledownload
  23449. 247226
  23450. simpledownload
  23451. 248426
  23452. simpleeditmfc
  23453. simpleeditmfc
  23454. simpleeditmfc
  23455. simpleeditmfc
  23456. simpleeditmfc
  23457. simpleeditmfc
  23458. simpleeditmfc
  23459. simpleeditmfc
  23460. simpleeditmfcdoc
  23461. simpleeditmfcdoc
  23462. simpleeditmfcdoc
  23463. simpleeditmfcview
  23464. simpleeditmfcview
  23465. simpleeditmfcview
  23466. simpleplayermfc
  23467. simpleplayermfc
  23468. simpleplayermfc
  23469. simpleplayermfc
  23470. simpleplayermfc
  23471. simpleplayermfc
  23472. simpleplayermfc
  23473. simpleplayermfc
  23474. Wake100 is a sample INIT which reads the wake up time in a PowerBook 100 and old Portable. If the wake up date has elapsed then a day gets added to it so that the machine wakes up at the same time every day.J)Wake100
  23475. Wake100.c
  23476. Wake100.make
  23477. WakeINIT.cM
  23478. Power ManagerN>Power Manager, sleep queue, SetWakeupTimer, PowerBook, Wake100OODev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Miscellaneous:Wake100:PZDev.CD Nov 00 TC Disk 1
  23479.  - Sample Code
  23480.  - Devices and Hardware
  23481.  - Miscellaneous
  23482.  - Wake100V
  23483. 73044X
  23484. Nov 00^    TC Disk 1
  23485. --set theItem to choose file -- uncomment to test in an AS editor
  23486.     tell application "Finder"
  23487.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Miscellaneous:Wake100:"
  23488.         activate
  23489.     end tell
  23490. on error errMsg number errNum
  23491.     --enter statements to perform when no records are found such as...
  23492.     display dialog "Sorry, the item you selected could not be found."
  23493.     return
  23494. end try
  23495. e    No Change
  23496. 72068X
  23497. Nov 00^    TC Disk 1
  23498. --set theItem to choose file -- uncomment to test in an AS editor
  23499.     tell application "Finder"
  23500.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Miscellaneous:NoPowerOffKey:"
  23501.         activate
  23502.     end tell
  23503. on error errMsg number errNum
  23504.     --enter statements to perform when no records are found such as...
  23505.     display dialog "Sorry, the item you selected could not be found."
  23506.     return
  23507. end try
  23508. e    No Changef
  23509. Power Key
  23510. kiosk
  23511. NoPowerOffKeyq
  23512. Dev.CD Nov 00 TC Disk 1
  23513. All Packages
  23514. NoResDialogIzNoResDialog is a source code sample illustrating how a dialog window can be created in memory without using any resources.JMNoResDialog(PPC)
  23515. NoResDialog.c
  23516. NoResDialog.h
  23517. NoResDialog.mcp
  23518. NoResDialog.rsrcOHDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:NoResDialog:PPDev.CD Nov 00 TC Disk 1
  23519.  - Sample Code
  23520.  - Human Interface Toolbox
  23521.  - NoResDialogV
  23522. 72069X
  23523. Nov 00^    TC Disk 1
  23524. e    No Change
  23525. Nov 00e    No Change
  23526. NoPowerOffKey is a sample extension to disable the power-off key.
  23527. Starting with System 7.5, you can turn off power by pressing the power key, just as you turn on the Macintosh by pressing the power key.  This behavior isn't appropriate for some classroom or kiosk settings.  
  23528. Starting with System 7.5.3, there is a programmatic way to turn off the power-off key behavior.  This sample uses that call if it is available.  This is the technique recommended by DTS. 
  23529. However if the call is unavB
  23530. ailable, the sample patches Alert.  NOTE: DTS does NOT recommend the patch on Alert, but realizes there may be an unavoidable reason to consider it.
  23531. JvNoPowerOffKey
  23532. PatchPowerOff.c
  23533. PatchPowerOff.h
  23534. PatchPowerOff.r
  23535. PatchPowerOff.rsrc
  23536. PatchPowerOff68K.
  23537. ReadMe
  23538. ShowIcon7.cM
  23539. System 7.5N
  23540. Power Key, kiosk, NoPowerOffKeyOUDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Miscellaneous:NoPowerOffKey: Interactive Media Resources
  23541.  - DesignForRobustness
  23542. tIpSummary:  A MacsBug macro and TMON User Area for debugging QuickTime. See the Read Me file for complete details.J
  23543. QuickTime tools.imgK
  23544. Feb 94OGDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:QuickTime tools:PODev.CD Nov 00 TC Disk 1
  23545.  - Tool Chest
  23546.  - Testing & Debugging
  23547.  - QuickTime toolsV
  23548. 72465X
  23549. Nov 00^    TC Disk 1
  23550. --set theItem to choose file -- uncomment to test in an AS editor
  23551.     tell application "Finder"
  23552.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:QuickTime tools:"
  23553.         activate
  23554.     end tell
  23555. on error errMsg number errNum
  23556.     --enter statements to perform when no records are found such as...
  23557.     display dialog "Sorry, the item you selected could not be found."
  23558.     return
  23559. end try
  23560. e    No Changeq
  23561. Dev.CD Nov 00 TC Disk 1
  23562. All Packages
  23563. QuickTime Tools
  23564. 72466X
  23565. dimmed
  23566. dimming
  23567. direct
  23568. dirid
  23569. disable
  23570. disabled
  23571. disassembler
  23572. disassembly
  23573. norway
  23574. norway
  23575. distributors/localiz
  23576. nosound
  23577. nosound
  23578. nosound
  23579. nosound
  23580. apple
  23581. product
  23582. example
  23583. notation
  23584. notation
  23585. noteX
  23586. note-register
  23587. note-register
  23588. variables
  23589. notes
  23590. notestonetest
  23591. notestonetest
  23592. notification
  23593. notification
  23594. 1.5.1
  23595. first
  23596. library
  23597. plugins
  23598. nubus
  23599. nubus
  23600. board
  23601. registration
  23602. nubuslist
  23603. object
  23604. object
  23605. pascal
  23606. objectcode
  23607. objecthelpers
  23608. objecthelpers
  23609. objecthelpers
  23610. objectppc
  23611. objects
  23612. released
  23613. releaseresource
  23614. releases{
  23615. releasing
  23616. relevantz
  23617. reliability
  23618. reliable
  23619. reliably
  23620. reliance
  23621. relief
  23622. relies
  23623. religiously
  23624. relish
  23625. relocation
  23626. relstring
  23627. remain
  23628. remaining
  23629. remains
  23630. remap
  23631. remedies
  23632. remember
  23633. ialog "Sorry, the item you selected could not be found."
  23634.     return
  23635. end try
  23636. e    No Changef
  23637. QuickTime
  23638. Sprite Toolboxo&http://developer.apple.com/samplecode/q
  23639. Dev.CD Nov 00 TC Disk 2
  23640. All Packages
  23641. DesktopSpritesI
  23642. This sample code demonstrates how to use the QuickTime for Windows Sprite Toolbox APIs to create and animate sprites in a window.K
  23643. Nov 00V
  23644. 70073X
  23645. 1e    No Change
  23646. front
  23647. DesktopSprites.exe
  23648. DesktopSprites.mak
  23649. DesktopSprites.qtr
  23650. DesktopSprites.r
  23651. ImageCompressionUtilities.c
  23652. ImageCompressionUtilities.h
  23653. main.c
  23654. main.h
  23655. QTCode.c
  23656. QTCode.h
  23657. QTSprites.c
  23658. QTSprites.h
  23659. README.txt
  23660. WinPrefix.hK
  23661. Nov 00MBWindows 95/98/NT/2000 or later, QuickTime for Windows 3.0 or laterN
  23662. QuickTime, Sprite ToolboxOZDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Wired Movies and Sprites:DesktopSprites.win:PeDev.CD Nov 00 TC Disk 2
  23663.  - Sample Code
  23664.  - QuickTime
  23665.  - Wired Movies and Sprites
  23666.  - DesktopSprites.winV
  23667. 70073X
  23668. Nov 00^    TC Disk 2
  23669. e    No Changeo&http://developer.apple.com/samplecode/
  23670. version
  23671. version
  23672. windowed
  23673. allows
  23674. creation
  23675. version
  23676. cleaned
  23677. implementation
  23678. added
  23679. context
  23680. version-specific
  23681. versionedit
  23682. ws 95, 98, or NT::
  23683.     - JRE/JDK from Sun Microsystems, Inc. recommended
  23684. QuickTime, Java, MRJO^Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:DetachedController:PlDev.CD Nov 00 TC Disk 2
  23685.  - Sample Code
  23686.  - QuickTime
  23687.  -  All Java
  23688.  - QuickTime for Java
  23689.  - DetachedControllerV
  23690. 70074X
  23691. Nov 00^    TC Disk 2
  23692. e    No Change
  23693. JnNoCopyReceive Test Output
  23694. NoCopyReceives(PPC)
  23695. NoCopyReceives.c
  23696. NoCopyReceives.mcp
  23697. Read Me About NoCopyReceivesK
  23698. Nov 97L
  23699. Sep 98M
  23700. Open Transport 1.1.1 or higherNIOpen Transport, no-copy receives, OTBuffer, OTBufferInfo, NoCopyReceives
  23701. O>Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:NoCopyReceives:PFDev.CD Nov 00 TC Disk 1
  23702.  - Sample Code
  23703.  - Networking
  23704.  - NoCopyReceivesV
  23705. 72067X
  23706. Nov 00^    TC Disk 1
  23707. --set theItem to choose file -- uncomment to test in an AS editor
  23708.     tell application "Finder"
  23709.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:NoCopyReceives:"
  23710.         activate
  23711.     end tell
  23712. on error errMsg number errNum
  23713.     --enter statements to perform when no records are found such as...
  23714.     display dialog "Sorry, the item you selected could not be found."
  23715.     return
  23716. end try
  23717. e    No ChangefEOpen Transport
  23718. no-copy receives
  23719. OTBuffer
  23720. OTBufferInfo
  23721. NoCopyReceives
  23722. Dev.CD Nov 00 TC Disk 1
  23723. All Packages
  23724. NoPowerOffKey
  23725. 72068X
  23726. 72572X
  23727. Nov 99^
  23728. --set theItem to choose file -- uncomment to test in an AS editor
  23729.     tell application "Finder"
  23730.         open item "Dev.CD Nov 99 TC:Tool Chest:Networking:Snarfer:"
  23731.         activate
  23732.     end tell
  23733. on error errMsg number errNum
  23734.     --enter statements to perform when no records are found such as...
  23735.     display dialog "Sorry, the item you selected could not be found."
  23736.     return
  23737. end try
  23738. Deletedq
  23739. Dev.CD Nov 99 TC
  23740. All Packages
  23741. SndForEverIGThis application demonstrates how to play a snd which has a loop in it.J<SndForEver(PPC)
  23742. SndForEver.cp
  23743. SndForEver.mcp
  23744. SndForEver.rsrcM
  23745. OS 6.0.7 and higherN(sound, continual, loop, play, SndForEverO5Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:SndForEver:P=Dev.CD Nov 00 TC Disk 2
  23746.  - Sample Code
  23747.  - Sound
  23748.  - SndForEverV
  23749. 72573X
  23750. Nov 00^    TC Disk 2
  23751. e    No Change
  23752. references
  23753. develop
  23754. issue
  23755. develop
  23756. issue
  23757. develop
  23758. issue
  23759. develop
  23760. issue
  23761. develop
  23762. issue
  23763. references
  23764. Mar 98MnPCI Macintosh only. The tokenizer is standalone, but the included makecreate script requires MPW 3.3 or later.N
  23765. tokenizer, fcodeO
  23766. Dev.CD Nov 99 TC:Sample Code:P
  23767. Dev.CD Nov 99 TC
  23768.  - Sample CodeV
  23769. 72066X
  23770. Nov 99^
  23771. r--set theItem to choose file -- uncomment to test in an AS editor
  23772.     tell application "Finder"
  23773.         open item "Dev.CD Nov 99 TC:Sample Code:"
  23774.         activate
  23775.     end tell
  23776. on error errMsg number errNum
  23777.     --enter statements to perform when no records are found such as...
  23778.     display dialog "Sorry, the item you selected could not be found."
  23779.     return
  23780. end try
  23781. Deletedf
  23782. tokenizer
  23783. fcodeq
  23784. Dev.CD Nov 99 TC
  23785. All Packages
  23786. NoCopyReceivesI
  23787. This sample demonstrates the use of no-copy receives under Open Transport.  The code from this sample is featured in the latest release (v1.3) of the book 
  23788. Inside Macintosh: Open Transport
  23789. Nov 97L
  23790. Sep 98V
  23791. 72067X
  23792. 1e    No Change
  23793. uickly and conveniently using Dynamo.
  23794.  Dynamo.
  23795. Vol III1e
  23796. Deleted
  23797. D!All Packages
  23798. Tool Chest Edition
  23799. New OF TokenizerIPNew FCode tokenizer for PCI board FCode driver development.
  23800. Standalone version.
  23801. Communications Toolbox
  23802. Contributed
  23803. Devices and Hardware
  23804. Files
  23805. Games
  23806. Graphics 2D
  23807. Graphics 3D
  23808. Help Systems
  23809. Human Interface Toolbox
  23810. Interapplication Comm
  23811. Memory
  23812. Networking
  23813. OS Utilities
  23814. Overview
  23815. Platforms and Tools
  23816. Printing
  23817. Processes
  23818. QuickTime
  23819. Runtime Architecture
  23820. Sound
  23821.  return
  23822. end try
  23823. Dev.CD Nov 00 TC Disk 1
  23824. All Packages
  23825. Scriptable Print SimpleTextI
  23826. This example was SimpleText 1.4d16. It's the same sample that's been shipping since 1996. This version has code to "Extend the Print Record" from Technote 1161 and code to allow for scriptable printing added.
  23827. AboutBox.c
  23828. AboutBox.h
  23829. AboutBox.r
  23830. aete.r
  23831. AGFile.h
  23832. ChangeLog
  23833. Clipboard.c
  23834. Clipboard.h
  23835. Clipboard.r
  23836. CoercePrGeneral.h
  23837. ExtendPrintRecord.c
  23838. ExtendPrintRecord.h
  23839. Localize.r
  23840. MacIncludes.h
  23841. MacIncludes.pch
  23842. MovieFile.c
  23843. MovieFile.h
  23844. MovieFile.r
  23845. PICTFile.c
  23846. PICTFile.h
  23847. PICTFile.r
  23848. PrintAETypes.h
  23849. ScriptablePrinting.c
  23850. ScriptablePrinting.h
  23851. SimpleText
  23852. SimpleText Sample.doc
  23853. SimpleText.68K
  23854. SimpleText.c
  23855. SimpleText.h
  23856. SimpleText.PPC
  23857. SimpleText.r
  23858. SimpleText.
  23859. test script
  23860. TextDrag.c
  23861. TextFile.a
  23862. TextFile.a.o
  23863. TextFile.c
  23864. TBGextFile.h
  23865. TextFile.r
  23866. ThreeDMetafile.c
  23867. ThreeDMetafile.h
  23868. ThreeDMetafile.r
  23869. Dec 99OIDev.CD Nov 00 TC Disk 2:Sample Code:Printing:Scriptable Print SimpleText:V
  23870. 72509X
  23871. 1e    No Change
  23872. carbonsndplaydb@
  23873. carbonsndplaydb
  23874. readme@
  23875. cfoverview@
  23876. choosetkl@
  23877. clearbutton@
  23878. editor
  23879. resedit
  23880. coercions
  23881. colormarquee@
  23882. common
  23883. common
  23884. files
  23885. common
  23886. compbasedmediabroadc@
  23887. compression@
  23888. connect@
  23889. contributed@
  23890. convert@
  23891. copybits@
  23892. counter@
  23893. createcopy@
  23894. creator@
  23895. csmp-digest-readme@
  23896. csmp-digest-v3-027@
  23897. csmp-digest-v3-070@
  23898. csmp-digest-v3-113@
  23899. csoundboardapp@
  23900. ct-009-4438@
  23901. cursordevices@
  23902. customputappend
  23903. zD(All Packages
  23904. Reference Library Edition
  23905. develop Issue 10
  23906. newformat
  23907. newgworld
  23908. newmaclogo
  23909. newnsptest
  23910. newrezwack
  23911. newrezwack
  23912. nocopyreceive
  23913. nocopyreceive
  23914. output
  23915. nocopyreceives
  23916. nocopyreceives
  23917. nocopyreceives
  23918. nocopyreceives
  23919. non-mpw
  23920. nonthreadedprogress
  23921. nonthreadedprogress
  23922. nopoweroffkey
  23923. noresdialog
  23924. noresdialog
  23925. noresdialog
  23926. noresdialog
  23927. noresdialog
  23928. noresdialog
  23929. 1.5.1
  23930. first
  23931. library
  23932. plugins
  23933. nubus
  23934. nubus
  23935. board
  23936. registration
  23937. object
  23938. objectcode
  23939. objecthelpers
  23940. objecthelpers
  23941. objecthelpers
  23942. objectppc
  23943. objects
  23944. objects68k
  23945. objectsppc
  23946. objectsupportlib
  23947. obsolete
  23948. obsolete
  23949. pre-asip
  23950. obsolete&unsupported
  23951. obtain
  23952. install
  23953. image@
  23954. offscreen@
  23955. opendoc
  23956. development@
  23957. opp's@
  23958. otchecknetforname
  23959. readme@
  23960. otllctest
  23961. ottraceroutesample
  23962. outputs@
  23963. palette
  23964. gworld
  23965. qd3d@
  23966. quickstart@
  23967. quit@
  23968. rdocproc@
  23969. aecdev-aedaemon@
  23970. readme
  23971. readme
  23972. dcmd@
  23973. readme
  23974. html@
  23975. relstring@
  23976. renderinglib@
  23977. rfc1334
  23978. authentication@
  23979. sample
  23980. applescripts@
  23981. schedule@
  23982. setlockbitatomsample
  23983. showinit@
  23984. simpleplayermfcdoc@
  23985. sites@
  23986. sound@
  23987. support
  23988. systemfolder@
  23989. tech@
  23990. testfinderlaunch
  23991. testprinterclass
  23992. textchanger
  23993. 2.0.1@
  23994. than@
  23995. topseeturvee@
  23996. transitions
  23997. themes@
  23998. ueenie@
  23999. umousetrackbehavior
  24000. updates@
  24001. userstartup
  24002. goodies@
  24003. validator
  24004. 1.11@
  24005. webobjects
  24006. database
  24007. 5.0.7W
  24008. 5.3.2
  24009. 5thcolumn
  24010. 6.0.3
  24011. 6.0.4
  24012. 6.0.5
  24013. 6.1b9
  24014. thanks
  24015. thatA
  24016. training
  24017. using
  24018. verilog
  24019. Retrieves the Map control panel settings for longitude and latitude and
  24020. the time offset from GMT
  24021. For more information, see Worldwide Development: Guide to System SoftwareJ1ReadLocation(PPC)
  24022. ReadLocation.mcp
  24023. readLocation.pOIDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ReadLocation:PQDev.CD Nov 00 TC Disk 1
  24024.  - Sample Code
  24025.  - Human Interface Toolbox
  24026.  - ReadLocationV
  24027. 72476X
  24028. Nov 00^    TC Disk 1
  24029. --set theItem to choose file -- uncomment to test in an AS editor
  24030.     tell application "Finder"
  24031.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ReadLocation:"
  24032.         activate
  24033.     end tell
  24034. on error errMsg number errNum
  24035.     --enter statements to perform when no records are found such as...
  24036.     display dialog "Sorry, the item you selected could not be found."
  24037.     return
  24038. end try
  24039. e    No Changeq
  24040. Dev.CD Nov 00 TC Disk 1
  24041. All Packages
  24042. ReadSector MSDOSV
  24043. 72477X
  24044. 72065X
  24045. Nov 00^    TC Disk 1
  24046. --set theItem to choose file -- uncomment to test in an AS editor
  24047.     tell application "Finder"
  24048.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:New NewGWorld:"
  24049.         activate
  24050.     end tell
  24051. on error errMsg number errNum
  24052.     --enter statements to perform when no records are found such as...
  24053.     display dialog "Sorry, the item you selected could not be found."
  24054.     return
  24055. end try
  24056. e    No Changef;AGP
  24057. NewGWorld
  24058. useDistantHdwrMem
  24059. useLocalHdwrMem
  24060. Carbono&http://developer.apple.com/samplecode/q
  24061. Dev.CD Nov 00 TC Disk 1
  24062. New OF TokenizerIPNew FCode tokenizer for PCI board FCode driver development.
  24063. Standalone version.
  24064. Communications Toolbox
  24065. Contributed
  24066. Devices and Hardware
  24067. Files
  24068. Games
  24069. Graphics 2D
  24070. Graphics 3D
  24071. Help Systems
  24072. Human Interface Toolbox
  24073. Interapplication Comm
  24074. Memory
  24075. Networking
  24076. OS Utilities
  24077. Overview
  24078. Platforms and Tools
  24079. Printing
  24080. Processes
  24081. QuickTime
  24082. Runtime Architecture
  24083. Sound
  24084. carbonsndplaydb
  24085. carbonsndplaydb
  24086. carbonsndplaydb
  24087.  Issue 10 highlights:
  24088. Apple Event Objects and You  by Richard Clark.   Supporting the Apple event object model isn
  24089. t as tough as you might think, and it will guarantee the future scriptability of your application.
  24090. PostScript Enhancements for the LaserWriter Font Utility  by Bryan K. (
  24091. Beaker
  24092. ) Ressler.   Unbeknownst to many, the LaserWriter Font Utility is extensible, allowing you to add custom functionality. PostScript hacke
  24093. rs, rejoice!
  24094. Drawing in GWorlds for Speed and Versatility  by Konstantin Othmer and Mike Reed.   Custom drawing routines can radically increase graphics performance. Kon and Mike show you how and give you some extremely useful examples.
  24095. In Search of the Optimal Palette  by Dave Good and Konstantin Othmer.   Choosing the best colors to display an image with is tricky. This article explains how the Picture Utilities methods work and gives you tips on developing your own methods.
  24096. Print Hin
  24097. This sample has been updated for the Carbon API.  This sample is designed to show the proper use of the the new flags (Mac OS 9+ and the iBooks, slot loading iMacs and AGP Graphics G4 PowerMacs) in the NewGWorld routine.  The application draws a re-sizable window that is updated from an offscreen GWorld.  The user has control over where to allocate the GWorld's PixMap data (in VRAM, in AGP memory or in system memory).  A blitting test can then be performed to test blitting speed using CopyB
  24098. Bits.
  24099. JZCarbonPrefix.h
  24100. CarbonRes.rsrc
  24101. New NewGWorld Test
  24102. New NewGWorld.c
  24103. New NewGWorld.mcp
  24104. Read MeK
  24105. Dec 99L
  24106. Nov 00M
  24107. MacOS 9 or later, CarbonLibN@AGP, VRAM, NewGWorld, useDistantHdwrMem, useLocalHdwrMem, CarbonO>Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:New NewGWorld:PFDev.CD Nov 00 TC Disk 1
  24108.  - Sample Code
  24109.  - Graphics 2D
  24110.  - New NewGWorld
  24111. All Packages
  24112. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  24113. Dev.CD Jan 94
  24114. Dev.CD Oct 93
  24115. Dev.CD Jul 93
  24116. Dev.CD Apr 93PDDev.CD Apr 94
  24117. Dev.CD Jan 94
  24118. Dev.CD Oct 93
  24119. Dev.CD Jul 93
  24120. Dev.CD Apr 9V
  24121. 72914X
  24122. Apr 94
  24123. --set theItem to choose file -- uncomment to test in an AS editor
  24124.     tell application "Finder"
  24125.         open item "Dev.CD Apr 94
  24126. Dev.CD Jan 94
  24127. Dev.CD Oct 93
  24128. Dev.CD Jul 93
  24129. Dev.CD Apr 93"
  24130.         activate
  24131.     end tell
  24132. on error errMsg number errNum
  24133.     --enter statements to perform when no records are found such as...
  24134.     display dialog "Sorry, the item you selected could not be found."
  24135.     return
  24136. end try
  24137. All Packages
  24138. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  24139. Dev.CD Jan 94
  24140. Dev.CD Oct 93
  24141. Dev.CD Jul 93
  24142. Dev.CD Apr 93PDDev.CD Apr 94
  24143. Dev.CD Jan 94
  24144. Dev.CD Oct 93
  24145. Dev.CD Jul 93
  24146. Dev.CD Apr 9V
  24147. 72915X
  24148. Apr 94
  24149. AppleEvents.c
  24150. BareBones.c
  24151. BareBones.h
  24152. Documentation
  24153. Events.c
  24154. Initialize.c
  24155. Lists.c
  24156. Menus.c
  24157. PatchListLDEF.c
  24158. Prototypes.h
  24159. Tabs LDEF
  24160. Tabs LDEF Demo(PPC)
  24161. Tabs LDEF Demo.mcp
  24162. Tabs LDEF Demo.rsrc
  24163. Utilities.c
  24164. Windows.cOFDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Tabs LDEF:PNDev.CD Nov 00 TC Disk 1
  24165.  - Sample Code
  24166.  - Human Interface Toolbox
  24167.  - Tabs LDEF
  24168. b--set theItem to choose file -- uncomment to test in an AS editor
  24169.     tell application "Finder"
  24170.         open item "Dev.CD Apr 93"
  24171.         activate
  24172.     end tell
  24173. on error errMsg number errNum
  24174.     --enter statements to perform when no records are found such as...
  24175.     display dialog "Sorry, the item you selected could not be found."
  24176.     return
  24177. end try
  24178. macapp-based]
  24179. macbug
  24180. maccalendar
  24181. machineh
  24182. machinesZ
  24183. macintoshP
  24184. macintosh
  24185. powerbook
  24186. series
  24187. developer
  24188. Building SprocketInvaders
  24189. Resources
  24190. Source
  24191. Sprites
  24192. SprocketInavders_PPC
  24193. SprocketInvaders.CW2.prj
  24194. SprocketInvaders.CW5.prj
  24195. SprocketInvaders_PPCK
  24196. Feb 00M]PowerPC, System 8.1+, Sprockets, and either Universal Interfaces 3.3 or the GameSprockets SDKNxSprockets, DrawSprocket, NetSprocket, InputSprocket, SoundSprocket, DSp, NSp, ISp, SSp, Sprite, CD Audio, Redbook audio
  24197. O;Dev.CD Nov 00 TC Disk 1:Sample Code:Games:SprocketInvaders:PCDev.CD Nov 00 TC Disk 1
  24198.  - Sample Code
  24199.  - Games
  24200.  - SprocketInvadersV
  24201. 72616X
  24202. Nov 00^    TC Disk 1
  24203. --set theItem to choose file -- uncomment to test in an AS editor
  24204.     tell application "Finder"
  24205.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Games:SprocketInvaders:"
  24206.         activate
  24207.     end tell
  24208. on error errMsg number errNum
  24209.     --enter statements to perform when no records are found such as...
  24210.     display dialog "Sorry, the item you selected could not be found."
  24211.     return
  24212. end try
  24213. e    No Change
  24214. qualifiedy
  24215. qualifier
  24216. quality
  24217. quandary
  24218. quantitiesx
  24219. quarter{
  24220. qued/m
  24221. queries
  24222. query
  24223. querys
  24224. question_
  24225. uestionnaire
  24226. questions
  24227. queue
  24228. quick
  24229. quickdrawu
  24230. quickdraw
  24231. graphics
  24232. library
  24233. define
  24234. quickdraw
  24235. dimension
  24236. macintosh
  24237. graphics
  24238. pablo
  24239. quickdraw
  24240. enables
  24241. computer
  24242. display
  24243. three-dimensio
  24244. quickdraw's
  24245. quickdraw3d
  24246. quickdrax
  24247. quicklyh
  24248. webobjects
  24249. database
  24250. webobjects
  24251. webobjects
  24252. memory
  24253. webobjects
  24254. alias
  24255. webobjects
  24256. tools
  24257. techniques
  24258. webobjects36
  24259. webobjects36
  24260. webobjectsandjava
  24261. webobjectscategories
  24262. webobjectscategories
  24263. webobjectsperformanc
  24264. webobjectsperformanc
  24265. webobjectstoolsandte
  24266. webobjectstoolsandte
  24267. hypercard
  24268. what's`
  24269. what's
  24270. 1.4.2g
  24271. what's
  24272. what's
  24273. bbedit
  24274. what's
  24275. 1.5.1
  24276. what's
  24277. package
  24278. what's
  24279. difference
  24280. windows
  24281. winprefixl
  24282. winprefix
  24283. wiredp
  24284. wired
  24285. movies
  24286. spritesp
  24287. withv
  24288. workgroupT
  24289. working
  24290. steps
  24291. steve
  24292. stevens
  24293. stickers
  24294. sticky
  24295. still[
  24296. stills
  24297. stitching
  24298. stopn
  24299. stopped
  24300. stopping
  24301. stopxpp
  24302. storage
  24303. store
  24304. storedf
  24305. stores
  24306. storing
  24307. story{
  24308. stragegy{
  24309. straightforward
  24310. strassmann
  24311. strategic{
  24312. strategies
  24313. strategy{
  24314. stream
  24315. streamed
  24316. streamedit
  24317. streaming
  24318. streamlined
  24319. streamnop
  24320. stress-tested
  24321. strictly
  24322. stride
  24323. All Packages
  24324. System Enabler 404 (MacTV)O
  24325. Dev.CD Apr 94
  24326. Dev.CD Jan 94P
  24327. Dev.CD Apr 94
  24328. Dev.CD Jan 9V
  24329. 72930X
  24330. Apr 94
  24331. p--set theItem to choose file -- uncomment to test in an AS editor
  24332.     tell application "Finder"
  24333.         open item "Dev.CD Apr 94
  24334. Dev.CD Jan 94"
  24335.         activate
  24336.     end tell
  24337. on error errMsg number errNum
  24338.     --enter statements to perform when no records are found such as...
  24339.     display dialog "Sorry, the item you selected could not be found."
  24340.     return
  24341. end try
  24342. FD(All Packages
  24343. Reference Library Edition
  24344. System PickerITThe new System Picker replaces System Picker 1.0.1 and is compatible with Mac OS 8.0J
  24345. System PickerK
  24346. Mar 92L
  24347. Sep 97O/Dev.CD Dec 99 RL:Utilities:System Picker 1.1a3:P4Dev.CD Dec 99 RL
  24348.  - Utilities
  24349.  - System Picker 1.1a3V
  24350. 72931X
  24351. Dec 99^
  24352. This survival guide offers an overview of the new audio features in QuickTime 3. These include Qualcomm's PureVoice compression codec for speech, QDesign's high-quality codec for music and voice, and the QuickTime Music Architecture with new, improved Roland Instruments. Highlights include information on Web and cross-platform delivery, step-by-step development tips, and links to sites with related information and resources.
  24353. Advanced Web Site Technique.pdf
  24354. Avoid Audio Pitfalls Guide.pdf
  24355. CompbasedMediaBroadcastEnv
  24356. Creating MIDI for the Web3.pdf
  24357. DeBabelizer 3.0.pdf
  24358. Design For Reuse.pdf
  24359. DesignForRobustness
  24360. Digital Asset Management.pdf
  24361. Digital Storyboard.pdf 
  24362. DVD Development.pdf
  24363. DVD_Primer.pdf
  24364. Enhanced CD Survival Guide.pdf
  24365. EOModeler
  24366. Frameworks.pdf
  24367. Gender-Based Title Creation.pdf
  24368. Int_Media_Writer_Resources.pdf
  24369. Java Survival Guide.pdf
  24370. Making Cool QD3D Apps.pdf
  24371. Music on the Net.pdf
  24372. New Audio Features QT3.pdf
  24373. Porting
  24374. Jul 98
  24375. kObjectiveCtoJava
  24376. Push Tech Survival Gd.pdf
  24377. QT3-More Than Dig. Video.pdf
  24378. Simplified Stream Audio.pdf
  24379. Web Animation Guide.pdf
  24380. WebObjects Database Part I.pdf
  24381. WebObjects Database Part II.pdf
  24382. WebObjects Memory Mgmt.pdf
  24383. WebObjects Tools and Techniques
  24384. WebObjectsCategories&Posers.pdf
  24385. WebObjectsPerformanceTuning
  24386. Working with WebObjects.pdf
  24387. Writing for Interactive Media
  24388. are some tips.
  24389. Better Apple Event Coding Through Objects  by Eric M. Berdahl.   Adding object model support to your exist
  24390. ing OOP code may be easier than you think.
  24391. Another Take on Globals in Standalone Code  by Keith Rollin.   For MPW users, here
  24392. s an alternative way to implement globals in standalone code.
  24393. Be Our Guest: Components and C++ Classes Compared  by David 
  24394. Van Brink.   Components and C++ classes have some surface similarities but underneath are very different beasts.
  24395. Graphical Truffles: Animation at a Glance  by Edgar Lee.   Three basic animation techniques everyone should know about.
  24396. Print Hi
  24397. Jul 98M
  24398. Acrobat Reader 3.0N#audio, compression, playback, codecO3Dev.CD Mar OO RLDisk 1:Interactive Media Resources:P5Dev.CD Mar OO RLDisk 1
  24399.  - Interactive Media Resources2 code:K
  24400. Vol IIIL
  24401. Jun 95OBDev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 12:PJDev.CD Sep 96 RL
  24402.  - Technical Documentation
  24403.  - develop
  24404.  - develop Issue 12
  24405. lNDMacOSXServer, AppKit, Foundation, Project Builder, Interface Buildere
  24406. decided
  24407. decks
  24408. declaration
  24409. declartion
  24410. decodes
  24411. decoding
  24412. decom
  24413. decomposed
  24414. decompress
  24415. decompressed
  24416. decompressionQ
  24417. decompressor
  24418. decompressors
  24419. decreased
  24420. decribed
  24421. deeds{
  24422. deepest
  24423. deepscreen
  24424. default
  24425. defaulttextbox
  24426. defect
  24427. deferred
  24428. define
  24429. defined
  24430. defines
  24431. definingw
  24432. demonstrates
  24433. create
  24434. quicktime
  24435. movie
  24436. ~--set theItem to choose file -- uncomment to test in an AS editor
  24437.     tell application "Finder"
  24438.         open item "Dev.CD Apr 94
  24439. Dev.CD Jan 94
  24440. Dev.CD Oct 93"
  24441.         activate
  24442.     end tell
  24443. on error errMsg number errNum
  24444.     --enter statements to perform when no records are found such as...
  24445.     display dialog "Sorry, the item you selected could not be found."
  24446.     return
  24447. end try
  24448. going
  24449. golden
  24450. gonzalez
  24451. gonzalez3
  24452. goodN
  24453. goodies
  24454. gopher
  24455. Dev.CD Dec 00 RL Disk 2
  24456. All Packages
  24457. New & RevisedF,Technical Publications: Documentation in PDFI
  24458. Collection of PDF documentation for Mac OS, Developer Notes, Java, Mac OS X, QuickTime, and WebObjects.
  24459. Viewing and Printing instructions for PDF documents included. Refer to the 
  24460. README.html file in the "Documentation in PDF" folder for instructions.J
  24461. Carbon_PDF_alias
  24462. HARDWARE_PDF_alias
  24463. JAVA_pdf _lias
  24464. MACOS8_9_pdf_alias
  24465. MACOSX_pdf_alias
  24466. pdf alias
  24467. WEBOBJECTS_pdf_alias
  24468. README.htmlK
  24469. Sep 98L
  24470. Dec 00M
  24471. web browserN@PDF, documentation, printable format, PDF printing instructions
  24472. OBDev.CD Dec 00 RL Disk 2:TechnicalPublications:Documenation_in_PDF:PGDev.CD Dec 00 RL Disk 2
  24473.  - TechnicalPublications
  24474.  - Documenation_in_PDFV
  24475. 72961X
  24476. Dec 00^    RL Disk 2b
  24477. Revised
  24478. #.http://developer.apple.com/techpubs/index.html
  24479. exceeds
  24480. excellent
  24481. except
  24482. exception
  24483. transport@
  24484. otllctest@
  24485. panel@
  24486. card@
  24487. pcmcia@
  24488. port@
  24489. preferences
  24490. services@
  24491. process
  24492. manager@
  24493. profile
  24494. specification@
  24495. al Documentation:develop:develop Issue 13:"
  24496.         activate
  24497.     end tell
  24498. on error errMsg number errNum
  24499.     --enter statements to perform when no records are found such as...
  24500.     display dialog "Sorry, the item you selected could not be found."
  24501.     return
  24502. end try
  24503. Deletedq
  24504. Dev.CD Sep 96 RL
  24505. ~D(All Packages
  24506. Reference Library Edition
  24507. develop Issue 14
  24508. 72064X
  24509. Mar OO^
  24510. RLDisk 1
  24511. --set theItem to choose file -- uncomment to test in an AS editor
  24512.     tell application "Finder"
  24513.         open item "Dev.CD Mar OO RLDisk 1:Interactive Media Resources:"
  24514.         activate
  24515.     end tell
  24516. on error errMsg number errNum
  24517.     --enter statements to perform when no records are found such as...
  24518.     display dialog "Sorry, the item you selected could not be found."
  24519.     return
  24520. end try
  24521. Deletedf audio
  24522. compression
  24523. playback
  24524. codecq
  24525. Dev.CD Mar OO RLDisk 1
  24526. All Packages
  24527. New NewGWorld
  24528. 72065X
  24529. Adventures in Color Printing  by Dave Hersey.   A general strategy for printing color images that ensures the best possible quality.
  24530. DeviceLoop Meets the Interface Designer  by John Powers   This little-known System 7 routine can help you deal with multiple screen environments.
  24531. Somewhere in QuickTime: Top 10 QuickTime Tips  by John Wang.   The first installment of a new column on QuickTime: hot tips from the masters.
  24532. Print Hints: Looking 
  24533. editing
  24534. editorO
  24535. eenie
  24536. effect
  24537. effects
  24538. eject
  24539. electronics
  24540. elements
  24541. email
  24542. embed
  24543. embedding
  24544. emulator
  24545. enable
  24546. enable
  24547. enable/disable
  24548. enabled
  24549. enabler
  24550. sue 13:
  24551. develop Issue 13 code:K
  24552. Vol IIIL
  24553. Jun 95OBDev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 13:PJDev.CD Sep 96 RL
  24554.  - Technical Documentation
  24555.  - develop
  24556.  - develop Issue 13
  24557. --set theItem to choose file -- uncomment to test in an AS editor
  24558.     tell application "Finder"
  24559.         open item "Dev.CD Apr 94
  24560. Dev.CD Jan 94
  24561. Dev.CD Oct 93
  24562. Dev.CD Jul 93"
  24563.         activate
  24564.     end tell
  24565. on error errMsg number errNum
  24566.     --enter statements to perform when no records are found such as...
  24567.     display dialog "Sorry, the item you selected could not be found."
  24568.     return
  24569. end try
  24570. issue
  24571. highlights
  24572. issue
  24573. highlights
  24574. issue
  24575. highlights
  24576. issue
  24577. highlights
  24578. issue
  24579. highlights
  24580. issue
  24581. summary
  24582. issue
  24583. highlights
  24584. issue
  24585. highlights
  24586. issue
  24587. highlights
  24588. issue
  24589. highlights
  24590. issue
  24591. highlights
  24592. issue
  24593. highlights
  24594. issue
  24595. highlights
  24596. itself
  24597. iv-24
  24598. jamie
  24599. january{
  24600. japan{
  24601. japanese{
  24602. jasik's
  24603. javao
  24604. jdirect
  24605. resultcodetable
  24606. retrievepictinfo
  24607. retrievepictinfo
  24608. reuse
  24609. revision
  24610. etailing
  24611. detailsR
  24612. detect
  24613. detecting
  24614. detective
  24615. detectory
  24616. detectorsy
  24617. detects
  24618. determination
  24619. determine
  24620. developb
  24621. developed
  24622. developerS
  24623. developer's
  24624. developersT
  24625. developingW
  24626. developmentw
  24627. developments{
  24628. devicel
  24629. deviceloop
  24630. devicesW
  24631. devsupport
  24632. All Packages
  24633. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  24634. Dev.CD Jan 94
  24635. Dev.CD Oct 93P(Dev.CD Apr 94
  24636. Dev.CD Jan 94
  24637. Dev.CD Oct 9V
  24638. 72866X
  24639. Apr 94
  24640. ~--set theItem to choose file -- uncomment to test in an AS editor
  24641.     tell application "Finder"
  24642.         open item "Dev.CD Apr 94
  24643. Dev.CD Jan 94
  24644. Dev.CD Oct 93"
  24645.         activate
  24646.     end tell
  24647. on error errMsg number errNum
  24648.     --enter statements to perform when no records are found such as...
  24649.     display dialog "Sorry, the item you selected could not be found."
  24650.     return
  24651. end try
  24652. All Packages
  24653. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  24654. Dev.CD Jan 94
  24655. Dev.CD Oct 93
  24656. Dev.CD Jul 93P6Dev.CD Apr 94
  24657. Dev.CD Jan 94
  24658. Dev.CD Oct 93
  24659. Dev.CD Jul 9V
  24660. 72867X
  24661. Apr 94
  24662. simple
  24663. sample
  24664. demonstrate
  24665. floating
  24666. windows
  24667. finder
  24668. handy
  24669. little
  24670. application
  24671. workers
  24672. justifiable
  24673. justification
  24674. justify
  24675. simpleprefs
  24676. simpleprefs
  24677. simpleprefs
  24678. simpletext
  24679. simpletext
  24680. simpletext
  24681. simpletext
  24682. simpletext
  24683. simpletext
  24684. simpletext
  24685. simpletext
  24686. sample
  24687. simplevideoout
  24688. simplevideoout
  24689. simplevideoout
  24690. simplevideoout
  24691. prefix
  24692. simplevideoout
  24693. simplevideoout
  24694. simplified
  24695. simplified
  24696. stream
  24697. audio
  24698. sin440
  24699. sin440
  24700. siteinfo
  24701. soundapp
  24702. soundapp
  24703. sample
  24704. application
  24705. source
  24706. demonstra
  24707. soundcallbackfcn
  24708. soundconvert
  24709. soundconvert
  24710. demonstrates
  24711. features
  24712. sound
  24713. soundconverter
  24714. soundconverter
  24715. simple
  24716. application
  24717. shows
  24718. soundconvertersetinf
  24719. source-code
  24720. sourcemenu
  24721. hierarchical
  24722. level
  24723. hinting
  24724. hooper
  24725. hotspot
  24726. hp-ux
  24727. rendering
  24728. htmlrenderinglib
  24729. human
  24730. human
  24731. interface
  24732. guidelines
  24733. hwindowide
  24734. hypercard
  24735. hypercard
  24736. player
  24737. cardbus
  24738. ibook
  24739. family
  24740. plotting
  24741. resources
  24742. services
  24743. utilities
  24744. iconref
  24745. werks
  24746. pascal
  24747. source
  24748. included
  24749. society
  24750. softpower
  24751. softvdig
  24752. softvdig
  24753. software-only
  24754. video
  24755. digitizer
  24756. component
  24757. softwareP
  24758. software
  24759. development
  24760. development
  24761. transpo
  24762. software-only
  24763. needs
  24764. neighborhood
  24765. netsprocket
  24766. netstat
  24767. netware
  24768. networkR
  24769. network
  24770. administrator
  24771. network
  24772. appleevents
  24773. network
  24774. driver
  24775. network
  24776. management
  24777. network
  24778. preferences
  24779. network
  24780. server
  24781. network
  24782. services
  24783. location
  24784. network
  24785. services
  24786. location
  24787. manager
  24788. network
  24789. setup
  24790. network
  24791. softwareR
  24792. networking
  24793. ications
  24794. newgworldr
  24795. newgworld
  24796. gworldr
  24797. newpalette
  24798. newsz
  24799. no-copy
  24800. no-copy
  24801. receives
  24802. nocopyreceives
  24803. nopoweroffkey
  24804. notes
  24805. notifiers
  24806. novell
  24807. nsetpalette
  24808. nshost
  24809. nshost
  24810. cocoa
  24811. address
  24812. nubus
  24813. number
  24814. number
  24815. formatting
  24816. numbers
  24817. objec
  24818. objec
  24819. oriented
  24820. object
  24821. object
  24822. object
  24823. pascal
  24824. object-oriented
  24825. objective-c
  24826. doccreator
  24827. doccreator
  24828. files
  24829. doctor
  24830. doctypes
  24831. doctypes
  24832. document
  24833. converter
  24834. document
  24835. document
  24836. document
  24837. documentation
  24838. documentationandsamp
  24839. documents
  24840. docursor
  24841. docursor
  24842. docwindow
  24843. docwindow
  24844. docwindow
  24845. doevent
  24846. doevent
  24847. double
  24848. doubles
  24849. draganddrop
  24850. draganddrop
  24851. shell
  24852. draganddrop
  24853. shell
  24854. dragging
  24855. dragging
  24856. enabler
  24857. draggingsprites
  24858. draggingsprites
  24859. draggingspritesapple
  24860. draggingspritesapple
  24861. draglib
  24862. dragstuff
  24863. dragstuff
  24864. dragutils
  24865. dragutils
  24866. dragwindowgrid
  24867. d supplies conceptual and tutorial information previously published on the Mac OS 8 and 9 Developer Documentation site 
  24868. *    Scrap Manager Reference, which supplies documentation on nine newly introduced APIs 
  24869. carbon.html
  24870. CarbonOverview
  24871. CarbonSpecification
  24872. Files
  24873. graphics
  24874. HumanInterfaceToolbox
  24875. images
  24876. indexes
  24877. interapplicationcomm
  24878. multimedia
  24879. networkcomm
  24880. runtime
  24881. securityservices
  24882. SiteInfo
  24883. utilitiesK
  24884. Nov 00L
  24885. Dec 00M
  24886. web browser
  24887. Carbon, Carbon Porting Guide, URL Services Preliminary Reference, Carbon Menu Manager Preliminary Reference, XML Services, Preferences Services, Multilingual Text Editor API, Adopting the Carbon Printing Manager, Transferring Data With the URL Access Manager, Implementing Security Features Using the Keychain Manager, ColorSync, Text Encoding Conversion Manager, Multiprocessing Services Reference, Scrap Manager
  24888. O5Dev.CD Dec 00 RL Disk 2:TechnicalPublications:carbon:P:Dev.CD Dec 00 RL Disk 2
  24889.  - TechnicalPublications
  24890.  - carbonW
  24891. MPW distributed with ETO 18, Open Transport 1.1 SDK, CodeWarrior8, or Symantec Project Manager 8.0.3 required to build the application.NPOpen Transport, NBP, AppleTalk, DDP, rawmode, NBPLookup, OTLookup, Echo ProtocolOGDev.CD Nov 00 TC Disk 1:Tool Chest:Networking:Network Watch (DMZ) v1.5:PODev.CD Nov 00 TC Disk 1
  24892.  - Tool Chest
  24893.  - Networking
  24894.  - Network Watch (DMZ) v1.5 the item you selected could not be found."
  24895.     return
  24896. end try
  24897. Deletedq
  24898. Dev.CD Sep 96 RL
  24899. D(All Packages
  24900. Reference Library Edition
  24901. develop Issue 16
  24902. protocol's
  24903. protocols
  24904. prototype
  24905. prototyping
  24906. prove
  24907. proverbial
  24908. proves
  24909. provide_
  24910.  The two graphics models are compared, along with useful code snippets for each.
  24911. Managing Compon
  24912. ent Registration  by Gary Woodcock.  For those cases where you may need to manage the component registration process, here's how.
  24913. Floating Windows: Keeping Afloat in the Window Manager by Dean Yu.  A way to implement floating windows without patching traps, and a library you can use in your own application.
  24914. Working in the Third Dimension by Jamie Osborne and Deanna Thomas.  This article shows off a nice 3-D interface and presents a set of MacApp objects you can use to create your own suc
  24915. system
  24916. folder
  24917. system
  24918. folder
  24919. 8.5.1
  24920. suite
  24921. toolc
  24922. configs
  24923. toolboxQ
  24924. toolbox
  24925. assistant
  24926. multiple
  24927. toolbox
  24928. toolbox
  24929. framework
  24930. toolframework
  24931. toolkit
  24932. toolsQ
  24933. tools
  24934. goodies
  24935. tools
  24936. toolwindow
  24937. toolwindow
  24938. toolwindow
  24939. topicsS
  24940. Summary:  The DMZ program demonstrates NBP Lookup calls under both Open Transport and Classic AppleTalk to obtain a list of all NBP entities by zone.  User can specify the lookup for specific objects and types.  Program also demonstrates how one sends AppleTalk Echo protocol packets to a specified system, and to receive the return Echo protocol response.
  24941. DMZ checks for the presence of Open Transport and uses it to perform network lookups, otherwise, the Preferred AppleTalk calls are used.B
  24942.   Under DMZ, the program demonstrates the use of placing the DDP node, used to send the Echo protocol packet, into raw mode, so that the return packet contains the long DDP header information.
  24943. JbDMZ.68k
  24944. DMZ.fat
  24945. dmz.make
  24946. .ppc.sc
  24947. .rsrc
  24948. Objects
  24949. sources
  24950. Think DMZ.ppcK
  24951. Sep 92L
  24952. Jul 96OGDev.CD Nov 00 TC Disk 1:Tool Chest:Networking:Network Watch (DMZ) v1.5:anges (and bug fixes!) in the Sound Manager. Finally, you can remove all that workaround code.
  24953. Print Hint
  24954. 72063X
  24955. Nov 00^    TC Disk 1
  24956. --set theItem to choose file -- uncomment to test in an AS editor
  24957.     tell application "Finder"
  24958.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Networking:Network Watch (DMZ) v1.5:"
  24959.         activate
  24960.     end tell
  24961. on error errMsg number errNum
  24962.     --enter statements to perform when no records are found such as...
  24963.     display dialog "Sorry, the item you selected could not be found."
  24964.     return
  24965. end try
  24966. e    No ChangefIOpen Transport
  24967. AppleTalk
  24968. rawmode
  24969. NBPLookup
  24970. OTLookup
  24971. Echo Protocolq
  24972. Dev.CD Nov 00 TC Disk 1
  24973. All Packages
  24974. New Audio Features QT3
  24975. 72064X
  24976. encoding
  24977. converter
  24978. allows
  24979. convert
  24980. window's
  24981. windowcolors
  24982. windowcompare
  24983. windowed
  24984. windowpicker
  24985. summary
  24986. suite
  24987. collection
  24988. tools
  24989. summary
  24990. telephone
  24991. manager
  24992. manager
  24993. macin
  24994. summary
  24995. thread
  24996. manager
  24997. system
  24998. extension
  24999. which
  25000. summary
  25001. verifier
  25002. apple
  25003. internal
  25004. localization
  25005. verif
  25006. flattenning
  25007. flavor
  25008. flavors
  25009. flexibility
  25010. flexible
  25011. flicker
  25012. flicker-free
  25013. flickers
  25014. flight-sim
  25015. flightsim
  25016. flipping
  25017. float-to-int
  25018. floating
  25019. flood
  25020. flookup
  25021. floor
  25022. floppies
  25023. floppy
  25024. flowers
  25025. flowing
  25026. flush
  25027. flushing
  25028. technical
  25029. technical
  25030. documentation
  25031. techniques
  25032. technotes
  25033. techpubs
  25034. tedittext
  25035. telephone
  25036. telephone
  25037. manager
  25038. telephony
  25039. ttribute
  25040. testing
  25041. textO
  25042. editor
  25043. encoding
  25044. encoding
  25045. conversion
  25046. manager
  25047. encoding
  25048. converter
  25049. services
  25050. manager
  25051. services
  25052. textedit
  25053. text-to-speech
  25054. textedit
  25055. texture
  25056. thread
  25057. thread
  25058. manager
  25059. threading
  25060. threads
  25061. tilisten
  25062. manager
  25063. tasks
  25064. timecode
  25065. timing
  25066. timings
  25067. tokenR
  25068. token
  25069. ringR
  25070. tokenize
  25071. tokenizer
  25072. tokentalk
  25073. toolboxe
  25074. toolbox
  25075. assistant
  25076. Summary:  NetworkStream is a C++ Stream IO class object for OpenTransport Network I/O. Written in Metrowerks C++, it implements a TNetworkBuf, TNetworkOStream  and TNetworkIOStream object.  
  25077. Issues:  Although I have implemented the insertion class TNetworkOStream I have not yet implemented what is needed for the TNetworkIStream class. THis is mostly because I am unclear how to best handle what happens when you read more data than is in the buffer. If you support the thread mananger then IB7 need to handle the yield/suspend/resume thread issues.
  25078. Jimain.cp
  25079. Network Stream.
  25080. ReadMe - NetworkStream
  25081. TNetworkStream.cp
  25082. TNetworkStream.h
  25083. Why was this archived?K
  25084. Aug 96M
  25085. OpenTransportN
  25086. C++ OpenTransportOFDev.CD Nov 00 TC Disk 1:Sample Code:Archive:Networking:Network Stream:PQDev.CD Nov 00 TC Disk 1
  25087.  - Sample Code
  25088.  - Archive
  25089.  - Networking
  25090.  - Network Streaman has some code to help you out. 
  25091. Print Hints: Tracking QuickDraw GX Messages  by Pete (
  25092. ) Alexander.  MessageWatcher let
  25093. 72062X
  25094. Nov 00^    TC Disk 1
  25095. --set theItem to choose file -- uncomment to test in an AS editor
  25096.     tell application "Finder"
  25097.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Archive:Networking:Network Stream:"
  25098.         activate
  25099.     end tell
  25100. on error errMsg number errNum
  25101.     --enter statements to perform when no records are found such as...
  25102.     display dialog "Sorry, the item you selected could not be found."
  25103.     return
  25104. end try
  25105. Movedf
  25106. C++ OpenTransportq
  25107. Dev.CD Nov 00 TC Disk 1
  25108. All Packages
  25109. Network Watch (DMZ) v1.5
  25110. 72063X
  25111. All Packages
  25112. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  25113. Dev.CD Jan 94
  25114. Dev.CD Oct 93
  25115. Dev.CD Jul 93P6Dev.CD Apr 94
  25116. Dev.CD Jan 94
  25117. Dev.CD Oct 93
  25118. Dev.CD Jul 9V
  25119. 72874X
  25120. Apr 94
  25121. --set theItem to choose file -- uncomment to test in an AS editor
  25122.     tell application "Finder"
  25123.         open item "Dev.CD Apr 94
  25124. Dev.CD Jan 94
  25125. Dev.CD Oct 93
  25126. Dev.CD Jul 93"
  25127.         activate
  25128.     end tell
  25129. on error errMsg number errNum
  25130.     --enter statements to perform when no records are found such as...
  25131.     display dialog "Sorry, the item you selected could not be found."
  25132.     return
  25133. end try
  25134. All Packages
  25135. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  25136. Dev.CD Jan 94
  25137. Dev.CD Oct 93P(Dev.CD Apr 94
  25138. Dev.CD Jan 94
  25139. Dev.CD Oct 9V
  25140. 72875X
  25141. Apr 94
  25142. james
  25143. jamie
  25144. january{
  25145. japan{
  25146. japanese{
  25147. jasik's
  25148. javao
  25149. jdirect
  25150. All Packages
  25151. System Enabler 065 (LC 575)O
  25152. Dev.CD Apr 94
  25153. Dev.CD Jan 94P
  25154. Dev.CD Apr 94
  25155. Dev.CD Jan 9V
  25156. 72790X
  25157. Apr 94
  25158. p--set theItem to choose file -- uncomment to test in an AS editor
  25159.     tell application "Finder"
  25160.         open item "Dev.CD Apr 94
  25161. Dev.CD Jan 94"
  25162.         activate
  25163.     end tell
  25164. on error errMsg number errNum
  25165.     --enter statements to perform when no records are found such as...
  25166.     display dialog "Sorry, the item you selected could not be found."
  25167.     return
  25168. end try
  25169. All Packages
  25170. System Enabler 065 (LC 575)O
  25171. Dev.CD Apr 94
  25172. Dev.CD Jan 94P
  25173. Dev.CD Apr 94
  25174. Dev.CD Jan 9V
  25175. 72791X
  25176. Apr 94
  25177. diagrams
  25178. dialog
  25179. dialog
  25180. popups
  25181. dialogbits
  25182. dialogbits
  25183. dialogbits
  25184. dialogbits
  25185. dialogbits
  25186. dialogcode
  25187. dialogcode
  25188. dialogs
  25189. dialogs
  25190. dialogstuff
  25191. dialogstuff
  25192. dialogstuff
  25193. dialogtest
  25194. dialogtest
  25195. dialogtest
  25196. dialogtest
  25197. dialogutils
  25198. dialogutils
  25199. dialogutils
  25200. dialogutils
  25201. dialogwindow
  25202. dialogwindow
  25203. dialogwindow
  25204. dictionary
  25205. 9-4526
  25206. 009-4527
  25207. 009-4527
  25208. 00csmp-abstracts
  25209. 00csmp-abstracts
  25210. 01-introS
  25211. 01-intro
  25212. 01/95{
  25213. 01/96|
  25214. 01/97}
  25215. 02-what'sS
  25216. 02-what's
  25217. 02/95{
  25218. 02/96|
  25219. 02/97}
  25220. 03-informationS
  25221. 03-information
  25222. registrati
  25223. 03/95{
  25224. 03/96|
  25225. 03/97}
  25226. 04-indexS
  25227. 04-index
  25228. courses
  25229. example
  25230. example1
  25231. example1
  25232. examplecodec
  25233. examplecodec
  25234. examplecodec
  25235. examplecodec
  25236. examplecodec
  25237. examples
  25238. exceptions
  25239. exceptions
  25240. exceptions
  25241. exceptions
  25242. expand
  25243. experimental
  25244. experimental
  25245. interfacelib
  25246. experimental
  25247. stuff
  25248. export
  25249. exportersp
  25250. exrom-1func
  25251. exrom-1func
  25252. sresource
  25253. extendprintrecord
  25254. extendprintrecord
  25255. extendprintrecord
  25256. extensionv
  25257. extension
  25258. extension
  25259. extensions
  25260. extractitems
  25261. extractitems
  25262. extractors
  25263. fadescreen
  25264. fadescreen
  25265. fadescreen
  25266. failure
  25267. failure
  25268. fastdither
  25269. fastdither
  25270. This SDK contains the information you need to take advantage of or extend the functionality of Network Services Location (NSL) 1.1.   NSL technology brings the easy of use of browsing through Internet services, such as ftp, http via TCP/IP similarly to the way users traditional browse for AppleTalk services using the Chooser.  Adoption of this technology would provide a solution for users looking for network services.  NSL 1.1 is a feature of Mac OS 9.
  25271. NSL 1.1 SDK Read Me
  25272. NSL 1.1 Manager B
  25273. library, DNS, SLP, LDAP, and NBP plug-ins
  25274. UI library
  25275. Detailed NSL 1.1 Developer Documentation
  25276. NSL Network Administrator's Guide (second edition)
  25277. Connect To... test tool
  25278. Sample code
  25279. Header files
  25280. JYConnect To...
  25281. Documentation
  25282. Headers
  25283. NSL 1.1 SDK Read Me
  25284. NSL Library & Plugins
  25285. Sample CodeK
  25286. Nov 98L
  25287. Dec 99MeFor development purposes, this software requires a PowerPC running system software Mac OS 9 or later.O7Dev.CD Oct 00 SDK1:Development Kits:Mac OS:NSL 1.1 SDK:
  25288. connect
  25289. connect
  25290. connection
  25291. connectivity
  25292. contacts
  25293. content
  25294. contents
  25295. contents
  25296. extensions
  25297. contents
  25298. bootvol
  25299. context
  25300. contextualu
  25301. contextual
  25302. development
  25303. contextual
  25304. machack
  25305. goodies
  25306. contextual
  25307. manageru
  25308. contrast
  25309. Flexibility: The Open Scripting Architecture  by Paul G. Smith.  All about the ability to attach and run scripts as a way of customizing applications. 
  25310. Exploiting Gr
  25311. aphics Speed on the Power Macintosh  by Konstantin Othmer, Shannon Holland, and Brian Cox.  A strategy for ensuring that users benefit from the improved performance of QuickDraw on the PowerPC platform.
  25312. Displaying Hierarchical Lists  by Martin Minow.  Here
  25313. s how to provide a user-controlled display mechanism for hierarchical data, much like the triangular buttons used for displaying files and folders in the Finder.
  25314. The Right Way to Implement Preferences Files  by Gary Woodcock.  Some tho
  25315. NyNSL, SLP, DNS, LDAP, NBP, network,  TCP/IP search, browse Internet services, network administrator, domain, neighborhood.O7Dev.CD Oct 00 SDK1:Development Kits:Mac OS:NSL 1.1 SDK:P?Dev.CD Oct 00 SDK1
  25316.  - Development Kits
  25317.  - Mac OS
  25318.  - NSL 1.1 SDKeases.
  25319. Graphical Truffles:  The Debugging Version of QuickDraw GX  by Pete (
  25320. ) Alexander.  How to take advantage of the debugging version during development, along with news about a few changes.
  25321. Balance of Power: Enhancing PowerPC Native Speed  by D
  25322. Dave Evans.  Coding tips for getting the most speed out of the PowerPC processor. 
  25323. History of the Dogcow, Part 2 by Mark (
  25324. The Red
  25325. ) Harlan.  The rest of the story:  distribution and paraphernalia.
  25326. J&develop Issue 18
  25327. develop Issue 18 codeK
  25328. Vol IIIL
  25329. Jun 95OIDev.CD Dec 00 RL Disk 1:Technical Documentation:Develop:develop Issue 18:PQDev.CD Dec 00 RL Disk 1
  25330.  - Technical Documentation
  25331.  - Develop
  25332.  - develop Issue 18
  25333. --set theItem to choose file -- uncomment to test in an AS editor
  25334.     tell application "Finder"
  25335.         open item "Dev.CD Apr 94
  25336. Dev.CD Jan 94
  25337. Dev.CD Oct 93
  25338. Dev.CD Jul 93
  25339. Dev.CD Apr 93"
  25340.         activate
  25341.     end tell
  25342. on error errMsg number errNum
  25343.     --enter statements to perform when no records are found such as...
  25344.     display dialog "Sorry, the item you selected could not be found."
  25345.     return
  25346. end try
  25347. projectbuilder
  25348. projlistmenu
  25349. prominent
  25350. prominently
  25351. promised
  25352. promises
  25353. promotion
  25354. promotional
  25355. promotions
  25356. prompt
  25357. prompts^
  25358. proofreaders
  25359. propagates
  25360. proper
  25361. properly
  25362. properties
  25363. property
  25364. propertylist
  25365. proportional
  25366. propositin{
  25367. proprietary
  25368. prospective
  25369. protect
  25370. protected
  25371. proto
  25372. protocol
  25373. --set theItem to choose file -- uncomment to test in an AS editor
  25374.     tell application "Finder"
  25375.         open item "Dev.CD Apr 94
  25376. Dev.CD Jan 94
  25377. Dev.CD Oct 93
  25378. Dev.CD Jul 93
  25379. Dev.CD Apr 93"
  25380.         activate
  25381.     end tell
  25382. on error errMsg number errNum
  25383.     --enter statements to perform when no records are found such as...
  25384.     display dialog "Sorry, the item you selected could not be found."
  25385.     return
  25386. end try
  25387. A.html
  25388. AlphaSelector.html
  25389. B.html
  25390. C.html
  25391. D.html
  25392. E.html
  25393. F.html
  25394. FunctionIndex.html
  25395. G.html
  25396. H.html
  25397. I.html
  25398. J.html
  25399. K.html
  25400. L.html
  25401. M.html
  25402. N.html
  25403. O.html
  25404. P.html
  25405. Q.html
  25406. R.html
  25407. S.html
  25408. T.html
  25409. U.html
  25410. V.html
  25411. W.html
  25412. X.html
  25413. Y.html
  25414. Z.html
  25415. eachV
  25416. earlier]
  25417. early
  25418. earth
  25419. ease-of-use
  25420. easier
  25421. easiest
  25422. easilyy
  25423. quickdraw
  25424. viewer
  25425. thompson
  25426. 72060X
  25427. Dec 99^
  25428. --set theItem to choose file -- uncomment to test in an AS editor
  25429.     tell application "Finder"
  25430.         open item "Dev.CD Dec 99 RL:Technical Documentation:ABS Technical Notes:Network Server Dev. Guide:"
  25431.         activate
  25432.     end tell
  25433. on error errMsg number errNum
  25434.     --enter statements to perform when no records are found such as...
  25435.     display dialog "Sorry, the item you selected could not be found."
  25436.     return
  25437. end try
  25438. Deletedf*AIX
  25439. Network Server
  25440. Symbiotic
  25441. client
  25442. serverq
  25443. Dev.CD Dec 99 RL
  25444. D!All Packages
  25445. Mac OS SDK Edition
  25446. Network Services Location (NSL)
  25447. 72061X
  25448. Oct 00^
  25449. --set theItem to choose file -- uncomment to test in an AS editor
  25450.     tell application "Finder"
  25451.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:NSL 1.1 SDK:"
  25452.         activate
  25453.     end tell
  25454. on error errMsg number errNum
  25455.     --enter statements to perform when no records are found such as...
  25456.     display dialog "Sorry, the item you selected could not be found."
  25457.     return
  25458. end try
  25459. e    No ChangefoNSL
  25460. network
  25461.  TCP/IP search
  25462. browse Internet services
  25463. network administrator
  25464. domain
  25465. neighborhood.q
  25466. Dev.CD Oct 00 SDK1
  25467. All Packages
  25468. Network Stream
  25469. 72062X
  25470. ell. A primer on handling bitmapped graphics in QuickDraw GX: tips, tricks, and whizzy effects.
  25471. Pick Your Picker With Color Picker 2.0  by Shannon Holland. The new Color Picker Manager is flexible and customizable, allowing much tighter integration of color pickers with your application.
  25472. Implementing Inheritance in Scripts  by Paul G. Smith. Supporting inheritanc
  25473. s) or by contacting an IBM representative. Specific information on relevant IBM AIX guides is found at the beginning of each section.
  25474. Issues:  This document is to be used as a reference when developing for AIX for the Apple Network Server. It only describes the differences between AIX for the Apple Network Server and IBM's AIX. It is not intended to fully document AIX.
  25475. Network Server Dev. GuideK
  25476. Jun 96N.AIX, Network Server, Symbiotic, client, serverOWDev.CD Dec 99 RL:Technical Documentation:ABS Technical Notes:Network Server Dev. Guide:P_Dev.CD Dec 99 RL
  25477.  - Technical Documentation
  25478.  - ABS Technical Notes
  25479.  - Network Server Dev. Guide John Wang and Fernando Urbina. The sequence grabber component supports capture of any media type. Here
  25480. s how to use it.
  25481. JBdevelop Issue 19
  25482. develop Issue 19 code
  25483. develop Issue 19 referencesK
  25484. Vol IIIL
  25485. Jun 95OIDev.CD Dec 00 RL Disk 1:Technical Documentation:Develop:develop Issue 19:
  25486. Summary:  The Developer's Reference Guide for the Apple Network Server is the source for information about developing client/server applications and writing device drivers for the Apple Network Server.  The Guide documents differences between AIX for the Apple Network Server and IBM's AIX.
  25487. This guide covers hardware and software requirements to be considered when developing AIX for Apple Network Server device drivers or server applications and a Mac OS client. Part I covers developing cli
  25488. ent/server applications, including both Mac OS and AIX considerations. Part II covers the development of device drivers, including Open Firmware requirements. Part III documents the AppleTalk API. Part IV provides the man pages for Apple-specific AIX commands. There is an appendix for keyboard positions.
  25489. This guide is to be used in conjunction with AIX developer guides from IBM. Information on how to obtain the IBM AIX developer guides and tools can be found on IBM's Web site (www.ibm.com
  25490. jman2.0
  25491. jmanhtml
  25492. sample
  25493. jpegsample68k
  25494. jqtanim
  25495. jsaver
  25496. jsaver
  25497. jumps
  25498. jumps
  25499. finder
  25500. finder
  25501. finder
  25502. finder
  25503. justify
  25504. k-finnish
  25505. kanji
  25506. kanji
  25507. 1.1.3
  25508. kcapapp
  25509. kcapapp
  25510. kcapapp
  25511. kcapapp
  25512. kcapapp
  25513. mappings
  25514. keyboard
  25515. direct-manipulation
  25516. directing
  25517. direformat
  25518. dirid
  25519. dirty
  25520. disable
  25521. disable
  25522. mouse
  25523. keyboard
  25524. disable
  25525. speech
  25526. disabled^
  25527. disabling
  25528. disambiguator{
  25529. disassemble
  25530. disassembly
  25531. discW
  25532. discard
  25533. disclaimer
  25534. disclosure
  25535. disconnect
  25536. discourages
  25537. cussions
  25538. Module 1- Displaying Image
  25539. Module 2- Playing Movie
  25540. Module 3- Drawing Text
  25541. Module 4- Playing Sounds
  25542. Module 5- Custom Controllers
  25543. Module 6- Advanced Compositing
  25544. Module 7- Switching Compositors
  25545. Module 8- Transitions
  25546. Module 9- Full Screen Mode
  25547. Module10- QTZoo
  25548. european@
  25549. evenbetterbuserror@
  25550. event@
  25551. everything@
  25552. exists@
  25553. explored@
  25554. external@
  25555. faceless@
  25556. falkenburg@
  25557. features
  25558. includes
  25559. demonstration
  25560. documentation
  25561. complete@
  25562. fileinfo@
  25563. final@
  25564. finds@
  25565. fixing@
  25566. focus@
  25567. folders@
  25568. years
  25569. multimedia
  25570. developers
  25571. regarded
  25572. equilibrium's
  25573. forbidden@
  25574. formatted@
  25575. frame@
  25576. frontier@
  25577. gelphman@
  25578. getting/setting@
  25579. glance@
  25580. gory@
  25581. graphic@
  25582. grown@
  25583. happen@
  25584. having@
  25585. here's@
  25586. hints@
  25587. however@
  25588. html@
  25589. http@
  25590. illustrates@
  25591. implementation@
  25592. NDNetSprocket, NSp, networking, multi-player, LAN, internet, AppleTalkO:Dev.CD Nov 00 TC Disk 1:Sample Code:Games:NetSprocketTest:PBDev.CD Nov 00 TC Disk 1
  25593.  - Sample Code
  25594.  - Games
  25595.  - NetSprocketTestV
  25596. 72058X
  25597. Nov 00^    TC Disk 1
  25598. --set theItem to choose file -- uncomment to test in an AS editor
  25599.     tell application "Finder"
  25600.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Games:NetSprocketTest:"
  25601.         activate
  25602.     end tell
  25603. on error errMsg number errNum
  25604.     --enter statements to perform when no records are found such as...
  25605.     display dialog "Sorry, the item you selected could not be found."
  25606.     return
  25607. end try
  25608. e    No Changef>NetSprocket
  25609. networking
  25610. multi-player
  25611. internet
  25612. AppleTalkq
  25613. Dev.CD Nov 00 TC Disk 1
  25614. All Packages
  25615. Network Management (SNMP)
  25616. 72059X
  25617. Summary: Network Management Specifications for the Macintosh.  This includes the RFCs defining the Simple Network Management Protocol (SNMP), SNMP over AppleTalk, Macintosh System MIB, and AppleTalk MIB. 
  25618. If you want to implement network management for Apple products you should follow these specifications as they are standardized in the Internet Engineering Task Force.
  25619. Issues: Specifications only
  25620. This package is System 7.0 compatible.
  25621. J.Mac Specific files
  25622. READ ME
  25623. SNMP Specific filesK
  25624. Mar 92L
  25625. Aug 92M
  25626. Any MacOMDev.CD Nov 00 TC Disk 1:Tool Chest:Networking:SNMP:Network Management (SNMP):PXDev.CD Nov 00 TC Disk 1
  25627.  - Tool Chest
  25628.  - Networking
  25629.  - SNMP
  25630.  - Network Management (SNMP)fficial C++ Style Guide.  How to harness C++
  25631. s power without getting tripped up by some of its less savory features.
  25632. Demystifying the GS/OS Cache.  Taking the mystery and confusion out of caching algorithms. 
  25633. J(develop Issue  2:
  25634. develop Issue  2 code:K
  25635. Vol IIIL
  25636. Jun 95
  25637. 72059X
  25638. Nov 00^    TC Disk 1
  25639. --set theItem to choose file -- uncomment to test in an AS editor
  25640.     tell application "Finder"
  25641.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Networking:SNMP:Network Management (SNMP):"
  25642.         activate
  25643.     end tell
  25644. on error errMsg number errNum
  25645.     --enter statements to perform when no records are found such as...
  25646.     display dialog "Sorry, the item you selected could not be found."
  25647.     return
  25648. end try
  25649. e    No Changeq
  25650. Dev.CD Nov 00 TC Disk 1
  25651. D(All Packages
  25652. Reference Library Edition
  25653. F Network Server Developer's Guide
  25654. --set theItem to choose file -- uncomment to test in an AS editor
  25655.     tell application "Finder"
  25656.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:SnapshotSample:"
  25657.         activate
  25658.     end tell
  25659. on error errMsg number errNum
  25660.     --enter statements to perform when no records are found such as...
  25661.     display dialog "Sorry, the item you selected could not be found."
  25662.     return
  25663. end try
  25664. develop
  25665. issue
  25666. references
  25667. develop
  25668. issue
  25669. develop
  25670. issue
  25671. develop
  25672. issue
  25673. references
  25674. develop
  25675. issue
  25676. develop
  25677. issue
  25678. develop
  25679. issue
  25680. references
  25681. develop
  25682. issue
  25683. develop
  25684. issue
  25685. develop
  25686. issue
  25687. references
  25688. develop
  25689. issue
  25690. develop
  25691. issue
  25692. develop
  25693. issue
  25694. develop
  25695. issue
  25696. develop
  25697. issue
  25698. references
  25699. develop
  25700. issue
  25701. develop
  25702. issue
  25703. develop
  25704. issue
  25705. develop
  25706. issue
  25707. develop
  25708. issue
  25709. N5open, save, choose, file, folder, navigation servicesOMDev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:Navigation Services SDK:PXDev.CD Aug 99 TC
  25710.  - What's New?
  25711.  - Development Kits
  25712.  - Mac OS
  25713.  - Navigation Services SDK 20:"
  25714.         activate
  25715.     end tell
  25716. on error errMsg number errNum
  25717.     --enter statements to perform when no records are found such as...
  25718.     display dialog "Sorry, the item you selected could not be found."
  25719.     return
  25720. end try
  25721. e    No Changeq
  25722. Dev.CD Dec 00 RL Disk 1
  25723. All Packages
  25724. develop Issue 21
  25725. 70088X
  25726. discover
  25727. discovered
  25728. discovering
  25729. discrete
  25730. discs
  25731. discuss
  25732. discussed
  25733. discusses
  25734. discussion
  25735. discussions
  25736. r Macintosh, you may want to write your network products to use it. This introduction to the NetWare environment includes a simple sample module.
  25737. Somewhere in QuickTime:  Supporting Text Tracks in Your Application  by Nick Thompson.  How to support text tracks in your applicati
  25738. on, allowing both searching and editing.
  25739. Graphical Truffles:  A Space-Saving PICT Trick  by Guillermo A. Ortiz and Dave Johnson.  If you
  25740. re storing a large set of pictures with the same colors, here
  25741. s a neat trick to reduce its size.
  25742. Print Hints:  Improving QuickDraw GX Printer Driver Performance  by Dave Hersey.  Understanding QuickDraw GX buffering will help you fine-tune the performance of your printer driver.
  25743. Balance of Power:  PowerPC Branch Prediction  by Dave Evans.  Is it scienc
  25744. move{
  25745. moveable
  25746. moveablemodal
  25747. moveablemodal
  25748. source
  25749. sample
  25750. illustrating
  25751. moved
  25752. movement
  25753. moves
  25754. movewindow
  25755. movieY
  25756. movie's
  25757. moviebrowser
  25758. moviecontroller
  25759. movieexportadddataso
  25760. movieexportfromproce
  25761. --set theItem to choose file -- uncomment to test in an AS editor
  25762.     tell application "Finder"
  25763.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Contributed:strlist:"
  25764.         activate
  25765.     end tell
  25766. on error errMsg number errNum
  25767.     --enter statements to perform when no records are found such as...
  25768.     display dialog "Sorry, the item you selected could not be found."
  25769.     return
  25770. end try
  25771. create
  25772. resolve
  25773. aliasesn
  25774. summary
  25775. macsbug
  25776. macro
  25777. debugging
  25778. summary
  25779. technical
  25780. notes
  25781. contain
  25782. latest
  25783. summary
  25784. parser
  25785. allow
  25786. access
  25787. system'sW
  25788. generator
  25789. danish
  25790. danish
  25791. 1.1.3
  25792. dashed
  25793. dashed
  25794. lines
  25795. dashed
  25796. lines
  25797. dashed
  25798. lines
  25799. dashed-capped
  25800. dashed-capped
  25801. lines
  25802. dashed-capped
  25803. lines
  25804. dashed-capped
  25805. lines
  25806. dashed-capped
  25807. lines
  25808. dashedlines
  25809. dashedlines
  25810. datay
  25811. access
  25812. manager
  25813. folder
  25814. database~
  25815. database
  25816. suite~
  25817. databases-standalone
  25818. datahandlercomponent
  25819. datamaster
  25820. datamaster
  25821. datasheet
  25822. dateconverter
  25823. dateconverter
  25824. datedialog
  25825. datedialog
  25826. datestring
  25827. datething
  25828. datething
  25829. datething
  25830. datething
  25831. datething
  25832. datething
  25833. datething
  25834. corrosponding
  25835. creat@
  25836. contents
  25837. enable
  25838. developers
  25839. create
  25840. theme@
  25841. this@
  25842. 72588X
  25843. Nov 99^
  25844. r--set theItem to choose file -- uncomment to test in an AS editor
  25845.     tell application "Finder"
  25846.         open item "Dev.CD Nov 99 TC:Sample Code:"
  25847.         activate
  25848.     end tell
  25849. on error errMsg number errNum
  25850.     --enter statements to perform when no records are found such as...
  25851.     display dialog "Sorry, the item you selected could not be found."
  25852.     return
  25853. end try
  25854. Deletedq
  25855. Dev.CD Nov 99 TC
  25856. D!All Packages
  25857. Tool Chest Edition
  25858. Snippets - Testing & Debugging
  25859. (** = new, * = revised)
  25860. AE/EM trapping 1.0.1:  Some MacsBug macros that allow you to break on AppleEvent and Edition Manager PACK calls.With these macros you can  type 'atb AESend' (or any other AppleEvent or Edition Manager call) and you will break when the call is made.
  25861. Audit:  Audit is a small library of functions that provide an unobtrusive event tracing capability to applications, drivers, code-resources, call-backs, and any other "flavor" of Macintosh software.
  25862. BusErrorTest:  Show
  25863. All Packages
  25864. System 7.5 Update 1.0O
  25865. Dev.CD Jul 95P
  25866. Dev.CD Jul 9V
  25867. 72684X
  25868. Jul 95
  25869. b--set theItem to choose file -- uncomment to test in an AS editor
  25870.     tell application "Finder"
  25871.         open item "Dev.CD Jul 95"
  25872.         activate
  25873.     end tell
  25874. on error errMsg number errNum
  25875.     --enter statements to perform when no records are found such as...
  25876.     display dialog "Sorry, the item you selected could not be found."
  25877.     return
  25878. end try
  25879. All Packages
  25880. System 7.5 Update 1.0O
  25881. Dev.CD Jul 95P
  25882. Dev.CD Jul 9V
  25883. 72685X
  25884. Jul 95
  25885. b--set theItem to choose file -- uncomment to test in an AS editor
  25886.     tell application "Finder"
  25887.         open item "Dev.CD Jul 95"
  25888.         activate
  25889.     end tell
  25890. on error errMsg number errNum
  25891.     --enter statements to perform when no records are found such as...
  25892.     display dialog "Sorry, the item you selected could not be found."
  25893.     return
  25894. end try
  25895. All Packages
  25896. System 7.5 Update 1.0O
  25897. Dev.CD Jul 95P
  25898. Dev.CD Jul 9V
  25899. 72686X
  25900. rfc1332
  25901. rfc1332
  25902. rfc1334
  25903. universalprocptr
  25904. universityS
  25905. unknowingly
  25906. unknown
  25907. unleash
  25908. unless
  25909. unlike
  25910. unlimited
  25911. unload
  25912. unloaded
  25913. unloading
  25914. unlocked
  25915. unlocking
  25916. unmangling
  25917. unmodified
  25918. unmount
  25919. unmount/mount
  25920. unmounted
  25921. unsupported
  25922. untested
  25923. until
  25924. unwanted
  25925. unwrapcommenttext
  25926. up-to-date_
  25927. upcoming
  25928. updateR
  25929. snapshotsample
  25930. snapshotsample
  25931. snarfer
  25932. sndforever
  25933. sndforever
  25934. sndforever
  25935. sndforever
  25936. sndforever
  25937. sndmemrecord
  25938. sndplaydblbuffer
  25939. sndplaydoublebuffer
  25940. sndplaydoublebuffer
  25941. sndrecord
  25942. sneak3view
  25943. agent
  25944. specific
  25945. files
  25946. transports
  25947. softvdig
  25948. softvdig
  25949. softvdig
  25950. softvdig
  25951. softvdig
  25952. softvdig
  25953. software
  25954. software
  25955. license
  25956. software
  25957. license
  25958. somobjects
  25959. somobjects
  25960. first
  25961. sonofsillyballs
  25962. sonofsillyballs
  25963. sonofsillyballs
  25964. sonofsillyballs
  25965. pbproj
  25966. sortablepicture
  25967. sortablepicture
  25968. sortablepicture
  25969. sortpicts
  25970. sortpicts
  25971. sortpicts
  25972. sortpicts
  25973. sortpictsapp
  25974. sortpictsapp
  25975. sortpictsthreads
  25976. sortpictsthreads
  25977. sorts
  25978. N5SPBRecord, asynchronous, record, Record sound to diskO?Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:Record sound to disk:PGDev.CD Nov 00 TC Disk 2
  25979.  - Sample Code
  25980.  - Sound
  25981.  - Record sound to diskV
  25982. 72480X
  25983. Nov 00^    TC Disk 2
  25984. --set theItem to choose file -- uncomment to test in an AS editor
  25985.     tell application "Finder"
  25986.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:Record sound to disk:"
  25987.         activate
  25988.     end tell
  25989. on error errMsg number errNum
  25990.     --enter statements to perform when no records are found such as...
  25991.     display dialog "Sorry, the item you selected could not be found."
  25992.     return
  25993. end try
  25994. e    No Changef2SPBRecord
  25995. asynchronous
  25996. record
  25997. Record sound to diskq
  25998. Dev.CD Nov 00 TC Disk 2
  25999. All Packages
  26000. ReKeyTransI
  26001. This sample shows how to patch KeyTrans in order to completely
  26002. ignore the dead-key processing that goes on and lets you type those
  26003. fancy accented characters as if you were back in 7-bit ASCII days.V
  26004. 72481X
  26005. 1e    No Change
  26006. 1.0.1 -> 1.0.2 Updater
  26007. Navigable Movie Toolkit
  26008. Read Me
  26009. Read Me.txt
  26010. Software License
  26011. Software License.txt
  26012. TCCalc
  26013. User Manual
  26014. Version History
  26015. Version History.txtK
  26016. Aug 93M
  26017. For acquisition: Any Macintosh that has two serial ports (one optional).
  26018. For digitizing: Any Macintosh that supports QuickTime video digitizingN5Navigable Movies, Pan/Tilt Movies, Virtual NavigationO^Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:Navigable Movie Toolkit:PiDev.CD Nov 00 TC Disk 1
  26019.  - Tool Chest
  26020.  - Development Kits
  26021.  - HyperCard Related
  26022.  - Navigable Movie Toolkit
  26023. The Navigation Services suite greatly enhances the user experience of opening, saving and selecting documents, while giving your application new capabilities without customizing code.
  26024. Navigation Services is a new set of APIs to:
  26025.     - open and save documents
  26026.     - confirm save / discard changes
  26027.     - select a file, folder or volume
  26028.     - create a new folder
  26029. Benefits of adopting Navigation Services APIs for your application include:
  26030.     - new movable, resizable, Appearance-aware Open & Sa
  26031. Bve dialogs
  26032.     - easier navigation: list view with disclosure triangles, recent items, favorite items, etc.
  26033.     - built-in file format translation
  26034.     - transparent delivery of new features in future versions of the System Software.
  26035. More information on the features may be found in the Navigation Services developer note.
  26036. JCDocumentation:
  26037. Examples:
  26038. Libraries:
  26039. Navigation Services 1.1 Read MeK
  26040. Aug 99M
  26041. Mac OS 8.5OMDev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:Navigation Services SDK:
  26042. 72057X
  26043. Aug 99^
  26044. --set theItem to choose file -- uncomment to test in an AS editor
  26045.     tell application "Finder"
  26046.         open item "Dev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:Navigation Services SDK:"
  26047.         activate
  26048.     end tell
  26049. on error errMsg number errNum
  26050.     --enter statements to perform when no records are found such as...
  26051.     display dialog "Sorry, the item you selected could not be found."
  26052.     return
  26053. end try
  26054. e    No Changef0open
  26055. choose
  26056. folder
  26057. navigation servicesq
  26058. Dev.CD Aug 99 TC
  26059. All Packages
  26060. NetSprocketTestI7This sample shows a bsic implementation of NetSprocket.J
  26061. aevt.c
  26062. App.h
  26063. events.c
  26064. GameSample.
  26065. .rsrc
  26066. Global.h
  26067. init.c
  26068. main.c
  26069. makefile
  26070. NetSprocketTest.CW2.prj
  26071. NetSprocketTest.CW5.prj
  26072. NetStuff.cp
  26073. NetStuff.h
  26074. NewNSpTest
  26075. Proto.h
  26076. windows.cK
  26077. Feb 00MZSystem 8.1+, PowerPC, NetSprocket, and either Universal Interfaces 3.3 or NetSprocket SDK
  26078. O:Dev.CD Nov 00 TC Disk 1:Sample Code:Games:NetSprocketTest:V
  26079. 72058X
  26080. 1e    No Change
  26081. lderness with
  26082. 1.0.1b1c2
  26083. 1.0.1b4V
  26084. 1.0.1tc7
  26085. 1.0.2
  26086. 1.0.4
  26087. 1.0a13
  26088. 1.0a6
  26089. 1.0b1c
  26090. 1.0b16
  26091. 1.0b2
  26092. 1.0b3c
  26093. 1.0b4c
  26094. 1.0d13
  26095. 1.0d2
  26096. 1.1.1
  26097. 1.1.2
  26098. 1.1.3
  26099. 1.2.3
  26100. 1.3.1
  26101. 1.3.4
  26102. 1.3.6
  26103. 1.4.2c
  26104. 1.4.6f11
  26105. 1.4mb
  26106. 11-12/96|
  26107. 11-otherS
  26108. 11-other
  26109. topicsS
  26110. 11/95{
  26111. 11/97}
  26112. 12-trainingS
  26113. 12-training
  26114. schedule
  26115. 12/95{
  26116. 13-duS
  26117. 13-du
  26118. training
  26119. sites
  26120. 17.203.23.112
  26121. 2.0.1
  26122. 2.0.6
  26123. 2.0.6
  26124. files
  26125. one's
  26126. one-source
  26127. one-time
  26128. onescanner
  26129. online_
  26130. onlyy
  26131. documentation
  26132. developer
  26133. notes
  26134. collections
  26135. collectionservices
  26136. collectpictcolors
  26137. icker
  26138. 2.1.1
  26139. contains
  26140. minor
  26141. fixes
  26142. color
  26143. quickdraw
  26144. colored
  26145. coloredcheckbox
  26146. colorization
  26147. colorize
  26148. colorpickerlib
  26149. colors
  26150. colorsieve
  26151. soundinputsample
  26152. soundlevel
  26153. soundmanager
  26154. sounds
  26155. soundsnippets
  26156. soundsnippets
  26157. defines
  26158. functions
  26159. perform
  26160. common
  26161. soundsprocket
  26162. soundunit
  26163. sourceO
  26164. source-code
  26165. source-level
  26166. sourcebug
  26167. sourcebug
  26168. source-level
  26169. debugger
  26170. debugging
  26171. 68k-based
  26172. sourcemenu
  26173. sourceobj
  26174. favourite
  26175. fcode
  26176. fcompressimage
  26177. fdepthmust
  26178. feature^
  26179. ure-rich
  26180. featured
  26181. featuresA
  26182. features
  26183. allows
  26184. reset
  26185. interrupt
  26186. keyboard
  26187. Summary:  The Navigable Movie Toolkit (a HyperCard stack) is designed to assist in making Navigable Movies, QuickTime movies that offer a user-controllable view of an object or environment from a fixed point in space.  The Toolkit controls a specially configured set of off-the-shelf hardware and software in order to make Navigable Movies. The resulting movies can be played with the Navigable Movie Player included as part of the Toolkit; the Player may be included in your own stacks.
  26188.   Duri
  26189. ng playback, the user is able to control the view by click-dragging the mouse in the movie
  26190. s window; the experience is that of peering around the space, moving one
  26191. s head horizontally and/or vertically. Complete documentation is included.
  26192. Issues:  The Toolkit is the result of an investigation in ATG/Human Interface Group, and is supplied as-is. This is an update to version 1.0.1.
  26193. Aug 93d graphics problem is investigated and then solved using a custom color search procedure and 
  26194. 72056X
  26195. Nov 00^    TC Disk 1
  26196. --set theItem to choose file -- uncomment to test in an AS editor
  26197.     tell application "Finder"
  26198.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:Navigable Movie Toolkit:"
  26199.         activate
  26200.     end tell
  26201. on error errMsg number errNum
  26202.     --enter statements to perform when no records are found such as...
  26203.     display dialog "Sorry, the item you selected could not be found."
  26204.     return
  26205. end try
  26206. e    No Changef3Navigable Movies
  26207. Pan/Tilt Movies
  26208. Virtual Navigationq
  26209. Dev.CD Nov 00 TC Disk 1
  26210. D!All Packages
  26211. Tool Chest Edition
  26212. Navigation Services SDK
  26213.     elop Issue 22:PQDev.CD Dec 00 RL Disk 1
  26214.  - Technical Documentation
  26215.  - Develop
  26216.  - develop Issue 22
  26217.     C/cuments
  26218. - shortcuts
  26219. - history
  26220. - previews
  26221. - etc.
  26222. J@Documentation
  26223. Examples
  26224. Libraries
  26225. Navigation Services 1.1 Read MeK
  26226. May 98
  26227. 6Requirements: Software: 7.5.5 and above
  26228. Hardware: 68K or PowerPC
  26229. 68k only-- you need
  26230. - CFM-68K Runtime Enabler
  26231. -NuDragLib.slb
  26232. - NuQuickTimeLib.slb
  26233. -NuTranslationLib.slb
  26234. -NuThreadsLib.slb
  26235. -ObjectSupportLib
  26236. For 68k and PPC, you need:
  26237. -OT 1.3 or greater
  26238. -QuickTime 2.5 or greater
  26239. -Appearance 1.0.1 or greater.
  26240. OCDev.CD Oct 00 SDK1:Development Kits:Mac OS:Navigation Services SDK:PKDev.CD Oct 00 SDK1
  26241.  - Development Kits
  26242.  - Mac OS
  26243.  - Navigation Services SDK
  26244. s article examines a shared preferences solution for Internet applications: how to use it in your applications, and also how it works, using the Component Manager as a robust shared library mechanism.
  26245. Multipane Dialogs by Norman Franke.  Dialog boxes with multiple panes are becoming more and more common. Thi
  26246. All Packages
  26247. QuickDraw GXO#Dev.CD Aug 96 TC
  26248. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  26249. Dev.CD Jan 96 SDKV
  26250. 72314X
  26251. Aug 96
  26252. x--set theItem to choose file -- uncomment to test in an AS editor
  26253.     tell application "Finder"
  26254.         open item "Dev.CD Aug 96 TC
  26255. Dev.CD Jan 96 SDK1"
  26256.         activate
  26257.     end tell
  26258. on error errMsg number errNum
  26259.     --enter statements to perform when no records are found such as...
  26260.     display dialog "Sorry, the item you selected could not be found."
  26261.     return
  26262. end try
  26263. All Packages
  26264. QuickDraw GXO#Dev.CD Aug 96 TC
  26265. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  26266. Dev.CD Jan 96 SDKV
  26267. 72315X
  26268. Aug 96
  26269. active
  26270. addresmenu
  26271. address
  26272. addsearch
  26273. adlib
  26274. administrator
  26275. adobe
  26276. adopting
  26277. adopting
  26278. carbon
  26279. printing
  26280. manager
  26281. adorner
  26282. advanced
  26283. aegizmos
  26284. aeinteractwithuser
  26285. aesuspendthecurrente
  26286. better
  26287. version
  26288. launchwithdoc
  26289. buffed
  26290. version
  26291. snapshot
  26292. example
  26293. super
  26294. snapshot
  26295. illustration
  26296. intrinsic
  26297. styles
  26298. isk 1:Technical Documentation:Develop:develop Issue 24:"
  26299.         activate
  26300.     end tell
  26301. on error errMsg number errNum
  26302.     --enter statements to perform when no records are found such as...
  26303.     display dialog "Sorry, the item you selected could not be found."
  26304.     return
  26305. end try
  26306. e    No Changeq
  26307. Dev.CD Dec 00 RL Disk 1
  26308. All Packages
  26309. develop Issue 25
  26310. 70092X
  26311. Navigation Services is a new API to open, save documents and select files, folders or volumes. Navigation Services supersedes the current StandardFile packages and provides an architecture that makes it possible to access repositories other than HFS file systems, such as the LAN, Internet based servers or databases.
  26312. Navigation Services provides new standard dialogs for the following operations:
  26313. - open document
  26314. - save documents
  26315. - select volume
  26316. - select folder
  26317. - select file
  26318. - select object
  26319. - create folder
  26320. - confirm save
  26321. - confirm revert
  26322. Navigation Services provides a new document saving model that enables transparent conversion, encoding, upload and download of documents. 
  26323. Navigation Services also provides a number of tools to increase productivity and speed up document access, including:
  26324. - outline view (icon, name, date modified, sorting, etc)
  26325. - simultaneous opening of multiple documents, including on different volumes
  26326. - recent documents tracking
  26327. - favorite folders and do
  26328. 72055X
  26329. Oct 00^
  26330. --set theItem to choose file -- uncomment to test in an AS editor
  26331.     tell application "Finder"
  26332.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Navigation Services SDK:"
  26333.         activate
  26334.     end tell
  26335. on error errMsg number errNum
  26336.     --enter statements to perform when no records are found such as...
  26337.     display dialog "Sorry, the item you selected could not be found."
  26338.     return
  26339. end try
  26340. e    No Changeq
  26341. Dev.CD Oct 00 SDK1
  26342. All Packages
  26343. Navigable Movie Toolkit
  26344. 72056X
  26345. CD Dec 00 RL Disk 1
  26346.  - Technical Documentation
  26347.  - Develop
  26348.  - develop Issue 24
  26349. Deletedq
  26350. Dev.CD Dec 99 RL
  26351. All Packages
  26352. System UpdateO
  26353. Dev.CD Oct 94P
  26354. Dev.CD Oct 9V
  26355. 72932X
  26356. Oct 94
  26357. b--set theItem to choose file -- uncomment to test in an AS editor
  26358.     tell application "Finder"
  26359.         open item "Dev.CD Oct 94"
  26360.         activate
  26361.     end tell
  26362. on error errMsg number errNum
  26363.     --enter statements to perform when no records are found such as...
  26364.     display dialog "Sorry, the item you selected could not be found."
  26365.     return
  26366. end try
  26367. All Packages
  26368. System UpdateO)Dev.CD Oct 94
  26369. Dev.CD Apr 94
  26370. Dev.CD Jan 94P(Dev.CD Oct 94
  26371. Dev.CD Apr 94
  26372. Dev.CD Jan 9V
  26373. 72933X
  26374. Oct 94
  26375. O;Dev.CD Nov 00 TC Disk 2:Sample Code:Text:NamingTableAccess:PCDev.CD Nov 00 TC Disk 2
  26376.  - Sample Code
  26377.  - Text
  26378.  - NamingTableAccessV
  26379. 72054X
  26380. Nov 00^    TC Disk 2
  26381. --set theItem to choose file -- uncomment to test in an AS editor
  26382.     tell application "Finder"
  26383.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Text:NamingTableAccess:"
  26384.         activate
  26385.     end tell
  26386. on error errMsg number errNum
  26387.     --enter statements to perform when no records are found such as...
  26388.     display dialog "Sorry, the item you selected could not be found."
  26389.     return
  26390. end try
  26391. e    No ChangefGNamingTableLookup
  26392. encodingID
  26393. languageID
  26394. nameID
  26395. platformID
  26396. Font Metrics
  26397. Dev.CD Nov 00 TC Disk 2
  26398. D!All Packages
  26399. Mac OS SDK Edition
  26400. Nav Svcs 1.0 SDK
  26401. nasty
  26402. natick
  26403. national
  26404. native
  26405. natural
  26406. nature
  26407. navigable
  26408. navigate_
  26409. navigates
  26410. navigating
  26411. navigationz
  26412. navigation
  26413. services
  26414. documents
  26415. nearest
  26416. nearestmactextencodi
  26417. nearly
  26418. necessary
  26419. NLNamingTableLookup, encodingID, languageID, nameID, platformID, Font Metrics
  26420. ince C is (mostly) a subset of C++.
  26421. Country Stringing: Localized Strings for the Newton by Maurice Sharp. Although version 1.5 of the Newton Toolkit provides some built-in support for localizing strings, organizing the different sets of strings is still problematic. Or rather, it was until now.
  26422. JBdevelop Issue 25
  26423. develop Issue 25 code
  26424. develop Issue 25 referencesK
  26425. Mar 96L
  26426. Mar 96OIDev.CD Dec 00 RL Disk 1:Technical Documentation:Develop:develop Issue 25:PQDev.CD Dec 00 RL Disk 1
  26427.  - Technical Documentation
  26428.  - Develop
  26429.  - develop Issue 25
  26430. watcher
  26431. watchme
  26432. watchme
  26433. watchme
  26434. watchme
  26435. watchme
  26436. watchme
  26437. watchme
  26438. watchme
  26439. watchme
  26440. watchme
  26441. watchme
  26442. wavelet
  26443. wavelet
  26444. display
  26445. wdefcolorsample
  26446. wdefcolorsample
  26447. wdefcolorsample
  26448. wdefcolorsample
  26449. wdefcolorsample
  26450. wdefcolorsample
  26451. wdefcolorsample
  26452. wdefcolorsamplewdef
  26453. wdefcolorsamplewdef
  26454. registration
  26455. english
  26456. error
  26457. messages
  26458. ummary
  26459. sample
  26460. extracts
  26461. finder
  26462. strings
  26463. summary
  26464. software
  26465. improves
  26466. float-to-int
  26467. conversion
  26468. summary
  26469. stack
  26470. contains
  26471. collection
  26472. apple
  26473. event
  26474. summary
  26475. stack
  26476. allow
  26477. users
  26478. register
  26479. creator
  26480. summary
  26481. submission
  26482. contains
  26483. virtual
  26484. external
  26485. summary
  26486. application
  26487. demonstrates
  26488. s many corrections and additional technical details 
  26489. *    Managing Fonts with FontSync (Preliminary), which updates and replaces the previous FontSync Reference with a new conceptual overview chapter 
  26490. *    Managing Colors With ColorSync, which updates and replaces the previous Carbon Specification for the ColorSync Manager with conceptual and tutorial information previously published on the Mac OS 8 and 9 Developer Documentation site; this updated document also includes previously published refe
  26491. rence chapters that have been updated with Carbon-specific information 
  26492. *    Text Encoding Conversion Manager Reference, which replaces the previous Carbon Specification for the Text Encoding Conversion Manager; this revised document adds Carbon-specific information to material previously published on the Mac OS 8 and 9 Developer Documentation site 
  26493. *    Adding Multitasking Capability to Applications Using Multiprocessing Service, which replaces the previous Multiprocessing Services Reference an
  26494. System Enabler 065 (LC 575)O
  26495. Dev.CD Apr 94
  26496. Dev.CD Jan 94P
  26497. Dev.CD Apr 94
  26498. Dev.CD Jan 9V
  26499. 72794
  26500. needsU
  26501. negative
  26502. neighborhood
  26503. neophyte
  26504. nepali
  26505. nested
  26506. net-install
  26507. net/biz/bbsw
  26508. netcom
  26509. netscape{
  26510. netsprocket
  26511. netstat
  26512. netware
  26513. networkB
  26514. network-aware
  26515. network-connected
  26516. network/hard-disk
  26517. networkable
  26518. networked
  26519. newsz
  26520. newsgroups
  26521. newsletterz
  26522. newton{
  26523. newton-related
  26524. nextx
  26525. nicest
  26526. nichols
  26527. J<Documentation:
  26528. SOMobjects
  26529.  - Read Me First
  26530. System Additions:K
  26531. Jan 96L
  26532. Oct 96ODDev.CD Apr 98 SDK2:Development Kits (Disc 2):SOMobjects
  26533.  for Mac OS:PIDev.CD Apr 98 SDK2
  26534.  - Development Kits (Disc 2)
  26535.  - SOMobjects
  26536.  for Mac OS
  26537. triggerU
  26538. tripped
  26539. trivial
  26540. trueN
  26541. truetype
  26542. truffles
  26543. truncate
  26544. trust
  26545. truth
  26546. trying
  26547. tsmte
  26548. ttextgridview
  26549. ttextlistview
  26550. tubetest
  26551. urtle
  26552. tutorial
  26553. tview
  26554. twice
  26555. twiddle
  26556. twisted
  26557. twists
  26558. two-byte
  26559. two-part
  26560. two-phase
  26561. standardfileicons
  26562. standardgetfolder
  26563. supporting
  26564. supportsb
  26565. suppose
  26566. surely
  26567. surf's
  26568. surface
  26569. surfboards
  26570. surfer
  26571. surovell
  26572. surprise
  26573. surround
  26574. survey
  26575. All Packages
  26576. System 7 Tune-UpO
  26577. Dev.CD Apr 92P
  26578. Dev.CD Apr 9V
  26579. 72661X
  26580. Apr 92
  26581. b--set theItem to choose file -- uncomment to test in an AS editor
  26582.     tell application "Finder"
  26583.         open item "Dev.CD Apr 92"
  26584.         activate
  26585.     end tell
  26586. on error errMsg number errNum
  26587.     --enter statements to perform when no records are found such as...
  26588.     display dialog "Sorry, the item you selected could not be found."
  26589.     return
  26590. end try
  26591. All Packages
  26592. System 7.0 Menu Def InfoI
  26593. Summary: This file contains some information describing how the standard System 7.0 MDEF works.  
  26594. Features: Use this information to upgrade your custom MDEFs to emulate the look of System 7.0.J
  26595. MenuHints.aK
  26596. Vol VIIIODDev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:System 7.0 Menu Def Info:PLDev.CD Nov 00 TC Disk 1
  26597.  - Tool Chest
  26598.  - Toolbox
  26599.  - System 7.0 Menu Def InfoV
  26600. 72662X
  26601. Nov 00^    TC Disk 1
  26602. e    No Change
  26603. shoot
  26604. short
  26605. shortcut
  26606. shortcuts
  26607. summary
  26608. allows
  26609. developer
  26610. monitor
  26611. summary
  26612. windowpicker
  26613. system
  26614. extension
  26615. provides
  26616. summary
  26617. network
  26618. software
  26619. installer
  26620. insta@
  26621. support's@
  26622. survival@
  26623. symptom@
  26624. synccmd@
  26625. system
  26626. system
  26627. software@
  26628. systems@
  26629. table@
  26630. talk@
  26631. tcp/ip/lpr@
  26632. technotes@
  26633. templates@
  26634. tensor@
  26635. testmoreosl@
  26636. extractor
  26637. plug-ins
  26638. content
  26639. extra@
  26640. killer
  26641. content
  26642. workbook
  26643. sponsored
  26644. apple
  26645. comput@
  26646. purpose
  26647. menuscripter
  26648. sample
  26649. demonstrat@
  26650. theme@
  26651. then@
  26652. theory@
  26653. these
  26654. components
  26655. packetize
  26656. reassemble
  26657. multimedia
  26658. they're@
  26659. this@
  26660. copies
  26661. offscreen
  26662. gworlds
  26663. demonstrates
  26664. various
  26665. movie
  26666. export
  26667. compo@
  26668. :NameAndAddress is a single window utility that can get a host name from an IP address or an IP address from a hostname. It uses the NSHost class. The application's interface demonstrates enabling and disabling interface elements based on the current state of the application, using both actions and notifications.
  26669. .DS_Store
  26670. build
  26671. English.lproj
  26672. MainMenu.nib
  26673. NameAndAddress.app
  26674. NameAndAddress.h
  26675. NameAndAddress.m
  26676. NameAndAddress.pbproj
  26677. NameAndAddress_main.m
  26678. readme.rtfK
  26679. Nov 00M
  26680. Mac OS X or later
  26681. NSHost,IP,TCP,Cocoa,Address
  26682. O>Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:NameAndAddress:PFDev.CD Nov 00 TC Disk 1
  26683.  - Sample Code
  26684.  - Networking
  26685.  - NameAndAddress this underlying technology you can do some very useful things.
  26686. Adding Custom Data to QuickDraw 3D Objects  by Nick Thompson, Pablo Fernicola, and Kent Davidson.  By defining your own attribute and element types, you can attach custom data to QuickDraw 3D objects. This flexibility opens up a world of new possibilities, a
  26687. 72053X
  26688. Nov 00^    TC Disk 1
  26689. --set theItem to choose file -- uncomment to test in an AS editor
  26690.     tell application "Finder"
  26691.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:NameAndAddress:"
  26692.         activate
  26693.     end tell
  26694. on error errMsg number errNum
  26695.     --enter statements to perform when no records are found such as...
  26696.     display dialog "Sorry, the item you selected could not be found."
  26697.     return
  26698. end try
  26699. e    No Changef
  26700. NSHost,IP,TCP,Cocoa,Address
  26701. o&http://developer.apple.com/samplecode/q
  26702. Dev.CD Nov 00 TC Disk 1
  26703. All Packages
  26704. NamingTableAccess
  26705. Helps dig out the contents of the NamingTable in a TrueType 'sfnt' (see "The TrueType Font Format Specification Version 1.0", p. 232).  Access to tables contained in a 'sfnt' has been coded along the lines suggested by Mike Reed (see  develop  8, "Curves ahead").
  26706. J7NamingTable-ReadMe
  26707. NamingTableAccess
  26708. UsfntNamingTable.pV
  26709. 72054X
  26710. 1e    No Change
  26711. R:  Sleuthing Through Your Code  by Dave Evans.
  26712. applet
  26713. demonstrates
  26714. stream
  26715. movie
  26716. program
  26717. shows
  26718. select
  26719. create
  26720. movie
  26721. application
  26722. test/demo
  26723. mt/mp
  26724. timers@
  26725. sample
  26726. illustrates
  26727. stand
  26728. alone
  26729. accessorie@
  26730. produces
  26731. template
  26732. building
  26733. balloon
  26734. into@
  26735. vrmakeobject
  26736. simple
  26737. application
  26738. converts
  26739. linear
  26740. a/rose@
  26741. carbonsndplaydb@
  26742. cwpro2@
  26743. developer@
  26744. fastdither
  26745. rsrc@
  26746. info@
  26747. mwprefixrezppc
  26748. install
  26749. image@
  26750. parser@
  26751. about
  26752. otendpointinfo@
  26753. setlockbitatomsample
  26754. thumbnail
  26755. working
  26756. webobjects
  26757. applescript
  26758. apple
  26759. events
  26760. recordable
  26761. scriptable
  26762. script@
  26763. sprockets
  26764. sprite
  26765. blitter
  26766. drawsprocket
  26767. moofwars@
  26768. memory@
  26769. otpingsample@
  26770. rates@
  26771. change@
  26772. signing@
  26773. transport@
  26774. property
  26775. list@
  26776. carbonoverview
  26777. carbonprefixr
  26778. carbonprefix
  26779. extended
  26780. extending
  26781. extends
  26782. extenion
  26783. extensibley
  26784. extensionR
  26785. extensions
  26786. extensiveu
  26787. extensively
  26788. --set theItem to choose file -- uncomment to test in an AS editor
  26789.     tell application "Finder"
  26790.         open item "Dev.CD Apr 94
  26791. Dev.CD Jan 94
  26792. Dev.CD Oct 93
  26793. Dev.CD Jul 93"
  26794.         activate
  26795.     end tell
  26796. on error errMsg number errNum
  26797.     --enter statements to perform when no records are found such as...
  26798.     display dialog "Sorry, the item you selected could not be found."
  26799.     return
  26800. end try
  26801. erwriter{
  26802. laserwriteriisc
  26803. laserwriters
  26804. lasso
  26805. laterZ
  26806. laterappley
  26807. latestR
  26808. latest
  26809. specification
  26810. profiles
  26811. latitude
  26812. latter
  26813. myaddresmenu[
  26814. mybuildmenu
  26815. mydeviceloop
  26816. myfont
  26817. mygrowwindow
  26818. myles
  26819. myregistercomponent
  26820. myriad
  26821. myself
  26822. mysteries
  26823. mystery
  26824. naked
  26825. namej
  26826. nameandaddress
  26827. nameandaddress
  26828. single
  26829. window
  26830. utility
  26831. named
  26832. namely
  26833. names[
  26834. namespace
  26835. namingtable
  26836. namingtableaccess
  26837. nastier
  26838. summary
  26839. package
  26840. provides
  26841. something
  26842. replacement
  26843. summary
  26844. piece
  26845. intended
  26846. assist
  26847. non-us
  26848. developers
  26849. summary
  26850. program
  26851. illustrates
  26852. menus
  26853. window
  26854. summary
  26855. resedit
  26856. editor
  26857. prepare
  26858. localized
  26859. numbe
  26860. summary
  26861. resedit
  26862. contains
  26863. macsbug
  26864. summary
  26865. sample
  26866. demonstrates
  26867. compress
  26868. decompr
  26869. summary
  26870. sample
  26871. demonstrates
  26872. write
  26873. simple
  26874. summary
  26875. sample
  26876. extracts
  26877. finder
  26878. strings
  26879. summary
  26880. sample
  26881. shows
  26882. manager
  26883. summary
  26884. support
  26885. quicktake
  26886. quicktake
  26887. summary
  26888. software
  26889. improves
  26890. float-to-int
  26891. conversion
  26892. summary
  26893. stack
  26894. contains
  26895. collection
  26896. apple
  26897. event
  26898. summary
  26899. stack
  26900. allow
  26901. users
  26902. register
  26903. creator
  26904. summary
  26905. submission
  26906. contains
  26907. virtual
  26908. external
  26909. summary
  26910. application
  26911. demonstrates
  26912. Networks.imgK
  26913. Apr 92M,System 6.0.x, 7.0, and 7.0.1, TMON Pro 3.0.xO@Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Networks:PHDev.CD Nov 00 TC Disk 1
  26914.  - Tool Chest
  26915.  - Testing & Debugging
  26916.  - NetworksV
  26917. 72052X
  26918. Nov 00^    TC Disk 1
  26919. --set theItem to choose file -- uncomment to test in an AS editor
  26920.     tell application "Finder"
  26921.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Networks:"
  26922.         activate
  26923.     end tell
  26924. on error errMsg number errNum
  26925.     --enter statements to perform when no records are found such as...
  26926.     display dialog "Sorry, the item you selected could not be found."
  26927.     return
  26928. end try
  26929. e    No Changeq
  26930. Dev.CD Nov 00 TC Disk 1
  26931. All Packages
  26932. NameAndAddress
  26933. 72053X
  26934. THE OPENDOC ROAD: Facilitating Part Editor Unloading by Vincent Lo.  Part editors are unloaded automatically when they
  26935. re not needed, but your editor can help.
  26936. BALANCE OF POWER: Stalking the Wild Defect by Dave Evans.  A tour through the dangerously t
  26937. driver's
  26938. drivergestalt
  26939. drivergestalt
  26940. simple
  26941. example
  26942. drivergestaltexplore
  26943. drivergestaltexplore
  26944. sample
  26945. showing
  26946. driverloaderlib
  26947. driverse
  26948. drives
  26949. application
  26950. which
  26951. designed
  26952. dropB
  26953. dropdisk
  26954. droplet
  26955. dropouts
  26956. dropped
  26957. dropping
  26958. dropprint
  26959. dropprint
  26960. demonstrates
  26961. method
  26962. identifying
  26963. attached
  26964. drops
  26965. dsp/opengl
  26966. dspcontext
  26967. dspgetversion
  26968. dspuserselectcontext
  26969. dstspec
  26970. deskwriter
  26971. despair
  26972. despite
  26973. destination
  26974. destroy
  26975. destroy
  26976. needs
  26977. destroyglfromwindow
  26978. detached
  26979. detail
  26980. detailed
  26981. detecting
  26982. detection
  26983. detective
  26984. detectory
  26985. detectorsy
  26986. detects
  26987. determination
  26988. determine
  26989. determining
  26990. devanagari
  26991. developb
  26992. QuickDraw
  26993.  FX:  A demo of every CopyBits permutation you can imagine, and then some.
  26994. Record
  26995. RetrievePictInfo:  This snippet shows how to retrieve the colortable from multiple PICT resources using the System 7 calls RecordPictInfo and RetrievePictInfo.
  26996. Restore Screen Cluts:  This snippet shows how to restore all the screen
  26997. s color tables back to what they normally are using two different methods.
  26998. Rotate Bitmap 90
  26999. :  Shows a fast way to rotate bitmaps by 90 degrees.
  27000. RotateString:  This c
  27001. ontains the code for rotating a string 90 degrees.  Just call  RotateString and you get back a BitMap containing the rotated text.
  27002. Rubber Bandit:  This silly little app demonstrates how to do rubber-banding in a dialog using srcXOr mode.
  27003. Save PICT file:  Creates a QuickDraw PICT and saves it as a PICT file, including the required header of 512 bytes of nothing important.
  27004. ScreenDump:  This snippet shows how to dump an area of the screen to a PicHandle
  27005. SearchProcs & Color Separation:  Th
  27006. myregistercomponent
  27007. myregisterport
  27008. myregisterport
  27009. myregisterport
  27010. n-dutch
  27011. nameandaddress
  27012. nameandaddress
  27013. nameandaddress
  27014. nameandaddress
  27015. nameandaddress
  27016. nameandaddress
  27017. pbproj
  27018. namerevisioncurrent
  27019. namingtable-readme
  27020. namingtableaccess
  27021. native
  27022. native
  27023. navig
  27024. navigable
  27025. navigable
  27026. movie
  27027. toolkit
  27028. navigation
  27029. navigation
  27030. services
  27031. nbtestintf
  27032. nbtestintf
  27033. nbtestlib
  27034. nbtestlib
  27035. negotiaterawmodesamp
  27036. negotiaterawmodesamp
  27037. negotiaterawmodesamp
  27038. tstuff
  27039. networkT
  27040. network
  27041. server
  27042. guideT
  27043. network
  27044. software
  27045. installer
  27046. network
  27047. stream
  27048. networking
  27049. networks
  27050. networks
  27051. networksetup
  27052. networkstream
  27053. documentation
  27054. sample
  27055. macsbug
  27056. macros/templates
  27057. macros/templates
  27058. nameandaddress
  27059. namingtableaccess
  27060. navigable
  27061. navigable
  27062. movie
  27063. toolkit
  27064. navigation
  27065. navigation
  27066. services
  27067. navigator
  27068. netsprockettest
  27069. network
  27070. network
  27071. management
  27072. network
  27073. server
  27074. developer's
  27075. guide
  27076. network
  27077. services
  27078. location
  27079. network
  27080. stream
  27081. network
  27082. watch
  27083. networking
  27084. audio
  27085. features
  27086. newgworld
  27087. tokenizer
  27088. newgworld
  27089. newsz
  27090. nocopyreceives
  27091. nopoweroffkey
  27092. noresdialog
  27093. nosound
  27094. notesT
  27095. nubus
  27096. nubus
  27097. tester
  27098. numbers
  27099. object
  27100. object
  27101. pascal
  27102. objective-c
  27103. objectsupportlib
  27104. objectsupportlib
  27105. 1.1.4
  27106. offscreen
  27107. offscreencontrolupda
  27108. onescannerx
  27109. ooptesample
  27110. Summary:  This ResEdit file contains MacsBug 'mxbm' and 'mxwt' for the .MPP, .ATP, .XPP, and .DSP AppleTalk drivers and for the PPC Toolbox.  Add these resources to MacsBug's Debugger Prefs file and you'll be able to easily trap on AppleTalk driver control calls and PPC Toolbox calls and you'll also be able to dump the parameter blocks and associated data structures used by those calls.
  27111. Networks.imgK
  27112. Feb 94N/testing, debugging, networking & communicationsO@Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Networks:PHDev.CD Nov 00 TC Disk 1
  27113.  - Tool Chest
  27114.  - Testing & Debugging
  27115.  - NetworksT HINTS: Safe Travel Through the Printing Jungle by Dave Polaschek.  Printing is often much more complex than it needs to be. By keeping it simple and staying on the well-trod path, you can protect yourself.
  27116. BE OUR GUEST:  Source Code Control for the Rest of Us by D. John Anderson and Alan B. Harper Source control doesn
  27117. t need to be complex, as the simple tools presented here wil
  27118. 72051X
  27119. Nov 00^    TC Disk 1
  27120. --set theItem to choose file -- uncomment to test in an AS editor
  27121.     tell application "Finder"
  27122.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Networks:"
  27123.         activate
  27124.     end tell
  27125. on error errMsg number errNum
  27126.     --enter statements to perform when no records are found such as...
  27127.     display dialog "Sorry, the item you selected could not be found."
  27128.     return
  27129. end try
  27130. e    No Changef-testing
  27131. debugging
  27132. networking & communicationsq
  27133. Dev.CD Nov 00 TC Disk 1
  27134. All Packages
  27135. N&C TMON Pro Macros/Templates
  27136. lSummary: This package provides a TMON Pro 3.0 User Area for AppleTalk.  The templates and macros simplify trapping on AppleTalk calls and provide templates for viewing the parameter blocks and associated data structures used by these calls.
  27137. Features: TMON Pro User Area for AppleTalk plus source code for the resource fork of the user area, and listing of macros.
  27138. Apr 92V
  27139. 72052X
  27140. 1e    No Change
  27141. reading
  27142. response
  27143. modem
  27144. readlocation
  27145. readmeu
  27146. readme
  27147. audiocodec
  27148. readme
  27149. audioconverter
  27150. readmes
  27151. reads
  27152. readsector
  27153. readsector
  27154. msdos
  27155. sample
  27156. demonstrating
  27157. secti
  27158. ready
  27159. ready-to-print-with
  27160. real{
  27161. real-time
  27162. real-world
  27163. realistic
  27164. reality{
  27165. realizes
  27166. really
  27167. realtime
  27168. rearrange
  27169. reason
  27170. reasonabler
  27171. reasonably
  27172. reasons
  27173. reassemble
  27174. reassembler
  27175. reboot
  27176. rebooting
  27177. rebuild^
  27178. rebuilding
  27179. rebuilds
  27180. rebuilt^
  27181. receivee
  27182. notesT
  27183. onescannerx
  27184. opp's
  27185. --set theItem to choose file -- uncomment to test in an AS editor
  27186.     tell application "Finder"
  27187.         open item "Dev.CD Apr 94
  27188. Dev.CD Jan 94
  27189. Dev.CD Oct 93
  27190. Dev.CD Jul 93
  27191. Dev.CD Apr 93"
  27192.         activate
  27193.     end tell
  27194. on error errMsg number errNum
  27195.     --enter statements to perform when no records are found such as...
  27196.     display dialog "Sorry, the item you selected could not be found."
  27197.     return
  27198. end try
  27199. player
  27200. players
  27201. playing
  27202. playsound
  27203. playthrough
  27204. playvideo
  27205. playvideo
  27206. sample
  27207. which
  27208. makes
  27209. requestvideo
  27210. please_
  27211. pleased
  27212. plethora
  27213. plug-and-play
  27214. OKDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:SGCapture:PVDev.CD Nov 00 TC Disk 2
  27215.  - Sample Code
  27216.  - QuickTime
  27217.  - QuickTime for Java
  27218.  - SGCaptureV
  27219. 72541X
  27220. Nov 00^    TC Disk 2
  27221. --set theItem to choose file -- uncomment to test in an AS editor
  27222.     tell application "Finder"
  27223.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:SGCapture:"
  27224.         activate
  27225.     end tell
  27226. on error errMsg number errNum
  27227.     --enter statements to perform when no records are found such as...
  27228.     display dialog "Sorry, the item you selected could not be found."
  27229.     return
  27230. end try
  27231. e    No Changef
  27232. QuickTime
  27233. Dev.CD Nov 00 TC Disk 2
  27234. All Packages
  27235. SGCapture2DiskI
  27236. This code shows how to use the SGDrawable class to display video within a QTCanvas. It also shows how to use the Sequence Grabber to capture a the incoming video to a movie file.J2ReadMe.txt
  27237. sg.bat
  27238. SGCapture.zip
  27239. SGCapture2Disk
  27240. Feb 00
  27241. 2542X
  27242. 1e    No Change
  27243. clouseau
  27244. cmchoose
  27245. cmgetconfig
  27246. coach
  27247. coachmarks
  27248. cocoa
  27249. fragment
  27250. manager
  27251. loading
  27252. resource
  27253. codec
  27254. codes
  27255. codewarrior
  27256. r statements to perform when no records are found such as...
  27257.     display dialog "Sorry, the item you selected could not be found."
  27258.     return
  27259. end try
  27260. e    No Changeq
  27261. Dev.CD Dec 00 RL Disk 1
  27262. D(All Packages
  27263. Reference Library Edition
  27264. develop Issue  3
  27265. PTDev.CD Nov 00 TC Disk 2
  27266.  - Sample Code
  27267.  - QuickTime
  27268.  - Codecs
  27269.  - MyRegisterComponentV
  27270. 72050X
  27271. Nov 00^    TC Disk 2
  27272. --set theItem to choose file -- uncomment to test in an AS editor
  27273.     tell application "Finder"
  27274.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Codecs:MyRegisterComponent:"
  27275.         activate
  27276.     end tell
  27277. on error errMsg number errNum
  27278.     --enter statements to perform when no records are found such as...
  27279.     display dialog "Sorry, the item you selected could not be found."
  27280.     return
  27281. end try
  27282. e    No Changef
  27283. Component Managerq
  27284. Dev.CD Nov 00 TC Disk 2
  27285. All Packages
  27286. N&C MacsBug Macros/Templates
  27287. 72051X
  27288. d Korean. And TSMTE makes support of TSM a simple matter.
  27289. High-Performance ACGIs in C  by Ken Urquhart
  27290. Most simple ACGI programs are written in AppleScript, but for speed-critical applications, or for ACGIs that need to handle more than one request at a time, a high-level language like C is better suited to the task. This article 
  27291. those
  27292. using
  27293. standard
  27294. dialog
  27295. hierarchical
  27296. menus
  27297. level
  27298. toolbox
  27299. morefiles
  27300. moreisbetter
  27301. wrapper
  27302. hinting
  27303. hooper
  27304. hotspot\
  27305. hp-ux
  27306. htmlrenderinglib
  27307. packages
  27308. htmlrenderinglib
  27309. human
  27310. hwindowide
  27311. hwindowide
  27312. draghook
  27313. hypercardn
  27314. hypercard
  27315. update
  27316. hypercard
  27317. balloons
  27318. hypercard
  27319. player
  27320. stacks
  27321. hypercard
  27322. variable
  27323. button
  27324. field
  27325. instance
  27326. variables
  27327. global
  27328. hypercard
  27329. showballoon
  27330. ostScript Files to a LaserWriter by Dave Polaschek
  27331. Lots of applications send PostScript files directly to LaserWriters, but many of them do it the wrong way. Here
  27332. s the right way.
  27333. ACCORDING TO SCRIPT: User Interactions in Apple Event
  27334. Driven Applications 
  27335. How and when to interact with the user in response to Apple Events can be tricky, but there
  27336. s a method t
  27337. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N'QuickTime, VR, Framework, Shell, ViewerO=Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:QTShell:PHDev.CD Nov 00 TC Disk 2
  27338.  - Sample Code
  27339.  - QuickTime
  27340.  - Basics
  27341.  - QTShellV
  27342. 72250X
  27343. Nov 00^    TC Disk 2
  27344. --set theItem to choose file -- uncomment to test in an AS editor
  27345.     tell application "Finder"
  27346.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:QTShell:"
  27347.         activate
  27348.     end tell
  27349. on error errMsg number errNum
  27350.     --enter statements to perform when no records are found such as...
  27351.     display dialog "Sorry, the item you selected could not be found."
  27352.     return
  27353. end try
  27354. e    No Changef#QuickTime
  27355. Framework
  27356. Shell
  27357. Viewerq
  27358. Dev.CD Nov 00 TC Disk 2
  27359. All Packages
  27360. qtshortcutV
  27361. 72251X
  27362. PDDev.CD Nov 00 TC Disk 1
  27363.  - Sample Code
  27364.  - Help Systems
  27365.  - MyHelpMenuV
  27366. 72049X
  27367. Nov 00^    TC Disk 1
  27368. --set theItem to choose file -- uncomment to test in an AS editor
  27369.     tell application "Finder"
  27370.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Help Systems:MyHelpMenu:"
  27371.         activate
  27372.     end tell
  27373. on error errMsg number errNum
  27374.     --enter statements to perform when no records are found such as...
  27375.     display dialog "Sorry, the item you selected could not be found."
  27376.     return
  27377. end try
  27378. e    No Changef help
  27379. hierarchical
  27380. sub-menusq
  27381. Dev.CD Nov 00 TC Disk 1
  27382. All Packages
  27383. MyRegisterComponentI,A component that registers other components.Jr! README - Important
  27384. MyComponent.c
  27385. MyComponent.h
  27386. MyComponent.rsrc
  27387. MyRegisterComponent(PPC)
  27388. MyRegisterComponent.mcpM6Component Manager (System 7.1 or higher, or QuickTime)N
  27389. Component ManagerOIDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Codecs:MyRegisterComponent:V
  27390. 72050X
  27391. 1e    No Change
  27392. Sep 99M
  27393. web browserN%Function Index, Mac OS 8, Inside Mac.O<Dev.CD Sep 00 RL Disk 2:TechnicalPublications:FunctionIndex:PADev.CD Sep 00 RL Disk 2
  27394.  - TechnicalPublications
  27395.  - FunctionIndex
  27396. edit-related
  27397. editable
  27398. editcdev
  27399. editcdev
  27400. sample
  27401. control
  27402. panel
  27403. device
  27404. demonstr
  27405. edited
  27406. effectively
  27407. effects
  27408. efficient
  27409. effort
  27410. effortless
  27411. efforts
  27412. either
  27413. elaborates
  27414. electronic
  27415. electronics
  27416. elegant
  27417. element
  27418. elements
  27419. eliminates
  27420. eliminating
  27421. elizabeth
  27422. email
  27423. embed
  27424. Dev.CD Oct 94P
  27425. Dev.CD Oct 9V
  27426. 72936X
  27427. Oct 94
  27428. b--set theItem to choose file -- uncomment to test in an AS editor
  27429.     tell application "Finder"
  27430.         open item "Dev.CD Oct 94"
  27431.         activate
  27432.     end tell
  27433. on error errMsg number errNum
  27434.     --enter statements to perform when no records are found such as...
  27435.     display dialog "Sorry, the item you selected could not be found."
  27436.     return
  27437. end try
  27438. All Packages
  27439. System UpdateO
  27440. Dev.CD Oct 94P
  27441. Dev.CD Oct 9V
  27442. 72937X
  27443. Oct 94
  27444. b--set theItem to choose file -- uncomment to test in an AS editor
  27445.     tell application "Finder"
  27446.         open item "Dev.CD Oct 94"
  27447.         activate
  27448.     end tell
  27449. on error errMsg number errNum
  27450.     --enter statements to perform when no records are found such as...
  27451.     display dialog "Sorry, the item you selected could not be found."
  27452.     return
  27453. end try
  27454. All Packages
  27455. System UpdateO
  27456. Dev.CD Oct 94P
  27457. Dev.CD Oct 9V
  27458. 72938X
  27459. Oct 94
  27460. e    No Changef
  27461. persistent VBL
  27462. periodic timeq
  27463. Dev.CD Nov 00 TC Disk 2
  27464. All Packages
  27465. VectorGraphicsI`This demo program shows how to use the Curve Codec in QuickTime to draw a vector Graphic image. J+QTVector
  27466. QTVector.zip
  27467. qv.bat
  27468. README.txt
  27469. - Common
  27470.     - Sun Compliant Java Runtime Environment 1.1
  27471.     - QuickTime 3 
  27472.     - QTJava.zip
  27473.     - QTJava media samples
  27474. - Windows 95, 98, or NT::
  27475.     - JRE/JDK from Sun Microsystems, Inc. recommendedN
  27476. QuickTime, Java, MRJOTDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:VectorGraphics.win:P_Dev.CD Nov 00 TC Disk 2
  27477.  - Sample Code
  27478.  - QuickTime
  27479.  - QuickTime for Java
  27480.  - VectorGraphics.winV
  27481. 73018X
  27482. Nov 00^    TC Disk 2
  27483. e    No Change
  27484. All Packages
  27485. System 7.5 Update 2.0O
  27486. Dev.CD Jul 96 SSWP
  27487. Dev.CD Jul 96 SSV
  27488. 72701X
  27489. Jul 96
  27490. f--set theItem to choose file -- uncomment to test in an AS editor
  27491.     tell application "Finder"
  27492.         open item "Dev.CD Jul 96 SSW"
  27493.         activate
  27494.     end tell
  27495. on error errMsg number errNum
  27496.     --enter statements to perform when no records are found such as...
  27497.     display dialog "Sorry, the item you selected could not be found."
  27498.     return
  27499. end try
  27500. All Packages
  27501. System 7.5 Update 2.0O
  27502. Dev.CD Jul 96 SSWP
  27503. Dev.CD Jul 96 SSV
  27504. 72702X
  27505. Jul 96
  27506. f--set theItem to choose file -- uncomment to test in an AS editor
  27507.     tell application "Finder"
  27508.         open item "Dev.CD Jul 96 SSW"
  27509.         activate
  27510.     end tell
  27511. on error errMsg number errNum
  27512.     --enter statements to perform when no records are found such as...
  27513.     display dialog "Sorry, the item you selected could not be found."
  27514.     return
  27515. end try
  27516. All Packages
  27517. System 7.5 Update 2.0V
  27518. 72703X
  27519. subsection
  27520. subsequent
  27521. subset
  27522. subspace
  27523. substantially
  27524. substitute
  27525. substitution
  27526. subtle
  27527. subtleties
  27528. subtype
  27529. succeed
  27530. success
  27531. successfulw
  27532. successfully
  27533. suchR
  27534. suddenly
  27535. suffer
  27536. suffix
  27537. suggested
  27538. suggestions
  27539. suit{
  27540. suitability
  27541. suitable
  27542. suitcase
  27543. --set theItem to choose file -- uncomment to test in an AS editor
  27544.     tell application "Finder"
  27545.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:VBLSnippet:"
  27546.         activate
  27547.     end tell
  27548. on error errMsg number errNum
  27549.     --enter statements to perform when no records are found such as...
  27550.     display dialog "Sorry, the item you selected could not be found."
  27551.     return
  27552. end try
  27553. The enclosed files allow you to build a driver for your Zoomed Video PC-Card.  Currently, ZoomedVideo is only supported on the PowerBook 3400 series and the 2400/c.  You need to put the file PowerBook ZoomedVideo in  the Extensions folder and reboot.  This file contains the QuickTime video digitizer used to enable Zoomed Video.  Make sure that you have version 1.1 or higher.  (Note:  Version 1.0 had a bug where it didn't support autoVersioning, so just installing a new digitizer with a higBeher version will not always work.  You need to remove version 1.0 of the PowerBook ZoomedVideo file).
  27554. J`CIncludes:
  27555. Documentation:
  27556. Libraries:
  27557. PowerBook Zoomed Video:
  27558. Release Notes
  27559. Sample Driver:
  27560. Tools:K
  27561. Aug 97OJDev.CD Jul 99 SDK1:Development Kits:Hardware:Zoomed Video Driver v1.0 SDK:PRDev.CD Jul 99 SDK1
  27562.  - Development Kits
  27563.  - Hardware
  27564.  - Zoomed Video Driver v1.0 SDK
  27565. arcellana@
  27566. architecture/roadmap@
  27567. bases@
  27568. because@
  27569. before@
  27570. being@
  27571. beused@
  27572. OWDev.CD Nov 00 TC Disk 2:Sample Code:Runtime Architecture:Component Manager:MyComponent:PbDev.CD Nov 00 TC Disk 2
  27573.  - Sample Code
  27574.  - Runtime Architecture
  27575.  - Component Manager
  27576.  - MyComponentV
  27577. 72047X
  27578. Nov 00^    TC Disk 2
  27579. --set theItem to choose file -- uncomment to test in an AS editor
  27580.     tell application "Finder"
  27581.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Runtime Architecture:Component Manager:MyComponent:"
  27582.         activate
  27583.     end tell
  27584. on error errMsg number errNum
  27585.     --enter statements to perform when no records are found such as...
  27586.     display dialog "Sorry, the item you selected could not be found."
  27587.     return
  27588. end try
  27589. e    No Changef
  27590. Component Managerq
  27591. Dev.CD Nov 00 TC Disk 2
  27592. All Packages
  27593. MyDeviceLoop
  27594. 72048X
  27595. |This sample has been updated for the Carbon API.  A device loop procedure searches all active screen devices, calling a drawing procedure whenever it encounters a screen that intersects the drawing region.  In this app the drawing region is the app's window bounds and the chosen drawing procedure simply displays the screen's colors for every device the window bounds intersect.
  27596. JVCarbonPrefix.h
  27597. CarbonRes.rsrc
  27598. MyDeviceLoop(PPC)
  27599. MyDeviceLoop.c
  27600. MyDeviceLoop.mcp
  27601. ReadMeL
  27602. Nov 00M
  27603. CarbonLib
  27604. N.ClipRect, GetNextDevice, GetDeviceList, CarbonO=Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:MyDeviceLoop:PEDev.CD Nov 00 TC Disk 1
  27605.  - Sample Code
  27606.  - Graphics 2D
  27607.  - MyDeviceLoopller. The calls to use if you want to access CD-ROM audio tracks from your Apple II application, the layout of a CD-ROM audio track, and more.
  27608. s Up: Catch the Comm Toolbox Wave  by Rob Berkowitz and Alex Kazim.  An introduction to three Communications Toolbox managers, illustrated by a look at a simple te
  27609. 72048X
  27610. Nov 00^    TC Disk 1
  27611. --set theItem to choose file -- uncomment to test in an AS editor
  27612.     tell application "Finder"
  27613.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:MyDeviceLoop:"
  27614.         activate
  27615.     end tell
  27616. on error errMsg number errNum
  27617.     --enter statements to perform when no records are found such as...
  27618.     display dialog "Sorry, the item you selected could not be found."
  27619.     return
  27620. end try
  27621. e    No Changef+ClipRect
  27622. GetNextDevice
  27623. GetDeviceList
  27624. Carbono&http://developer.apple.com/samplecode/q
  27625. Dev.CD Nov 00 TC Disk 1
  27626. All Packages
  27627. MyHelpMenuI
  27628. Sample code to demonstrate how to append your own menu items to the help menu and how to add heirarchical sub-menus to menu items installed in the help menu.
  27629. JNMyHelpMenu READ ME
  27630. MyHelpMenu(PPC)
  27631. MyHelpMenu.c
  27632. MyHelpMenu.mcp
  27633. MyHelpMenu.rsrcK
  27634. Mar 98N#help, menu, hierarchical, sub-menusO<Dev.CD Nov 00 TC Disk 1:Sample Code:Help Systems:MyHelpMenu:V
  27635. 72049X
  27636. 1e    No Change
  27637. 72473X
  27638. Nov 00^    TC Disk 1
  27639. --set theItem to choose file -- uncomment to test in an AS editor
  27640.     tell application "Finder"
  27641.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 3D:RAVE Starter Samples:"
  27642.         activate
  27643.     end tell
  27644. on error errMsg number errNum
  27645.     --enter statements to perform when no records are found such as...
  27646.     display dialog "Sorry, the item you selected could not be found."
  27647.     return
  27648. end try
  27649. e    No Changef)RAVE
  27650. Gouraud
  27651. compsite
  27652. callback
  27653. texture
  27654. Dev.CD Nov 00 TC Disk 1
  27655. All Packages
  27656. RaveContextSampleI
  27657. This sample shows how to gain access to the Interactive Renderer's RAVE draw context from QD3D using the new QD3D 1.6 RAVE Draw Context API functions.J;Headers
  27658. RAVEContextTest
  27659. RaveContextTest.mcp
  27660. Rez.rsrc
  27661. SourceOBDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 3D:RaveContextSample:PJDev.CD Nov 00 TC Disk 1
  27662.  - Sample Code
  27663.  - Graphics 3D
  27664.  - RaveContextSampleV
  27665. 72474X
  27666. Nov 00^    TC Disk 1
  27667. e    No Change
  27668. QuickTime, Java, MRJ
  27669. --set theItem to choose file -- uncomment to test in an AS editor
  27670.     tell application "Finder"
  27671.         open item "Dev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  4:"
  27672.         activate
  27673.     end tell
  27674. on error errMsg number errNum
  27675.     --enter statements to perform when no records are found such as...
  27676.     display dialog "Sorry, the item you selected could not be found."
  27677.     return
  27678. end try
  27679. Deletedq
  27680. Dev.CD Sept 96 RL
  27681. D(All Packages
  27682. Reference Library Edition
  27683. develop Issue  5
  27684. - Common
  27685.     - Sun Compliant Java Runtime Environment 1.1
  27686.     - QuickTime 3 
  27687.     - QTJava.zip
  27688.     - QTJava media samples
  27689. - Mac OS:
  27690.     - System 8 or later
  27691.     - Macintosh Runtime for Java (MRJ) 2.1
  27692. - Windows 95, 98, or NT::
  27693.     - JRE/JDK from Sun Microsystems, Inc. recommended
  27694. QuickTime, Java, MRJ, including a complete example of a device driver in C++.
  27695. Polymorphic Code Resources in C++  by Patrick C. Beard.   A method of
  27696.  implementing polymorphism in stand-alone C++ code resources, illustrated b
  27697. y a window definition function that uses polymorphism.
  27698. Inside the Macintosh Coprocessor Platform and A/ROSE  by Joseph Maurer.   An  introduction to the basics of the Macintosh NuBus card and A/ROSE (the Apple Real-time Operating System Environment).
  27699. The Perils of PostScript
  27700. The Sequel  by Scott 
  27701.  Zimmerman.   A description of some gotchas that can occur when you use PostScript dictionaries in applications, and ways to work around them. 
  27702. Driving to Print:  An Apple IIGS Printer Drive
  27703. OLDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:MusicMixer:PWDev.CD Nov 00 TC Disk 2
  27704.  - Sample Code
  27705.  - QuickTime
  27706.  - QuickTime for Java
  27707.  - MusicMixerV
  27708. 72046X
  27709. Nov 00^    TC Disk 2
  27710. --set theItem to choose file -- uncomment to test in an AS editor
  27711.     tell application "Finder"
  27712.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:MusicMixer:"
  27713.         activate
  27714.     end tell
  27715. on error errMsg number errNum
  27716.     --enter statements to perform when no records are found such as...
  27717.     display dialog "Sorry, the item you selected could not be found."
  27718.     return
  27719. end try
  27720. e    No Changef
  27721. QuickTime
  27722. Dev.CD Nov 00 TC Disk 2
  27723. All Packages
  27724. MyComponentI;A simple example of a component with a custom entry point.
  27725. JyMyComponent(PPC)
  27726. MyComponent.c
  27727. MyComponent.h
  27728. MyComponent.mcp
  27729. MyComponent.rsrc
  27730. MyComponentRoutines.c
  27731. MyComponentRoutines.hM6Component Manager (System 7.1 or higher, or QuickTime)N
  27732. Component Manager
  27733. % Sync, text, mismatch, match, matching, File Manager, HFS, HFS+, HFS Plus, file, Unicode, named fork, fork, filename, file system, ATSUI, Apple Type Services for Unicode Imaging, Apple Advanced Typography, typography, type, fonts, Unicode, rendering, text, Carbon, CarbonLib, porting, Mac OS 9
  27734. developingW
  27735. developmentw
  27736. developments{
  27737. devfeedback
  27738. devicel
  27739. deviceloop
  27740. devicesW
  27741. devon
  27742. devsupport
  27743. egetinfo
  27744. egret
  27745. egret-based
  27746. egrets
  27747. egretwakeup
  27748. ehancements
  27749. eight
  27750. either
  27751. eject
  27752. ejected
  27753. elaborates
  27754. elapsed
  27755. electric
  27756. electronic
  27757. electronics
  27758. elegant
  27759. elegantly
  27760. element
  27761. elements
  27762. elicit
  27763. eliminate
  27764. eliminates
  27765. eliminating
  27766. elizabeth
  27767. email
  27768. embed
  27769. bal's
  27770. balance
  27771. balloon
  27772. PMDev.CD Oct 00 SDK1
  27773.  - Development Kits
  27774.  - Mac OS
  27775.  - Multiprocessing 2.1v2 SDKn an AS editor
  27776.     tell application "Finder"
  27777.         open item "Dev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  5:"
  27778.         activate
  27779.     end tell
  27780. on error errMsg number errNum
  27781.     --enter statements to perform when no records are found such as...
  27782.     display dialog "Sorry, the item you selected could not be found."
  27783.     return
  27784. end try
  27785. Deletedq
  27786. Dev.CD Sept 96 RL
  27787. D(All Packages
  27788. Reference Library Edition
  27789. develop Issue  6
  27790. OGDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:Music:PRDev.CD Nov 00 TC Disk 2
  27791.  - Sample Code
  27792.  - QuickTime
  27793.  - QuickTime for Java
  27794.  - MusicV
  27795. 72045X
  27796. Nov 00^    TC Disk 2
  27797. --set theItem to choose file -- uncomment to test in an AS editor
  27798.     tell application "Finder"
  27799.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:Music:"
  27800.         activate
  27801.     end tell
  27802. on error errMsg number errNum
  27803.     --enter statements to perform when no records are found such as...
  27804.     display dialog "Sorry, the item you selected could not be found."
  27805.     return
  27806. end try
  27807. e    No Changef
  27808. QuickTime
  27809. Dev.CD Nov 00 TC Disk 2
  27810. All Packages
  27811. MusicMixerI
  27812. This demo program shows the introspection of a Movie and the presentation of mixer channels to edit the playback volumes and balance of audio media.J/mm.bat
  27813. MusicMixer
  27814. MusicMixer.zip
  27815. readme.txt
  27816. Feb 00
  27817. 2046X
  27818. 1e    No Change
  27819. features and strengths.
  27820. Vol IIIL
  27821. Jun 95
  27822. multiprocessing
  27823. multitasking
  27824. multiprocessor
  27825. carbon
  27826. multiprocessor
  27827. multisync
  27828. multitasking
  27829. multitasking
  27830. multiprocessing
  27831. multithreaded
  27832. music
  27833. mutable
  27834. named
  27835. nameid
  27836. namingtablelookup
  27837. namingtablelookup
  27838. encodingid
  27839. languageid
  27840. nameid
  27841. platformid
  27842. native
  27843. navigable
  27844. navigable
  27845. movies
  27846. pan/tilt
  27847. movies
  27848. virtual
  27849. navigation
  27850. navigate
  27851. navigation
  27852. nbplookup
  27853. needs
  27854. neighborhood
  27855. netsprocket
  27856. netsprocket
  27857. networking
  27858. multi-player
  27859. internet
  27860. appleta
  27861. netstat
  27862. netware
  27863. networkR
  27864. network
  27865. setup
  27866. configuration
  27867. appletalk
  27868. tcp/ip
  27869. 72999X
  27870. Nov 00^    TC Disk 1
  27871. --set theItem to choose file -- uncomment to test in an AS editor
  27872.     tell application "Finder"
  27873.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:TubeTest:"
  27874.         activate
  27875.     end tell
  27876. on error errMsg number errNum
  27877.     --enter statements to perform when no records are found such as...
  27878.     display dialog "Sorry, the item you selected could not be found."
  27879.     return
  27880. end try
  27881. e    No ChangefAPalette
  27882. AnimatePalette
  27883. Palette2CTab
  27884. GetPalette
  27885. PmForeColor
  27886. Carbono&http://developer.apple.com/samplecode/q
  27887. Dev.CD Nov 00 TC Disk 1
  27888. All Packages
  27889. TV-Man
  27890. /Summary: An application which provides various test video and audio patterns. This includes color bars, gray scale and concentric ring patterns.
  27891. Features: All adjustable parameters are held in the resource fork. ResEdit templates and "Types.r" fragments are included to make the resource work friendly.
  27892. Hardware tools.imgK
  27893. Vol XIV
  27894. 73000X
  27895. 1e    No Change
  27896. e    No Changef
  27897. grab icon desktopq
  27898. Dev.CD Nov 00 TC Disk 1
  27899. D!All Packages
  27900. Tool Chest Edition
  27901.  is an application that directs whatever Macintosh it is running on to examine each AppleTalk packet it is about to write to the network.   If it meets operator-defined criteria, the packet can be altered and controlled in a variety of ways.
  27902. Features: 
  27903. Packets can have their size changed, data altered, protocol parameters changed, or their transmission delayed or repeated.  
  27904. The user-defined criteria currently includes matching such traits for the AppleTalk Protocols
  27905. : ASP, ATP, ADSP, DDP, LLAP, NBP, and PAP.
  27906. A distribution scenario can be set up to introduce random and selective snarfing of packets.
  27907. Files can be saved to hold the user-defined critieria and actions that users create.
  27908. The Snarfer can run on Internet Routers and handle multiple ports.
  27909. Issues: The Snarfer is currently being considered for a patent filed by Apple.  So far, it is a low priority patent.
  27910.  riority patent.
  27911. Dev.CD Jul 96 SSV
  27912. 73064X
  27913. Jul 96
  27914. f--set theItem to choose file -- uncomment to test in an AS editor
  27915.     tell application "Finder"
  27916.         open item "Dev.CD Jul 96 SSW"
  27917.         activate
  27918.     end tell
  27919. on error errMsg number errNum
  27920.     --enter statements to perform when no records are found such as...
  27921.     display dialog "Sorry, the item you selected could not be found."
  27922.     return
  27923. end try
  27924. All Packages
  27925. WorldScript UpdaterO
  27926. Dev.CD Jul 96 SSWP
  27927. Dev.CD Jul 96 SSV
  27928. 73065X
  27929. Jul 96
  27930. f--set theItem to choose file -- uncomment to test in an AS editor
  27931.     tell application "Finder"
  27932.         open item "Dev.CD Jul 96 SSW"
  27933.         activate
  27934.     end tell
  27935. on error errMsg number errNum
  27936.     --enter statements to perform when no records are found such as...
  27937.     display dialog "Sorry, the item you selected could not be found."
  27938.     return
  27939. end try
  27940. All Packages
  27941. WorldScript UpdaterO
  27942. Dev.CD Jul 96 SSWP
  27943. Dev.CD Jul 96 SSV
  27944. 73066X
  27945. Jul 96
  27946. J0MultiPlay(PPC)
  27947. MultiPlay.mcp
  27948. Sounds.rsrc
  27949. Synth.cM
  27950. Sound Manager 3.0 or laterN
  27951. sound, multiple, MultiPlayO4Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:MultiPlay:P<Dev.CD Nov 00 TC Disk 2
  27952.  - Sample Code
  27953.  - Sound
  27954.  - MultiPlayV
  27955. 72043X
  27956. Nov 00^    TC Disk 2
  27957. --set theItem to choose file -- uncomment to test in an AS editor
  27958.     tell application "Finder"
  27959.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:MultiPlay:"
  27960.         activate
  27961.     end tell
  27962. on error errMsg number errNum
  27963.     --enter statements to perform when no records are found such as...
  27964.     display dialog "Sorry, the item you selected could not be found."
  27965.     return
  27966. end try
  27967. e    No Changef
  27968. sound
  27969. multiple
  27970. MultiPlayq
  27971. Dev.CD Nov 00 TC Disk 2
  27972. D!All Packages
  27973. Mac OS SDK Edition
  27974. Multiprocessing 2.1 SDK
  27975. This development kit has the information you will need to begin taking advantage of the multiprocessing API. The original MP API was introduced by DayStar Digital, Inc. in 1994 and shipped as a library separate from the operating system. Apple incorporated MP into the operating system starting with Mac OS 8.6 (MP version 2.0). The current version (2.1) ships in Mac OS 9.0.
  27976. This SDK includes documentation, interfaces, libraries and sample code for working with MP 2.1. New sample code (withB
  27977.  source) is included to showcase the new features introduced in MP 2.1, namely support for synchronous I/O from an MP task and access to extended MP task info.
  27978. JNDemo apps
  27979. Documentation
  27980. Guide To SDK Contents
  27981. Interfaces&Libraries
  27982. Sample CodeK
  27983. Feb 97L
  27984. Jul 00M%Multiprocessor hardware NOT required!N7multiprocessing,  multitasking,  multiprocessor, CarbonOEDev.CD Oct 00 SDK1:Development Kits:Mac OS:Multiprocessing 2.1v2 SDK:te 
  27985.  Alexander.   A potential color printing problem, and s
  27986. 72044X
  27987. Oct 00^
  27988. --set theItem to choose file -- uncomment to test in an AS editor
  27989.     tell application "Finder"
  27990.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Multiprocessing 2.1v2 SDK:"
  27991.         activate
  27992.     end tell
  27993. on error errMsg number errNum
  27994.     --enter statements to perform when no records are found such as...
  27995.     display dialog "Sorry, the item you selected could not be found."
  27996.     return
  27997. end try
  27998. e    No Changef4multiprocessing
  27999.  multitasking
  28000.  multiprocessor
  28001. Carbono
  28002. http://developer.apple.com/sdk/q
  28003. Dev.CD Oct 00 SDK1
  28004. All Packages
  28005. MusicIGThis demo program shows a simple usage of QuickTime's music components.J-Music
  28006. NotesToneTest.zip
  28007. ns.bat
  28008. README.txt
  28009. - Common
  28010.     - Sun Compliant Java Runtime Environment 1.1
  28011.     - QuickTime 3 
  28012.     - QTJava.zip
  28013.     - QTJava media samples
  28014. - Mac OS:
  28015.     - System 8 or later
  28016.     - Macintosh Runtime for Java (MRJ) 2.1
  28017. - Windows 95, 98, or NT::
  28018.     - JRE/JDK from Sun Microsystems, Inc. recommended
  28019. pN;Telephone Manager, Telephony, ISDN, Analog, PBX, Phone, IVRcoolrequest
  28020. cooperates
  28021. cooperation
  28022. cooperative
  28023. coordinates
  28024. copacetically
  28025. copied
  28026. copies
  28027. copland{
  28028. copland-savvy
  28029. coprocessorR
  28030. copy{
  28031. foundation
  28032. documentation
  28033. corefoundation
  28034. coresample
  28035. corporate
  28036. corporation
  28037. correct
  28038. corrected
  28039. correctly
  28040. corrects
  28041. correlate
  28042. correspondence
  28043. corresponding
  28044. corruption
  28045. cosmetic[
  28046. costs{
  28047. could]
  28048. couldn't
  28049. counter
  28050. counterpart
  28051. counterparts
  28052. countersA
  28053. counting
  28054. country
  28055. couple
  28056. courseS
  28057. coursesS
  28058. Jd1006 - Intro to MLTE.pdf
  28059. MLTE_Hands-on
  28060. MLTESampleCarbon
  28061. MultiLingualTextEditor1.1.pdf
  28062. TEtoMLTESampleL
  28063. Jul 00N
  28064. Multilingual, MLTE, Text EditorO4Dev.CD Oct 00 SDK1:Development Kits:Mac OS:MLTE SDK:P<Dev.CD Oct 00 SDK1
  28065.  - Development Kits
  28066.  - Mac OS
  28067.  - MLTE SDKV
  28068. 72041X
  28069. Oct 00^
  28070. --set theItem to choose file -- uncomment to test in an AS editor
  28071.     tell application "Finder"
  28072.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:MLTE SDK:"
  28073.         activate
  28074.     end tell
  28075. on error errMsg number errNum
  28076.     --enter statements to perform when no records are found such as...
  28077.     display dialog "Sorry, the item you selected could not be found."
  28078.     return
  28079. end try
  28080. e    No Changef
  28081. Multilingual
  28082. Text Editorq
  28083. Dev.CD Oct 00 SDK1
  28084. All Packages
  28085. Multimedia Standards ReportsI9Summary: A collection of reports on multimedia standards.K
  28086. Mar 92V
  28087. 72042X
  28088. 1e    No Change
  28089. EIA Mini-Conference Report
  28090. How to Obtain a Standards
  28091. MM Standards Rep-ISO HyTime
  28092. MM Standards Rep-ISO/CCITT
  28093. MM Standards Rep-MM Objects
  28094. SGML Products
  28095. The SGML SIGHYPER (HYTIME)K
  28096. Mar 92M
  28097. Adobe Acrobat Reader.OUDev.CD Dec 00 RL Disk 1:Technical Documentation:Misc. Standards:Multimedia Standards:P]Dev.CD Dec 00 RL Disk 1
  28098.  - Technical Documentation
  28099.  - Misc. Standards
  28100.  - Multimedia StandardsV
  28101. 72042X
  28102. Dec 00^    RL Disk 1
  28103. --set theItem to choose file -- uncomment to test in an AS editor
  28104.     tell application "Finder"
  28105.         open item "Dev.CD Dec 00 RL Disk 1:Technical Documentation:Misc. Standards:Multimedia Standards:"
  28106.         activate
  28107.     end tell
  28108. on error errMsg number errNum
  28109.     --enter statements to perform when no records are found such as...
  28110.     display dialog "Sorry, the item you selected could not be found."
  28111.     return
  28112. end try
  28113. e    No Changeq
  28114. Dev.CD Dec 00 RL Disk 1
  28115. All Packages
  28116. F    MultiPlayI)Shows how to play a sound multiple times.V
  28117. 72043X
  28118. 1e    No Change
  28119. hands-on
  28120. mltesamplecarbon
  28121. standards
  28122. rep-iso
  28123. hytime
  28124. standards
  28125. rep-iso/ccitt
  28126. standards
  28127. rep-mm
  28128. objects
  28129. mmodal
  28130. mmodal
  28131. mmodal
  28132. mmodal
  28133. mmouseinfo
  28134. mmouseinfo
  28135. modal
  28136. modal
  28137. textedit
  28138. modal
  28139. textedit
  28140. modaltextedit
  28141. modaltextedit
  28142. modeless
  28143. modeless
  28144. dialog
  28145. sample
  28146. modelessdialogsample
  28147. modelessdialogsample
  28148. modelessdialogsample
  28149. modified
  28150. modifymouseaccl
  28151. sound
  28152. premixer
  28153. effect
  28154. soundapp
  28155. soundconvert
  28156. soundconverter
  28157. soundsprocket
  28158. source
  28159. space
  28160. spbrecord
  28161. speach
  28162. specification
  28163. speech
  28164. speech
  28165. recognition
  28166. spell
  28167. spellswell
  28168. spinning
  28169. spinning
  28170. cursors
  28171. splice
  28172. spooler
  28173. sprite
  28174. sprite
  28175. toolbox
  28176. sprites
  28177. spriteworld
  28178. sprocket
  28179. sprockets
  28180. srccopy
  28181. srcxor
  28182. stack
  28183. stacks
  28184. standard
  28185. standard
  28186. standard
  28187. standardfile
  28188. choose
  28189. folder
  28190. standardfile
  28191. standards
  28192. standards
  28193. based
  28194. starmax
  28195. state
  28196. statements
  28197. status
  28198. Deletedq
  28199. Dev.CD Nov 99 TC
  28200. D!All Packages
  28201. Tool Chest Edition
  28202. System 7 SamplesIPSummary: This folder contains several examples of System 7-specific sample code.
  28203. Communications Toolbox
  28204. Contributed
  28205. Devices and Hardware
  28206. Files
  28207. Games
  28208. Graphics 2D
  28209. Graphics 3D
  28210. Help Systems
  28211. Human Interface Toolbox
  28212. Interapplication Comm
  28213. Memory
  28214. Networking
  28215. OS Utilities
  28216. Overview
  28217. Platforms and Tools
  28218. Printing
  28219. Processes
  28220. QuickTime
  28221. Runtime Architecture
  28222. Sound
  28223. Vol. IVL
  28224. Feb 95M
  28225. MPW, THINK C, or A/UXO
  28226. Dev.CD May 97 TC:Sample Code:P
  28227. Dev.CD May 97 TC
  28228.  - Sample CodeV
  28229. 72635X
  28230. May 97^
  28231. r--set theItem to choose file -- uncomment to test in an AS editor
  28232.     tell application "Finder"
  28233.         open item "Dev.CD May 97 TC:Sample Code:"
  28234.         activate
  28235.     end tell
  28236. on error errMsg number errNum
  28237.     --enter statements to perform when no records are found such as...
  28238.     display dialog "Sorry, the item you selected could not be found."
  28239.     return
  28240. end try
  28241. Deletedq
  28242. Dev.CD May 97 TC
  28243. simple
  28244. application
  28245. which
  28246. demonstrates
  28247. simple
  28248. subclass
  28249. tview
  28250. stays
  28251. centered
  28252. small
  28253. snippet
  28254. detec
  28255. basic
  28256. snippet
  28257. illustrate
  28258. implement
  28259. boring
  28260. which
  28261. forces
  28262. quickdraw
  28263. simple
  28264. sample
  28265. program
  28266. demonstrates
  28267. application
  28268. measure
  28269. intertask
  28270. signaling
  28271. application
  28272. test/demo
  28273. mt/mp
  28274. mpdelayuntil
  28275. these
  28276. applications
  28277. demonstrate
  28278. write
  28279. background
  28280. theta
  28281. they're{
  28282. thing{
  28283. things
  28284. think
  28285. third
  28286. third-party
  28287. This sample demonstrates how to use OTTransferProviderOwnership to transfer the ownership of an Open Transport provider (eg an endpoint) between Open Transport clients.  In this example, an endpoint is transferred between a shared library and an application that calls that shared library.  The code from this sample is featured in the latest release (v1.2) of the book 
  28288. Inside Macintosh: Open Transport
  28289. ProviderFactory(PPC)
  28290. ProviderFactory.c
  28291. ProviderFactory.h
  28292. ProviderFactory.mcp
  28293. Read Me About TransferProvider
  28294. TransferProvider(PPC)
  28295. TransferProvider.c
  28296. TransferProvider.mcpK
  28297. Nov 97M
  28298. Open Transport 1.1.1 or laterN?OTTransferProviderOwnership client library OT, TransferProviderO@Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:TransferProvider:PHDev.CD Nov 00 TC Disk 1
  28299.  - Sample Code
  28300.  - Networking
  28301.  - TransferProvider
  28302. mrjtalktest
  28303. mrjtalktest
  28304. msdos
  28305. mssccprj
  28306. mssccprj
  28307. mtesample
  28308. mtesample
  28309. multihider
  28310. multihider
  28311. multilingualtextedit
  28312. multilingualtextedit
  28313. multimedia
  28314. multimedia
  28315. standards
  28316. multimediagraphics
  28317. multipage
  28318. multiplay
  28319. multiplay
  28320. multiplay
  28321. multiple
  28322. multiprocessing
  28323. multiprocessing
  28324. library
  28325. mungedeamon
  28326. mungedeamon
  28327. mungedeamon
  28328. mungedeamon
  28329. mungedeamon
  28330. mungedeamonaevents
  28331. mungedeamonaevents
  28332. mungedeamonmain
  28333. mungedeamonmain
  28334. browsermaker
  28335. helper
  28336. moviebrowser
  28337. mw68k
  28338. mw68k
  28339. browsermaker
  28340. mw68k
  28341. moviebrowser
  28342. mwprefix68k
  28343. mwprefix68k
  28344. mwprefixrez68k
  28345. mwprefixrez68k
  28346. mwprefixrezppc
  28347. Dev.CD July 92
  28348. Dev.CD June 92
  28349. Dev.CD May 92
  28350. Dev.CD Apr 92
  28351. Dev.CD Mar 92
  28352. Dev.CD Feb 92
  28353. Dev.CD Jan 92
  28354. Dev.CD Vol. XI
  28355. Dev.CD Vol. X
  28356. Dev.CD Vol. IX
  28357. Dev.CD Vol. VII
  28358. Dev CD Vol. VI
  28359. Dev CD Vol. V
  28360. Dev CD Vol. IV
  28361. 72040X
  28362. July 9
  28363. --set theItem to choose file -- uncomment to test in an AS editor
  28364.     tell application "Finder"
  28365.         open item "Dev.CD July 92
  28366. Dev.CD June 92
  28367. Dev.CD May 92
  28368. Dev.CD Apr 92
  28369. Dev.CD Mar 92
  28370. Dev.CD Feb 92
  28371. Dev.CD Jan 92
  28372. Dev.CD Vol. XI
  28373. Dev.CD Vol. X
  28374. Dev.CD Vol. IX
  28375. Dev.CD Vol. VII
  28376. Dev CD Vol. VI
  28377. Dev CD Vol. V
  28378. Dev CD Vol. IV"
  28379.         activate
  28380.     end tell
  28381. on error errMsg number errNum
  28382.     --enter statements to perform when no records are found such as...
  28383.     display dialog "Sorry, the item yoB2u selected could not be found."
  28384.     return
  28385. end try
  28386. D!All Packages
  28387. Mac OS SDK Edition
  28388. F#Multilingual Text Editor (MLTE) SDKI{This package contains documentation and sample code to help you start
  28389. working with the Multilingual Text Editor (MLTE) API.e    No Change
  28390. PEDev.CD Nov 00 TC Disk 1
  28391.  - Tool Chest
  28392.  - Development Kits
  28393.  - MPW etc.V
  28394. 72039X
  28395. Nov 00^    TC Disk 1
  28396. --set theItem to choose file -- uncomment to test in an AS editor
  28397.     tell application "Finder"
  28398.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW etc.:"
  28399.         activate
  28400.     end tell
  28401. on error errMsg number errNum
  28402.     --enter statements to perform when no records are found such as...
  28403.     display dialog "Sorry, the item you selected could not be found."
  28404.     return
  28405. end try
  28406. e    No Changef
  28407. performance analysisq
  28408. Dev.CD Nov 00 TC Disk 1
  28409. All Packages
  28410. MultiFinder 6.1b9O
  28411. Dev.CD July 92
  28412. Dev.CD June 92
  28413. Dev.CD May 92
  28414. Dev.CD Apr 92
  28415. Dev.CD Mar 92
  28416. Dev.CD Feb 92
  28417. Dev.CD Jan 92
  28418. Dev.CD Vol. XI
  28419. Dev.CD Vol. X
  28420. Dev.CD Vol. IX
  28421. Dev.CD Vol. VII
  28422. Dev CD Vol. VI
  28423. Dev CD Vol. V
  28424. Dev CD Vol. IVV
  28425. 72040X
  28426. O3Dev.CD Nov 00 TC Disk 1:Sample Code:Files:Un/mount:P;Dev.CD Nov 00 TC Disk 1
  28427.  - Sample Code
  28428.  - Files
  28429.  - Un/mountV
  28430. 73008X
  28431. Nov 00^    TC Disk 1
  28432. --set theItem to choose file -- uncomment to test in an AS editor
  28433.     tell application "Finder"
  28434.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Files:Un/mount:"
  28435.         activate
  28436.     end tell
  28437. on error errMsg number errNum
  28438.     --enter statements to perform when no records are found such as...
  28439.     display dialog "Sorry, the item you selected could not be found."
  28440.     return
  28441. end try
  28442. e    No Changef.modal dialog
  28443. disk inserted events
  28444. ModalDialog
  28445. Dev.CD Nov 00 TC Disk 1
  28446. D!All Packages
  28447. Mac OS SDK Edition
  28448. Universal Interfaces 3.3.2I\3.3.2 Universal Interfaces support CarbonLib 1.0.2, Mac OS 9, and QuickTime 4.1 development.J
  28449. UniversalInterfaces3.3.2.imgK
  28450. Feb 94L
  28451. Jul 00N$CarbonLib 1.0.2, Mac OS 9, QuickTimeOEDev.CD Oct 00 SDK1:Development Kits:Mac OS:Universal Interfaces3.3.2:ngeo)http://developer.apple.com/sdk/index.html
  28452. All Packages
  28453. System Enabler 088 (AVs)O
  28454. Dev.CD Apr 94
  28455. Dev.CD Jan 94P
  28456. Dev.CD Apr 94
  28457. Dev.CD Jan 9V
  28458. 72819X
  28459. Apr 94
  28460. p--set theItem to choose file -- uncomment to test in an AS editor
  28461.     tell application "Finder"
  28462.         open item "Dev.CD Apr 94
  28463. Dev.CD Jan 94"
  28464.         activate
  28465.     end tell
  28466. on error errMsg number errNum
  28467.     --enter statements to perform when no records are found such as...
  28468.     display dialog "Sorry, the item you selected could not be found."
  28469.     return
  28470. end try
  28471. All Packages
  28472. System Enabler 088 (AVs)O
  28473. Dev.CD Apr 94
  28474. Dev.CD Jan 94P
  28475. Dev.CD Apr 94
  28476. Dev.CD Jan 9V
  28477. 72820X
  28478. Apr 94
  28479. p--set theItem to choose file -- uncomment to test in an AS editor
  28480.     tell application "Finder"
  28481.         open item "Dev.CD Apr 94
  28482. Dev.CD Jan 94"
  28483.         activate
  28484.     end tell
  28485. on error errMsg number errNum
  28486.     --enter statements to perform when no records are found such as...
  28487.     display dialog "Sorry, the item you selected could not be found."
  28488.     return
  28489. end try
  28490. b--set theItem to choose file -- uncomment to test in an AS editor
  28491.     tell application "Finder"
  28492.         open item "Dev.CD Jul 95"
  28493.         activate
  28494.     end tell
  28495. on error errMsg number errNum
  28496.     --enter statements to perform when no records are found such as...
  28497.     display dialog "Sorry, the item you selected could not be found."
  28498.     return
  28499. end try
  28500. macintosh
  28501. debugs
  28502. applications
  28503. runtimeu
  28504. russian
  28505. rvsetvideoasscreenpr
  28506. s-record
  28507. safely
  28508. safety
  28509. sakes{
  28510. sales
  28511. same[
  28512. O\Dev.CD Nov 00 TC Disk 1:What's New?:Development Kits:Mac OS:MRJ:MRJ2.2.3 Redistribution SDK:PjDev.CD Nov 00 TC Disk 1
  28513.  - What's New?
  28514.  - Development Kits
  28515.  - Mac OS
  28516.  - MRJ
  28517.  - MRJ2.2.3 Redistribution SDKlop Issue  9:"
  28518.         activate
  28519.     end tell
  28520. on error errMsg number errNum
  28521.     --enter statements to perform when no records are found such as...
  28522.     display dialog "Sorry, the item you selected could not be found."
  28523.     return
  28524. end try
  28525. Deletedq
  28526. Dev.CD Sept 96 RL
  28527. D!All Packages
  28528. Mac OS SDK Edition
  28529. Developer Documentation
  28530. smith
  28531. smooth
  28532. snapshot
  28533. snapshot
  28534. sample
  28535. application
  28536. shows
  28537. snapshots
  28538. snarfer
  28539. snarfing
  28540. sneak3view
  28541. sneak3view
  28542. debugging
  28543. testing
  28544. drawing
  28545. snippet
  28546. snippet
  28547. demonstrate
  28548. system
  28549. utilitie
  28550. snippet
  28551. demonstrate
  28552. system
  28553. popup
  28554. control
  28555. snippets
  28556. snively
  28557. online Apple developer documentation at http://developer.apple.com/techpubs/.
  28558. The following development tools are needed by various parts of the MRJ Redistribution SDK:
  28559.  CodeWarrior Pro 4.1 is required for building the sample code provided in this SDK.
  28560.  Apple Installer SDK 1.2.3 is required for building the MRJ Apple Example Installer.
  28561.  InstallerMaker
  28562.  6.5 is required for building the MRJ Stuffit Example Installer.
  28563.  Installer VISE 6.5 is required for building the MRJ Vice Example InstC
  28564. aller.
  28565.  Installer proprietary headers from one or more of the following installer vendors are required for building the sample code: Installer VISE, Stuffit InstallerMaker, or the Apple Installer.
  28566. N+MRJ, Java, MRJ SDK, SDK, MRJ Redistribution
  28567. ~--set theItem to choose file -- uncomment to test in an AS editor
  28568.     tell application "Finder"
  28569.         open item "Dev.CD Apr 94
  28570. Dev.CD Jan 94
  28571. Dev.CD Oct 93"
  28572.         activate
  28573.     end tell
  28574. on error errMsg number errNum
  28575.     --enter statements to perform when no records are found such as...
  28576.     display dialog "Sorry, the item you selected could not be found."
  28577.     return
  28578. end try
  28579. mounted
  28580. mounted/re-mounted
  28581. mounting
  28582. mountprojector
  28583. mounts
  28584. mountserver
  28585. mouse
  28586. mousedrag
  28587. mouseinfo
  28588. mouseresponders
  28589. movable
  28590. movablemodal
  28591. movie's
  28592. moviebrowser
  28593. moviecontroller
  28594. All Packages
  28595. System 7 Tune-UpO)Dev.CD Apr 92
  28596. Dev.CD Mar 92
  28597. Dev.CD Feb 92P(Dev.CD Apr 92
  28598. Dev.CD Mar 92
  28599. Dev.CD Feb 9V
  28600. 72648X
  28601. Apr 92
  28602. ~--set theItem to choose file -- uncomment to test in an AS editor
  28603.     tell application "Finder"
  28604.         open item "Dev.CD Apr 92
  28605. Dev.CD Mar 92
  28606. Dev.CD Feb 92"
  28607.         activate
  28608.     end tell
  28609. on error errMsg number errNum
  28610.     --enter statements to perform when no records are found such as...
  28611.     display dialog "Sorry, the item you selected could not be found."
  28612.     return
  28613. end try
  28614. All Packages
  28615. System 7 Tune-UpO
  28616. Dev.CD Apr 92
  28617. Dev.CD Mar 92P
  28618. Dev.CD Apr 92
  28619. Dev.CD Mar 9V
  28620. 72649X
  28621. Apr 92
  28622. soleu
  28623. solid
  28624. solution
  28625. solutions
  28626. solve
  28627. solved
  28628. installer
  28629. installer
  28630. chinese
  28631. language
  28632. installermaker
  28633. installers
  28634. installingV
  28635. installment
  28636. installsf
  28637. instance
  28638. instances
  28639. instantiated
  28640. instantly
  28641. instead
  28642. instruction
  28643. instructional
  28644. instructions_
  28645. instrumentation
  28646. instrumented
  28647. instruments
  28648. instuctions
  28649. insulate
  28650. insure
  28651. int'l
  28652. intact
  28653. integer
  28654. integers
  28655. integral
  28656. integrate
  28657. integrated
  28658. integrator
  28659.     EIple code: Installer VISE, Stuffit InstallerMaker, or the Apple Installer.
  28660. MRJ2.2.3 Redistribution SDK.smiK
  28661. Dec 99L
  28662. Nov 00
  28663. Minimum requirements
  28664. The MRJ Redistribution SDK includes the file 
  28665. MRJ Redistribution.smi
  28666.  that you will bundle with your own product.  Installing and running MRJ will require additional memory and disk space over that needed for your product.  Refer to the document 
  28667. About MRJ 2.2.3
  28668.  for MRJ
  28669. s system requirements.
  28670. You should be familiar with Apple Events and installer extensions to use the examples provided here.  For information on Apple Events and the Apple Event Manager, refer to the 
  28671. O\Dev.CD Nov 00 TC Disk 1:What's New?:Development Kits:Mac OS:MRJ:MRJ2.2.3 Redistribution SDK:   - some compatibility issues
  28672.    - the internal logic and custom ICs
  28673.    - the I/O ports and built-in I/O devices
  28674.    - the expansion features
  28675.    - the system software
  28676. --------------------------------
  28677. iBook Developer Note 
  28678. This developer note has been updated to inclu
  28679. wn product.  Installing and running MRJ will require additional memory and disk space over that needed for your product.  Refer to the document 
  28680. About MRJ 2.2.3
  28681.  for MRJ
  28682. s system requirements.
  28683. You should be familiar with Apple Events and installer extensions to use the examples provided here.  For information on Apple Events and the Apple Event Manager, refer to the online Apple developer documentation at http://developer.apple.com/techpubs/.
  28684. The following development tools are needed by
  28685.  various parts of the MRJ Redistribution SDK:
  28686.  CodeWarrior Pro 4.1 is required for building the sample code provided in this SDK.
  28687.  Apple Installer SDK 1.2.3 is required for building the MRJ Apple Example Installer.
  28688.  InstallerMaker
  28689.  6.5 is required for building the MRJ Stuffit Example Installer.
  28690.  Installer VISE 6.5 is required for building the MRJ Vice Example Installer.
  28691.  Installer proprietary headers from one or more of the following installer vendors are required for building the sam
  28692. About the MRJ 2.2.3 Redistribution SDK
  28693. The MRJ 2.2.3 Redistribution SDK enables developers to install Mac OS Runtime for Java (MRJ) 2.2.3 as part of their own installation packages. The SDK helps assure that any such redistribution complies with the terms of the Apple software licensing agreement. Before using this SDK, you must sign an Apple licensing agreement for redistributing MRJ. For more information, see the Apple Licensing web site at http://developer.apple.com/mkt/swl/. 
  28694. Apple f
  28695. requently updates MRJ and the MRJ SDK, with final release versions for use by the general public, and pre-release versions for use in testing and development.  Only the final release of MRJ 2.2.3 may be redistributed using this Redistribution SDK.  For information about the latest MRJ releases, see Apple
  28696. s Java Developer web site at http://developer.apple.com/java/.
  28697. Minimum requirements
  28698. The MRJ Redistribution SDK includes the file 
  28699. MRJ Redistribution.smi
  28700.  that you will bundle with your o
  28701. 72038X
  28702. Nov 00^    TC Disk 1
  28703. --set theItem to choose file -- uncomment to test in an AS editor
  28704.     tell application "Finder"
  28705.         open item "Dev.CD Nov 00 TC Disk 1:What's New?:Development Kits:Mac OS:MRJ:MRJ2.2.3 Redistribution SDK:"
  28706.         activate
  28707.     end tell
  28708. on error errMsg number errNum
  28709.     --enter statements to perform when no records are found such as...
  28710.     display dialog "Sorry, the item you selected could not be found."
  28711.     return
  28712. end try
  28713. e    No Changef'MRJ
  28714. MRJ SDK
  28715. MRJ Redistributiono
  28716. http://developer.apple.com/sdkq
  28717. Dev.CD Nov 00 TC Disk 1
  28718. All Packages
  28719. MrPlus 1.0I
  28720. MrPlus is a performance analysis tool for PowerPC applications. It generates data relating to performance analysis and will also rearrange code blocks for optimum performance.J
  28721. MPW etc.img.binK
  28722. Nov 97M
  28723. Power Macintosh systemN
  28724. performance analysisO=Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW etc.:V
  28725. 72039X
  28726. 1e    No Change
  28727. exceptional
  28728. exceptions
  28729. exchange
  28730. exchanging
  28731. excitingw
  28732. exclude
  28733. executable
  28734. execute
  28735. executed
  28736. executes
  28737. executingB
  28738. executiony
  28739. executive
  28740. executives
  28741. exercise
  28742. exhibited
  28743. exist
  28744. existed
  28745. existence
  28746. existingY
  28747. --set theItem to choose file -- uncomment to test in an AS editor
  28748.     tell application "Finder"
  28749.         open item "Dev.CD Apr 94
  28750. Dev.CD Jan 94
  28751. Dev.CD Oct 93
  28752. Dev.CD Jul 93"
  28753.         activate
  28754.     end tell
  28755. on error errMsg number errNum
  28756.     --enter statements to perform when no records are found such as...
  28757.     display dialog "Sorry, the item you selected could not be found."
  28758.     return
  28759. end try
  28760. This package contains a number of routines that are helpful in installing traditional Mac OS device drivers (of type 'DRVR').  TradDriverLoaderLib mimics the API (application programming interface) of the PCI DriverLoaderLib library as much as possible, which makes TradDriverLoaderLib easier to use in an environment supporting both PCI native drivers (of type 'ndrv') and traditional Mac OS drivers.
  28761. MissingLibraryRoutines.c
  28762. Read Me 
  28763.  TradDriverLoaderLib
  28764. TestTradDriverLoader(PPC)
  28765. TestTradDriverLoader.p
  28766. TradDriverLoaderLib.c
  28767. TradDriverLoaderLib.h
  28768. TradDriverLoaderLib.mcp
  28769. TradDriverLoaderLib.pK
  28770. Sep 97M(Macintosh or PowerPC PCI based MacintoshN>PCI ndrv driver loader, driver, device driver, Load PCI DriverOUDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Drivers:TradDriverLoaderLib:P`Dev.CD Nov 00 TC Disk 1
  28771.  - Sample Code
  28772.  - Devices and Hardware
  28773.  - Drivers
  28774.  - TradDriverLoaderLibbodyz
  28775. bones
  28776. book`
  28777. books`
  28778. boost
  28779. booting
  28780. ec JITC
  28781.  from the 
  28782. MRJ Libraries
  28783.  folder into the folder 
  28784. MRJ 2.2.3 Disabled Pieces
  28785. 6. Drag the file 
  28786. MRJLib
  28787.  and the folder 
  28788. MRJClasses
  28789.  from this debug package into the 
  28790. MRJ Libraries
  28791.  folder.
  28792. MRJ 2.2.3 Debug.smiK
  28793. Aug 97L
  28794. Nov 00N*MRJ, MRJ Debug, Debug, Java, SDK, Java SDKOPDev.CD Nov 00 TC Disk 1:What's New?:Development Kits:Mac OS:MRJ:MRJ 2.2.3 Debug:P^Dev.CD Nov 00 TC Disk 1
  28795.  - What's New?
  28796.  - Development Kits
  28797.  - Mac OS
  28798.  - MRJ
  28799.  - MRJ 2.2.3 Debugrn
  28800. end try
  28801. e    No ChangefNprinting
  28802. Carbon
  28803. Carbon printing
  28804. Carbon Printing Manager
  28805. print
  28806. imaging
  28807. graphicso.http://developer.apple.com/techpubs/index.htmlq
  28808. Dev.CD Jan 00 SDK1
  28809. D!All Packages
  28810. Mac OS SDK Edition
  28811. F'Developer Documentation: Corefoundation
  28812. difficult
  28813. application
  28814. support
  28815. features
  28816. based
  28817. provided
  28818. develop
  28819. article
  28820. pplications to Carbon. It offers code samples, detailed comparisons between the original Printing Manager and the new Carbon Printing Manager, and a complete  Carbon Printing Manager API reference.
  28821. CarbonPrintingMgrK
  28822. Jan 00NTprinting, Carbon, Carbon printing, Carbon Printing Manager, print, imaging, graphicsOkDev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:carbon:PyDev.CD Jan 00 SDK1
  28823.  - What's New
  28824.  - Technical Documentation
  28825.  - Technical Publications
  28826.  - DeveloperDocumentation
  28827.  - carbon
  28828.  versions in this manner, make sure that there are no applications running that are currently using MRJ.  Quit all Java applications, browsers, etc.  If you do not do this, the old MRJ will remain instantiated, and will produce erratic behavior.  You can confirm that MRJ is not currently instantiated by entering MacsBug and typing 
  28829.  and hitting return.  If MRJ is not instantiated, you will get only a brief usage message for MRJ 2.0.  If MRJ is present, you will get a full list of MRJ d
  28830. cmd options.  
  28831. Installing MRJ 2.2.3 (Debug)
  28832. 1. Quit all Java applications.
  28833. 2. Create a folder on the root of your boot drive called 
  28834. MRJ 2.2.3 Disabled Pieces
  28835. 3. Open the 
  28836. MRJ Libraries
  28837.  folder in your 
  28838. Extensions
  28839.  folder on your boot drive.
  28840. 4. Drag the file 
  28841. MRJLib
  28842.  and the folder 
  28843. MRJClasses
  28844.  from the 
  28845. MRJ Libraries
  28846.  folder into the folder 
  28847. MRJ 2.2.3 Disabled Pieces
  28848. 5. (Optional) If you wish to disable the JITC to enable line numbers in Java stack traces, drag the file 
  28849. MRJ Symant
  28850.  when a crash or user break occurs.
  28851. This version of MRJLib has been compiled without optimizations; therefore, performance will be slower than in the official (optimized) version of MRJ 2.2.3.
  28852. To use the debug version of MRJ 2.2.3, you must have already installed the corresponding non-debug version of MRJ 2.2.3. The components in this debugging package will replace only a few of the components that are installed with MRJ 2.2.3. This package does not come with its own installer; therefore
  28853. , you will have to drag install the debug pieces into your 
  28854. MRJ Libraries
  28855.  folder. 
  28856. The critical thing to remember is that MRJLib and MRJ Symantec JITC are both Code Fragment Manager (CFM) import libraries, so they must be moved out of the CFM search path to be disabled. CFM import library search paths are detailed in Chapter 3 of Inside Macintosh: PowerPC System Software. This book is available at http://developer.apple.com/techpubs/mac/PPCSoftware/PPCSoftware-2.html
  28857. Before swapping MRJ
  28858. race dumped by an exception (or displayed by the MRJ MacsBug dcmd options 
  28859. mrj sc
  28860.  and 
  28861. mrj threads
  28862. ) will include valid source line numbers. This is of great help to us in debugging if you send us MacsBug logs or console output. NOTE: You must disable the JITC to reliably get line numbers. To do so, move the 
  28863. MRJ Symantec JITC
  28864.  library from the 
  28865. MRJ Libraries
  28866.  folder to somewhere outside the System Folder.
  28867. MRJLib contains user breaks (warnings) that MRJ will generate when it detects it h
  28868. as entered an invalid state. These warnings will drop you into MacsBug; you can just continue execution by typing 
  28869.  in MacsBug followed by the return key. There is no need to kill the target application (
  28870. ) since user breaks are not crashes!  
  28871. MRJLib has been compiled with PowerPC 
  28872. traceback tables
  28873.  enabled. This results in much more accurate native stack crawls that correctly display the names of functions/methods. This is of great help to us in debugging if you send us MacsBug logs
  28874. 72037X
  28875. Nov 00^    TC Disk 1
  28876. --set theItem to choose file -- uncomment to test in an AS editor
  28877.     tell application "Finder"
  28878.         open item "Dev.CD Nov 00 TC Disk 1:What's New?:Development Kits:Mac OS:MRJ:MRJ 2.2.3 Debug:"
  28879.         activate
  28880.     end tell
  28881. on error errMsg number errNum
  28882.     --enter statements to perform when no records are found such as...
  28883.     display dialog "Sorry, the item you selected could not be found."
  28884.     return
  28885. end try
  28886. e    No Changef%MRJ
  28887. MRJ Debug
  28888. Debug
  28889. Java SDKo
  28890. http://developer.apple.com/sdkq
  28891. Dev.CD Nov 00 TC Disk 1
  28892. All Packages
  28893. MRJ2.2.3 Redistribution SDK
  28894. 72038X
  28895. Mac OS Runtime for Java (MRJ) 2.2.3 (Debug) is the debugging version of MRJ 2.2.3. It is intended to be used by Java developers who run into problems using MRJ 2.2.3 and who wish to help us isolate those problems. This version may not be redistributed.
  28896. You should already be familiar with Technote 1154, 
  28897. Debugging Java Code With MacsBug
  28898.  which describes some extra debugging tools available only with the debug build. This Technote is available at http://developer.apple.com/technotes/tn/tn11
  28899. 54.html
  28900. WARNING: Do not use this package until you have installed MacsBug. MacsBug can be found at http://developer.apple.com/tools/
  28901. Bug reports should be logged at http://developer.apple.com/bugreporter/
  28902. Contents
  28903. This package contains debug versions of MRJLib, JDKClasses.zip and MRJClasses.zip. 
  28904. JDKClasses.zip and MRJClasses.zip will provide more useful information when MRJ throws an exception. The 
  28905. line number tables
  28906.  have not been stripped out of the compiled code, so the stack t
  28907. smallest
  28908. smart
  28909. shots
  28910. snazzy
  28911. sndplaydoublebuffer
  28912. sndplaydoublebufferc
  28913. snippet
  28914. snippet
  28915. demonstrate
  28916. system
  28917. utilitie
  28918. snippet
  28919. demonstrate
  28920. system
  28921. popup
  28922. control
  28923. snippets
  28924. snively
  28925. society
  28926. softwareP
  28927. classicu
  28928. classroomS
  28929. clause
  28930. clauses
  28931. clean
  28932. cleaned
  28933. cleaner
  28934. cleans
  28935. clear
  28936. CFOptionFlags
  28937. CFHashCode
  28938. CFHash
  28939. compare
  28940. CFComparatorFunction
  28941. CFComparisonResult
  28942. CFEqual
  28943. CFRange
  28944. Bundle Services
  28945. CFBundle.h
  28946. CFBundle
  28947. bundle
  28948. main bundle
  28949. resources
  28950. resource management
  28951. localization
  28952. internationalization
  28953. cross-platform
  28954. application package
  28955. Application
  28956. Framework
  28957. Loadable bundle
  28958. code loading
  28959. dynamic linking
  28960. lproj
  28961. localized strings
  28962. Info.plist
  28963. Collection Services
  28964. CFArray.h
  28965. CFDictionary.h
  28966. CFBag.h
  28967. CFSet.h
  28968. CFTree.h
  28969. CFData.h
  28970. CFBinaryHeap.h
  28971. CFBitVector.h
  28972. CFArray
  28973. CFDictionary
  28974. CFBag
  28975. CFSet
  28976. CFTree
  28977. CFData
  28978. CFBinaryHeap
  28979. CFBitVector
  28980. collection
  28981. container
  28982. ordered collection
  28983. vector
  28984. Property List Services
  28985. CFPropertyList.h
  28986. property list
  28987. information property list
  28988. info plist
  28989. Info.plist
  28990. CFArray
  28991. CFDictionary
  28992. CFDictionary
  28993. CFPropertyList
  28994. Core Foundation
  28995. String Se
  28996. they're{
  28997. thick
  28998. thing{
  28999. thingies
  29000. things
  29001. think
  29002. thinks
  29003. third
  29004. third-party
  29005. 72959X
  29006. Dec 00^    RL Disk 2b
  29007. Revised
  29008. --set theItem to choose file -- uncomment to test in an AS editor
  29009.     tell application "Finder"
  29010.         open item "Dev.CD Dec 00 RL Disk 2:TechnicalPublications:carbon:"
  29011.         activate
  29012.     end tell
  29013. on error errMsg number errNum
  29014.     --enter statements to perform when no records are found such as...
  29015.     display dialog "Sorry, the item you selected could not be found."
  29016.     return
  29017. end try
  29018. Updated
  29019. Carbon
  29020. Carbon Porting Guide
  29021. URL Services Preliminary Reference
  29022. Carbon Menu Manager Preliminary Reference
  29023. XML Services
  29024. Preferences Services
  29025. Multilingual Text Editor API
  29026. Adopting the Carbon Printing Manager
  29027. Transferring Data With the URL Access Manager
  29028. Implementing Security Features Using the Keychain Manager
  29029. ColorSync
  29030. Text Encoding Conversion Manager
  29031. Multiprocessing Services Reference
  29032. Scrap Manager
  29033. /A.http://developer.apple.com/techpubs/index.html
  29034. Dev.CD Dec 00 RL Disk 2
  29035. Animate, TickO<Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:TickAnimate:PDDev.CD Nov 00 TC Disk 1
  29036.  - Sample Code
  29037.  - Graphics 2D
  29038.  - TickAnimateV
  29039. 72985X
  29040. Nov 00^    TC Disk 1
  29041. --set theItem to choose file -- uncomment to test in an AS editor
  29042.     tell application "Finder"
  29043.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:TickAnimate:"
  29044.         activate
  29045.     end tell
  29046. on error errMsg number errNum
  29047.     --enter statements to perform when no records are found such as...
  29048.     display dialog "Sorry, the item you selected could not be found."
  29049.     return
  29050. end try
  29051. e    No Changef
  29052. Animate
  29053. Tickq
  29054. Dev.CD Nov 00 TC Disk 1
  29055. All Packages
  29056. Ticket  to Program 1.0
  29057. Summary: This program illustrates the the use of menus, windows, and alerts.  It shows how to create alerts, draw 5 different window types, hierarchical and PopUp menus, and how to add, toggle and set the style for menu items.
  29058. This package is System 7.0 compatible.
  29059. Vol IXV
  29060. 72986X
  29061. 1e    No Change
  29062. --set theItem to choose file -- uncomment to test in an AS editor
  29063.     tell application "Finder"
  29064.         open item "Dev.CD Apr 94
  29065. Dev.CD Jan 94
  29066. Dev.CD Oct 93
  29067. Dev.CD Jul 93
  29068. Dev.CD Apr 93"
  29069.         activate
  29070.     end tell
  29071. on error errMsg number errNum
  29072.     --enter statements to perform when no records are found such as...
  29073.     display dialog "Sorry, the item you selected could not be found."
  29074.     return
  29075. end try
  29076. packetsU
  29077. packman
  29078. packman
  29079. snippet
  29080. showing
  29081. implement
  29082. simple
  29083. choos
  29084. pagez
  29085. pages
  29086. paige
  29087. painless
  29088. --set theItem to choose file -- uncomment to test in an AS editor
  29089.     tell application "Finder"
  29090.         open item "Dev.CD Apr 94
  29091. Dev.CD Jan 94
  29092. Dev.CD Oct 93
  29093. Dev.CD Jul 93
  29094. Dev.CD Apr 93"
  29095.         activate
  29096.     end tell
  29097. on error errMsg number errNum
  29098.     --enter statements to perform when no records are found such as...
  29099.     display dialog "Sorry, the item you selected could not be found."
  29100.     return
  29101. end try
  29102. - they'll just see a crash) know what happened.
  29103. DeleteDirectory:  This C routine will delete a subdirectory from a Macintosh volume, including any nested directories. It works in AppleShare as well as normal environments.
  29104. deleteEmptyDir:  These MPW tools identify and/or delete all empty folders on a specified volume using PBCatSearch.
  29105. ficycle:  This THINK Pascal
  29106.  program lists the files contained in a folder.
  29107. FileSharingOn:  This snippet demonstrates how to determine whether or not Fil
  29108. e Sharing is on. 
  29109. FormatAsDOS:  This snippet demonstrates how to use the newer Disk Initialization Package calls DIXFormat() and DIXZero() to format a floppy disk as a DOS disk.  DIXFormat, DIXZero, and DIReformat are documented in the IM:Files Errata Tech Note.
  29110. Please note this snippet does not provide any prompts.  It merely takes the floppy in the first floppy drive and reformats it as a DOS disk with the name "MS-DOS Disk".  This purpose of this snippet is to demonstrate the newer 
  29111. --set theItem to choose file -- uncomment to test in an AS editor
  29112.     tell application "Finder"
  29113.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:Qwertytunes:"
  29114.         activate
  29115.     end tell
  29116. on error errMsg number errNum
  29117.     --enter statements to perform when no records are found such as...
  29118.     display dialog "Sorry, the item you selected could not be found."
  29119.     return
  29120. end try
  29121. appearance
  29122. gworld
  29123. off-screen
  29124. appearance
  29125. keyboard
  29126. function
  29127. keysv
  29128. appearance
  29129. manageru
  29130. append
  29131. appkit
  29132. appleb
  29133. apple
  29134. events
  29135. appleevents
  29136. toolbox
  29137. autoguest
  29138. apple
  29139. guide
  29140. systems
  29141. apple
  29142. apple
  29143. guide
  29144. apple
  29145. apple
  29146. apple
  29147. developer
  29148. newsz
  29149. apple
  29150. share
  29151. authentication
  29152. pbvolumemount
  29153. appleeventa
  29154. interactiona
  29155. interactive
  29156. interactive
  29157. success
  29158. interapplicationQ
  29159. interapplication
  29160. commQ
  29161. interapplicationcomm
  29162. interfaceQ
  29163. interfacelib
  29164. interfaces
  29165. interfaces
  29166. libraries
  29167. interfaces&libraries
  29168. quicktime
  29169. quicktime
  29170. 4.1.2
  29171. windows
  29172. quicktime
  29173. conferencing
  29174. quicktime
  29175. quicktime
  29176. quicktime
  29177. windows
  29178. quicktime
  29179. quicktime
  29180. tools
  29181. quicktime
  29182. quicktime
  29183. tools
  29184. 1.0b2
  29185. quickview
  29186. quickview
  29187. developer
  29188. edition
  29189. quitapps
  29190. qwertytunes
  29191. mapper
  29192. mapperref
  29193. marching
  29194. marquee
  29195. marquee
  29196. marching
  29197. color
  29198. marquee
  29199. marquee
  29200. selection
  29201. carbon
  29202. match
  29203. matching
  29204. mathlib
  29205. mcactionlinktourl
  29206. mdata
  29207. proportional
  29208. scrolling
  29209. media
  29210. memhell
  29211. memhell
  29212. memory
  29213. stress
  29214. debug
  29215. debugging
  29216. testing
  29217. receive
  29218. multisync
  29219. mutable
  29220. needs
  29221. netsprocket
  29222. networkR
  29223. network
  29224. setup
  29225. network
  29226. preferences
  29227. dumpnetworksetup
  29228. networking
  29229. newgworldr
  29230. cation that allows you to add copywrite information to a movie or view it if it already exists.
  29231. Things!:   Things!  queries the Component Manager about what IT thinks is lying around your system, and then displays the info for you.
  29232. ComboWalker
  29233. Digitizers
  29234. DrawTextCodec Example
  29235. Dumpster
  29236. GetInfo Init
  29237. GrabGuy b15
  29238. MovieShop
  29239. QuickTime XCMDs 
  29240. Reinstaller
  29241. Set Movie Info
  29242. Things!K
  29243. Jul 92M7Color capable Mac (68020 or above), hard disk, 4 mb RAMO=Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickTime:QuickTime Tools:PEDev.CD Nov 00 TC Disk 1
  29244.  - Tool Chest
  29245.  - QuickTime
  29246.  - QuickTime Tools
  29247. All Packages
  29248. QuickDraw GXO#Dev.CD Aug 96 TC
  29249. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  29250. Dev.CD Jan 96 SDKV
  29251. 72310X
  29252. Aug 96
  29253. x--set theItem to choose file -- uncomment to test in an AS editor
  29254.     tell application "Finder"
  29255.         open item "Dev.CD Aug 96 TC
  29256. Dev.CD Jan 96 SDK1"
  29257.         activate
  29258.     end tell
  29259. on error errMsg number errNum
  29260.     --enter statements to perform when no records are found such as...
  29261.     display dialog "Sorry, the item you selected could not be found."
  29262.     return
  29263. end try
  29264. All Packages
  29265. QuickDraw GXO#Dev.CD Aug 96 TC
  29266. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  29267. Dev.CD Jan 96 SDKV
  29268. 72311X
  29269. Aug 96
  29270. atsui
  29271. attachability
  29272. attributes
  29273. atworld
  29274. audio
  29275. audio
  29276. auntie
  29277. authentication
  29278. center
  29279. autoguest
  29280. autoguest
  29281. automated
  29282. automated
  29283. testing
  29284. automation
  29285. autopush
  29286. aware
  29287. --set theItem to choose file -- uncomment to test in an AS editor
  29288.     tell application "Finder"
  29289.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:TimeCodes:QTTimeCode:"
  29290.         activate
  29291.     end tell
  29292. on error errMsg number errNum
  29293.     --enter statements to perform when no records are found such as...
  29294.     display dialog "Sorry, the item you selected could not be found."
  29295.     return
  29296. end try
  29297. OXDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:QTTestApplet:PfDev.CD Nov 00 TC Disk 2
  29298.  - Sample Code
  29299.  - QuickTime
  29300.  -  All Java
  29301.  - QuickTime for Java
  29302.  - QTTestAppletV
  29303. 72261X
  29304. Nov 00^    TC Disk 2
  29305. --set theItem to choose file -- uncomment to test in an AS editor
  29306.     tell application "Finder"
  29307.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:QTTestApplet:"
  29308.         activate
  29309.     end tell
  29310. on error errMsg number errNum
  29311.     --enter statements to perform when no records are found such as...
  29312.     display dialog "Sorry, the item you selected could not be found."
  29313.     return
  29314. end try
  29315. e    No Changef
  29316. QuickTime
  29317. Dev.CD Nov 00 TC Disk 2
  29318. All Packages
  29319. QTText
  29320. 72262X
  29321. rapid
  29322. application
  29323. development
  29324. raster
  29325. ratesA
  29326. rawip
  29327. rawmode
  29328. reader
  29329. receive
  29330. receives
  29331. reconfiguration
  29332. record
  29333. g--set theItem to choose file -- uncomment to test in an AS editor
  29334.     tell application "Finder"
  29335.         open item "Dev.CD Jan 96 SDK1"
  29336.         activate
  29337.     end tell
  29338. on error errMsg number errNum
  29339.     --enter statements to perform when no records are found such as...
  29340.     display dialog "Sorry, the item you selected could not be found."
  29341.     return
  29342. end try
  29343. ngencodingsext
  29344. cftree
  29345. cftree
  29346. cftype
  29347. cftypeid
  29348. chained
  29349. chained
  29350. completion
  29351. routines
  29352. character
  29353. character
  29354. encoding
  29355. character
  29356. characters
  29357. charset
  29358. cheap
  29359. cheap
  29360. studio
  29361. checkbox
  29362. checkgestalt
  29363. inese
  29364. chinese
  29365. language
  29366. traditional
  29367. simplified
  29368. choose
  29369. chooser
  29370. chooser
  29371. package
  29372. choosing
  29373. choosing
  29374. aliases
  29375. ciconhandle
  29376. class
  29377. classes
  29378. client
  29379. client
  29380. server
  29381. scale
  29382. cliprect
  29383. clock
  29384. closepicture
  29385. qtwiredsprites
  29386. qtwiredsprites
  29387. qtwiredsprites
  29388. qtwiredsprites
  29389. qtwiredsprites
  29390. qtzoo
  29391. query
  29392. quick
  29393. quick
  29394. intro
  29395. quick
  29396. start
  29397. quickdraw
  29398. quickdraw
  29399. v1.5.2
  29400. quickdraw
  29401. quickdraw
  29402. quickdraw
  29403. update
  29404. quickdraw
  29405. first
  29406. quickdraw3d
  29407. quickdraw3drave
  29408. quicksort
  29409. quicksort
  29410. munications
  29411. newgworldr
  29412. newgworld
  29413. gworldr
  29414. newpalette
  29415. newsz
  29416. notes
  29417. nshost
  29418. nshost
  29419. cocoa
  29420. address
  29421. number
  29422. number
  29423. formatting
  29424. object
  29425. object-oriented
  29426. objectsupportlib
  29427. appleevent
  29428. screent
  29429. offscreen
  29430. offscreen
  29431. gworld
  29432. opaque
  29433. opaque
  29434. types
  29435. systems
  29436. erentiating new features to your products faster than ever before.
  29437. This package contains QuickDraw GX v1.1.3 installer, new interfaces and libraries, as well as new and revised sample code.
  29438.  QuickDraw GX v1.1 can only be installed onto a System running 7.5.x.  Please read the instructions in "QuickDraw
  29439.  GX - Read Me First".
  29440.  There was an new set of GX interfaces and libraries in the SDK#4.  The GX interfaces (which are part of the Universal Interfaces, version 2.1) have been renamed, 
  29441. consolideted, and improved since the older interfaces found on GX 1.0 SDK.  The interfaces also include the new API calls which were added in GX 1.1.1.  The library files have also been updated to use the new GX interfaces.
  29442.  The GX Library code have also been edited to use the new GX interfaces and libraries.  Please see the "GX Libs & Tools - Read Me" for more information of the changes.
  29443.  There are a few new samples and several of the old samples have be edited to use the new GX inter
  29444. y.  If it does attempt to perform a restricted activity, Java will display a security exception and block the action.     
  29445. NOTE: MRJ
  29446. s security database is separate from the database maintained by the browser.  In some cases it will be necessary to accept the signature twice: once for the browser to access the site and again for MRJ to run the applet without restrictions. 
  29447. NOTE: If you want to rescind a certificate you have previously accepted, you will need to delete the security databI
  29448. ase, 
  29449. identitydb.obj
  29450.  which is located in the Preferences folder in the active System Folder. Deleting "identitydb.obj" will delete all of your certificates, so you will have to re-accept any that you still want to use.  
  29451. MRJ 2.2.2 (install).smi.binK
  29452. Jul 98L
  29453. Aug 00
  29454. O9Dev.CD Oct 00 SDK1:Development Kits:Mac OS:MRJ:MRJ 2.2.2:     - internal logic 
  29455.        - I/O ports and built-in I/O devices 
  29456.        - RAM expansion 
  29457.        - expansion slots 
  29458.        - system software 
  29459. G4.pdfnge
  29460. encourage
  29461. encouraged
  29462. encourages_
  29463. encryption
  29464. endfullscreen
  29465. endian
  29466. endless
  29467. endorsement
  29468. endpoint
  29469. endpoints
  29470. enforces
  29471. enginej
  29472. engineering
  29473. engineers
  29474. engines
  29475. engler
  29476. english
  29477. enhance`
  29478. enhanced
  29479. enhancementi
  29480. equested has not been reserved after we went to press.
  29481.   The stack can check to see if the creator ID being requested has already been taken, using the most recent information from Developer Support's creator/file type database.  It also automatically creates an AppleLink to send to DEVSUPPORT.  Re
  29482.  Macintosh computer with a PowerPC processor
  29483.  Mac OS 8.1 or later
  29484.  Memory requirements will vary depending on how you are using Java. The minimum requirement for running simple applets is 40 megabytes (MB) of RAM, with virtual memory on and set to at least 44 MB. To run complex applets and applications, 64 MB of RAM is highly recommended. Increasing RAM to 64 MB or more will also improve performance.
  29485.  At least 13 MB of free disk space
  29486. MRJ, Java, MRJ SDK, SDKion to the Marketi
  29487. ng or Technical contact as well. If you have recently moved or had a contact change, please take a few minutes to fill out and send this form to ensure we have the most current and accurate information for your company.
  29488.  NuBus Board Registration
  29489. This stack contains a questionaire that allows Macintosh board developers to register their board information in order to receive board ids and functional sResource values for their boards. Because this stack creates a file, YOU MUST FIRST COPY T
  29490. O9Dev.CD Oct 00 SDK1:Development Kits:Mac OS:MRJ:MRJ 2.2.2:PDDev.CD Oct 00 SDK1
  29491.  - Development Kits
  29492.  - Mac OS
  29493.  - MRJ
  29494.  - MRJ 2.2.2 File and Auxiliary Type
  29495. Bug Reporting
  29496. C/F Registration Requests:
  29497. Dev Info Change Form
  29498. NuBus Board RegistrationK
  29499. Apr 94L
  29500. May 96O+Dev.CD Dec 99 RL:Utilities:Developer Forms:P0Dev.CD Dec 99 RL
  29501.  - Utilities
  29502.  - Developer Forms
  29503.  try to read private information, write unwanted information, or perform other unexpected actions.  A signed applet includes a certificate that assures you that the applet was created by someone you trust and has not been altered since they created it.  When an applet has been signed, it is no longer subject to restrictions.   
  29504. MRJ keeps a database of certificates that you trust.  If you access a signed applet and the certificate is already in your Java security database, the applet will 
  29505. run without restrictions. If the certificate is not in your Java security database, a dialog box will provide information about the certificate. You can then choose to (1) accept the certificate permanently, thereby adding it to your Java security database, or (2) to run this applet now but not add the certificate to the database, or (3) to reject the certificate.
  29506. NOTE: If you reject the certificate, the applet will still run, as long as it does not attempt to perform a restricted activit
  29507. uad buffering for both recording and playback.  The recording is done with vox recording on, so it only records sound which is at least of a certain level.
  29508. WaveTable Sounds:  These snippets show how to use waveTableSynth and squareWaveSynth.
  29509. Communications Toolbox
  29510. Contributed
  29511. Devices and Hardware
  29512. Files
  29513. Games
  29514. Graphics 2D
  29515. Graphics 3D
  29516. Help Systems
  29517. Human Interface Toolbox
  29518. Interapplication Comm
  29519. Memory
  29520. Networking
  29521. OS Utilities
  29522. Overview
  29523. Platforms and Tools
  29524. Printing
  29525. Processes
  29526. QuickTime
  29527. Runtime Architecture
  29528. Sound
  29529. Nov 96O
  29530. Dev.CD Nov 99 TC:Sample Code:P
  29531. Dev.CD Nov 99 TC
  29532.  - Sample Code
  29533. OS 8.1 and the Internet Scripting Addition 
  29534. The information in 
  29535. About MRJ 2.2
  29536. , below is incorrect. It should read: On Mac OS 8.1, MRJ requires that you have the Internet Scripting Addition installed in the Scripting Additions folder in the Extensions folder. If this file is not present, you can re-install it from your Mac OS 8.1 CD. Double click 
  29537. Install Mac OS 8.1
  29538. , click 
  29539. Continue
  29540. , select the Destination disk, and then select the 
  29541. Add/Remove
  29542.  option. On the Custom Installation and Remo
  29543. val screen, check 
  29544. Internet Access
  29545. , and then click 
  29546. Start
  29547. . This will start the Internet Access installer. Follow the instructions to install all of the Internet Access software, including the Internet Scripting Addition.
  29548.  MRJ SDK
  29549. Developers working with MRJ 2.2.2 can continue to use MRJ SDK 2.2. Apple is not releasing a new MRJ SDK with MRJ 2.2.2.
  29550.  About MRJ 2.2
  29551. The release note originally provided with MRJ 2.2 appears below. Apart from the information above, this release note still 
  29552. --set theItem to choose file -- uncomment to test in an AS editor
  29553.     tell application "Finder"
  29554.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:MPW Script Tips 1.1.1:"
  29555.         activate
  29556.     end tell
  29557. on error errMsg number errNum
  29558.     --enter statements to perform when no records are found such as...
  29559.     display dialog "Sorry, the item you selected could not be found."
  29560.     return
  29561. end try
  29562. ed could not be found."
  29563.     return
  29564. end try
  29565. e    No Change
  29566. Display Manager
  29567. window arrangement
  29568. display mode
  29569. pixel depth
  29570. scan timing
  29571. display
  29572. display ID
  29573. video device
  29574. monitor
  29575. HTML rendering
  29576. web browser
  29577. HTML tags
  29578. Apple Help
  29579. World Wide Web
  29580. Help Center
  29581. HTML link
  29582. Unicode Utilities
  29583. Unicode
  29584. locales
  29585. collation
  29586. characters
  29587. Window Manager
  29588. windows
  29589. structure region
  29590. content region
  29591. window class
  29592. window classes
  29593. window layers
  29594. window attributes
  29595. scrolling
  29596. Menu Manager
  29597. menus
  29598. Carbon
  29599. Apple menu
  29600. menu items
  29601. /developer.apple.com/techpubs/index.html
  29602. 72036X
  29603. Oct 00^
  29604. --set theItem to choose file -- uncomment to test in an AS editor
  29605.     tell application "Finder"
  29606.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:MRJ:MRJ 2.2.2:"
  29607.         activate
  29608.     end tell
  29609. on error errMsg number errNum
  29610.     --enter statements to perform when no records are found such as...
  29611.     display dialog "Sorry, the item you selected could not be found."
  29612.     return
  29613. end try
  29614. e    No Changef
  29615. MRJ SDK
  29616. http://developer.apple.com/sdk/q
  29617. Dev.CD Oct 00 SDK1
  29618. All Packages
  29619. MRJ 2.2.3 Debug
  29620. 72037X
  29621. g windows with custom structure regions, and erasing the window's content region.
  29622. Display Manager [NEW]
  29623. ---------------
  29624. This document describes the application programming interface for the Display Manager. It provides a complete reference, as well as conceptual material and programming examples. Topics discussed include handling events in response to Display Manager changes, determining the characteristics of video 
  29625. summary
  29626. which
  29627. plays
  29628. sounds
  29629. summary
  29630. helper
  29631. formerly
  29632. monthly
  29633. posting
  29634. summary
  29635. definition
  29636. binhex
  29637. protocol
  29638. summary
  29639. developer
  29640. edition
  29641. quickview
  29642. devel
  29643. summary
  29644. developer's
  29645. transl
  29646. summary
  29647. electronic
  29648. version
  29649. develop
  29650. magazine
  29651. summary
  29652. prgram
  29653. guide
  29654. macintosh
  29655. power
  29656. cales protocols and API for Mac OS 8.6 and 9.0. You should read this document if you need to understand how to specify the language and/or region for a locale-sensitive text operation or if you need to obtain, for a specified language and/or region, the locale data that will enable the text operation to behave appropriately.
  29657. Unicode Utilities [NEW]
  29658. ---------------
  29659. This preliminary documen
  29660. --set theItem to choose file -- uncomment to test in an AS editor
  29661.     tell application "Finder"
  29662.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:MPWTool:"
  29663.         activate
  29664.     end tell
  29665. on error errMsg number errNum
  29666.     --enter statements to perform when no records are found such as...
  29667.     display dialog "Sorry, the item you selected could not be found."
  29668.     return
  29669. end try
  29670.  clusters (for cursor movement) or words, and to determine potential linG
  29671. e break locations. Mac OS 9.0 also introduces support for obtaining the properties of a Unicode character, which is not a locale-sensitive operation.
  29672. Carbon_Menu_Mgr_API.pdf
  29673. Carbon_Window_Mgr_API.pdf
  29674. DisplayManager.pdf
  29675. HTML_RenderingLib.pdf
  29676. Locales_for_Mac_OS_8.6_9.0.pdf
  29677. UnicodeUtilities.pdf
  29678. OqDev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:macos8_and_9:
  29679. token
  29680. tokenizer
  29681. toolbox
  29682. toolbox
  29683. assistant
  29684. toolbox
  29685. assistant
  29686. update
  29687. toolkit
  29688. toolkits
  29689. toolsc
  29690. tpifile
  29691. tracer
  29692. tracker
  29693. traddriverloaderlib
  29694. traffic
  29695. transferprovider
  29696. transitions
  29697. translaterotate
  29698. translation
  29699. translation
  29700. manager
  29701. transport
  29702. transport/ppp
  29703. tubetest
  29704. tune-up
  29705. tuning
  29706. tutorial
  29707. tv-man
  29708. tweencamera
  29709. level
  29710. twocolumn
  29711. twocolumn
  29712. txratio
  29713. txratio
  29714. typeservicesforunico
  29715. ufailure
  29716. un/mount
  29717. universal
  29718. universal
  29719. interfaces
  29720. 3.3.2
  29721. universalhidmodulete
  29722. e    No Changeq
  29723. Dev.CD Nov 00 TC Disk 1
  29724. D!All Packages
  29725. Mac OS SDK Edition
  29726. F    MRJ 2.2.2
  29727. Mac OS Runtime for Java (MRJ) 2.2.2 is an upgrade to MRJ 2.2 that improves memory usage and addresses security issues.
  29728. Notes
  29729.  Microsoft Internet Explorer 5.0
  29730. MRJ 2.2.2 addresses a network security problem which occured when using MSIE 5.0. MRJ 2.2.2 does not address some additional networking problems that users are encountering when using MRJ 2.2 with Microsoft Internet Explorer 5.0. Apple takes these additional problems seriously and is working with Microsoft to address them. 
  29731.  Mac 
  29732. e    No Changeq
  29733. Dev.CD Nov 00 TC Disk 1
  29734. All Packages
  29735. MPWTool 1.0I
  29736. Summary: This is an MPW tool which plays sounds. It is able to select a sound to play at random from the sound resources within itself. This tool can also be used to signal events like "build completed."
  29737. This package is System 7.0 compatible.JVBuildFailed
  29738. BuildProgram
  29739. BuildSucceeded
  29740. MakeFile
  29741. MPWTool
  29742. MPWTool.c
  29743. Read Me
  29744. Read Me.txtK
  29745. Vol XIM
  29746. MPWOHDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:MPWTool:PSDev.CD Nov 00 TC Disk 1
  29747.  - Tool Chest
  29748.  - Development Kits
  29749.  - MPW Related
  29750.  - MPWToolV
  29751. 72035X
  29752. Nov 00^    TC Disk 1
  29753. e    No Change
  29754. Vol XL
  29755. Jul 98N`Macintosh, PowerBook G3 Series, developers, PowerPC, backside, cache, expansion, I/O RAM CardBusOHDev.CD Jul 98 SSW/SDK:What's New:Technical Documentation:DeveloperNotes:PPDev.CD Jul 98 SSW/SDK
  29756.  - What's New
  29757.  - Technical Documentation
  29758.  - DeveloperNotesV
  29759. 70110X
  29760. Jul 98^
  29761. SSW/SDK
  29762. applies.
  29763. New features in MRJ 2.2
  29764. MRJ 2.2 is significantly smaller than MRJ 2.1.4.  Two major changes contribute to this reduction in size.  First, MRJ 2.2 no longer installs the Text Encoding Converter (TEC) and Text Encodings because they are now standard components of all versions of Mac OS supported by MRJ 2.2.   Secondly, we
  29765. ve moved rarely used classes out of MRJ into the MRJ SDK, which contains software primarily of interest to developers.  See Apple
  29766. s MRJ developer pages at http
  29767. ://developer.apple.com/java/ if you need more information about these classes or the MRJ SDK. 
  29768.  Apple Applet Runner
  29769. MRJ 2.2 includes the Apple Applet Runner.  See 
  29770. Using MRJ with Apple Applet Runner
  29771.  below, for more information.  
  29772.  Signed applets
  29773. MRJ 2.2 enhances support for signed applets.  In general, applets are not permitted to access your hard drive, to print, or to connect to sites other than their own.  Java enforces these limitations and others to protect you from code that may
  29774. All Packages
  29775. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  29776. Dev.CD Jan 94
  29777. Dev.CD Oct 93
  29778. Dev.CD Jul 93
  29779. Dev.CD Apr 93PDDev.CD Apr 94
  29780. Dev.CD Jan 94
  29781. Dev.CD Oct 93
  29782. Dev.CD Jul 93
  29783. Dev.CD Apr 9V
  29784. 72733X
  29785. Apr 94
  29786. --set theItem to choose file -- uncomment to test in an AS editor
  29787.     tell application "Finder"
  29788.         open item "Dev.CD Apr 94
  29789. Dev.CD Jan 94
  29790. Dev.CD Oct 93
  29791. Dev.CD Jul 93
  29792. Dev.CD Apr 93"
  29793.         activate
  29794.     end tell
  29795. on error errMsg number errNum
  29796.     --enter statements to perform when no records are found such as...
  29797.     display dialog "Sorry, the item you selected could not be found."
  29798.     return
  29799. end try
  29800. All Packages
  29801. System Enabler 001 (IIvx, IIvi)O7Dev.CD Apr 94
  29802. Dev.CD Jan 94
  29803. Dev.CD Oct 93
  29804. Dev.CD Jul 93P6Dev.CD Apr 94
  29805. Dev.CD Jan 94
  29806. Dev.CD Oct 93
  29807. Dev.CD Jul 9V
  29808. 72734X
  29809. Apr 94
  29810. processed
  29811. produces
  29812. module
  29813. producing
  29814. program
  29815. shows
  29816. capture
  29817. results
  29818. program
  29819. shows
  29820. composit
  29821. presentation
  29822. program
  29823. shows
  29824. construct
  29825. simple
  29826. animation
  29827. program
  29828. shows
  29829. control
  29830. quicktime
  29831. movie
  29832. program
  29833. shows
  29834. create
  29835. program
  29836. shows
  29837. customise
  29838. control
  29839. program
  29840. shows
  29841. define
  29842. mouseresponders
  29843. program
  29844. shows
  29845. display
  29846. quicktime
  29847. movie
  29848. program
  29849. shows
  29850. display
  29851. quicktime
  29852. content
  29853. areas
  29854. aren't
  29855. arithmetic
  29856. around
  29857. All Packages
  29858. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  29859. Dev.CD Jan 94
  29860. Dev.CD Oct 93P(Dev.CD Apr 94
  29861. Dev.CD Jan 94
  29862. Dev.CD Oct 9V
  29863. 72850X
  29864. Apr 94
  29865. ~--set theItem to choose file -- uncomment to test in an AS editor
  29866.     tell application "Finder"
  29867.         open item "Dev.CD Apr 94
  29868. Dev.CD Jan 94
  29869. Dev.CD Oct 93"
  29870.         activate
  29871.     end tell
  29872. on error errMsg number errNum
  29873.     --enter statements to perform when no records are found such as...
  29874.     display dialog "Sorry, the item you selected could not be found."
  29875.     return
  29876. end try
  29877. All Packages
  29878. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  29879. Dev.CD Jan 94
  29880. Dev.CD Oct 93
  29881. Dev.CD Jul 93P6Dev.CD Apr 94
  29882. Dev.CD Jan 94
  29883. Dev.CD Oct 93
  29884. Dev.CD Jul 9V
  29885. 72851X
  29886. Apr 94
  29887. ooney
  29888. loose
  29889. lossiness
  29890. low-disk-space
  29891. low-level
  29892. lower-case
  29893. loyal{
  29894. printcomments
  29895. printdialogmagic
  29896. printdialogmagic
  29897. printdialogmagic
  29898. -iso/ccitt
  29899. rep-mm
  29900. replaceattributes
  29901. replaceattributes
  29902. replacecharset
  29903. replacecharset
  29904. report
  29905. reporting
  29906. request
  29907. requests
  29908. requestvideo
  29909. requestvideo
  29910. requestvideo
  29911. requestvideo
  29912. requiredfindercolors
  29913. requiredfindercolors
  29914. requiredfindercolors
  29915. requiredfindercolors
  29916. requiredfindercolors
  29917. reseditc
  29918. resedit
  29919. 2.1.3
  29920. resedit
  29921. editor
  29922. 1.0b4c
  29923. resedit
  29924. extensions
  29925. resources
  29926. restore
  29927. restore
  29928. retrievepictinfo
  29929. retrievepictinfo
  29930. reuse
  29931. rfc1332
  29932. rfc1332
  29933. rfc1334
  29934. Requires: 
  29935. - Sun Compliant Java Runtime Environment 1.1
  29936. - QuickTime 3 
  29937. - QTJava.zip
  29938. - Windows 95, 98, or NT:
  29939. - JRE/JDK from Sun Microsystems, Inc. recommendedN
  29940. QuickTime, Java, WindowsOXDev.CD Feb 00 TC:What's New?:Development Kits:Cross Platform:QuickTime Java Windows SDK:PcDev.CD Feb 00 TC
  29941.  - What's New?
  29942.  - Development Kits
  29943.  - Cross Platform
  29944.  - QuickTime Java Windows SDKV
  29945. 72464X
  29946. Feb 00^
  29947. --set theItem to choose file -- uncomment to test in an AS editor
  29948.     tell application "Finder"
  29949.         open item "Dev.CD Feb 00 TC:What's New?:Development Kits:Cross Platform:QuickTime Java Windows SDK:"
  29950.         activate
  29951.     end tell
  29952. on error errMsg number errNum
  29953.     --enter statements to perform when no records are found such as...
  29954.     display dialog "Sorry, the item you selected could not be found."
  29955.     return
  29956. end try
  29957. e    No Changef
  29958. QuickTime
  29959. Windowso
  29960. http://developer.apple.com/sdk/q
  29961. Dev.CD Feb 00 TC
  29962. All Packages
  29963. QuickTime TMON User AreaV
  29964. 72465X
  29965. qtshoweffect
  29966. qtsndtween
  29967. qtsndtween
  29968. qtsndtween
  29969. qtsound
  29970. qtsound
  29971. qtsound
  29972. qtsprites
  29973. qtsprites
  29974. qtsprites
  29975. qtsprites
  29976. qtsprites
  29977. qtsprites
  29978. qtsprites
  29979. qtsprites
  29980. qtsprites
  29981. qtsprites
  29982. qtsprites
  29983. qtsprites
  29984. qtstdcompr
  29985. qtstdcompr
  29986. qtstdcompr
  29987. qtstreammsg
  29988. qtstreammsg
  29989. qtstreammsg
  29990. qtstreamsplicer
  29991. qtstreamsplicer
  29992. qtstreamsplicer
  29993. qtstreamsplicer
  29994. qtstreamsplicer
  29995. qtstreamsplicer
  29996. qtstreamsplicer
  29997. qtstreamsplicer
  29998. qtstreamsplicer
  29999. qttext
  30000. qttext
  30001. qttext
  30002. qttext
  30003. qttext
  30004. qtvideo
  30005. qtvideo
  30006. qtvideo
  30007. query
  30008. quick
  30009. quick
  30010. start
  30011. quicksort
  30012. quicksort
  30013. OPDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:QTSimpleApplet:P[Dev.CD Nov 00 TC Disk 2
  30014.  - Sample Code
  30015.  - QuickTime
  30016.  - QuickTime for Java
  30017.  - QTSimpleAppletV
  30018. 72253X
  30019. Nov 00^    TC Disk 2
  30020. --set theItem to choose file -- uncomment to test in an AS editor
  30021.     tell application "Finder"
  30022.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:QTSimpleApplet:"
  30023.         activate
  30024.     end tell
  30025. on error errMsg number errNum
  30026.     --enter statements to perform when no records are found such as...
  30027.     display dialog "Sorry, the item you selected could not be found."
  30028.     return
  30029. end try
  30030. e    No Changef
  30031. QuickTime
  30032. Dev.CD Nov 00 TC Disk 2
  30033. All Packages
  30034. QTSndTween
  30035. 72254X
  30036. 72254X
  30037. Nov 00^    TC Disk 2
  30038. --set theItem to choose file -- uncomment to test in an AS editor
  30039.     tell application "Finder"
  30040.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:QTSndTween:"
  30041.         activate
  30042.     end tell
  30043. on error errMsg number errNum
  30044.     --enter statements to perform when no records are found such as...
  30045.     display dialog "Sorry, the item you selected could not be found."
  30046.     return
  30047. end try
  30048. e    No Changef
  30049. QuickTime
  30050. Sound
  30051. Tweenq
  30052. Dev.CD Nov 00 TC Disk 2
  30053. All Packages
  30054. QTSPacketizerReassembler
  30055. These components packetize or reassemble multimedia data that is streamed over RTP.
  30056. Each project defines four targets:
  30057.         - a Mac OS packetizer component ('thng') file;
  30058.         - a Mac OS reassembler component file;
  30059.         - a Win32 packetizer DLL; and,
  30060.         - a Win32 reassembler DLL.
  30061. J8Building QT Samples
  30062. ComponentVideoRTP
  30063. IMAAudioRTP
  30064. ReadmeV
  30065. 72255X
  30066. 1e    No Change
  30067. browser
  30068. objects
  30069. draft{
  30070. draftbits
  30071. drafting
  30072. drafts
  30073. shell
  30074. simple
  30075. shell
  30076. drag-and-drop
  30077. dragable
  30078. dragged
  30079. dragging
  30080. draghook
  30081. draglib
  30082. draglow
  30083. dragwindow
  30084. dragwindowgrid
  30085. dragwindowgrid
  30086. sample
  30087. showing
  30088. write
  30089. function
  30090. dramatic
  30091. dramatically
  30092. drawback
  30093. drawbacks
  30094. drawcode
  30095. drawing
  30096. rawtextcodec
  30097. drill
  30098. drive
  30099. driveid
  30100. driven
  30101. WebObjectsPerformanceTuning.pdf
  30102. revised
  30103. image
  30104. contains
  30105. golden
  30106. master
  30107. pre-release
  30108. versi
  30109. document
  30110. describes
  30111. waste
  30112. worldscript
  30113. aware
  30114. styled
  30115. document
  30116. lists
  30117. selectors
  30118. known
  30119. creator
  30120. document
  30121. provides
  30122. preliminary
  30123. information
  30124. about
  30125. macintosh
  30126. application
  30127. contains
  30128. examp
  30129. follow
  30130. example
  30131. shows
  30132. single
  30133. frame
  30134. -- uncomment to test in an AS editor
  30135.     tell application "Finder"
  30136.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Dialog popups:"
  30137.         activate
  30138.     end tell
  30139. on error errMsg number errNum
  30140.     --enter statements to perform when no records are found such as...
  30141.     display dialog "Sorry, the item you selected could not be found."
  30142.     return
  30143. end try
  30144. e    No Changef
  30145. popup
  30146. CDEFq
  30147. Dev.CD Nov 00 TC Disk 1
  30148. All Packages
  30149. DialogBits
  30150. 70113X
  30151. e    No ChangefEMPW
  30152. compilers
  30153. assemblers
  30154. linkers
  30155. tools
  30156. debuggers
  30157. performance analysisq
  30158. Dev.CD Nov 00 TC Disk 1
  30159. All Packages
  30160. MPW Script Tips 1.1.1
  30161. )Summary: Tips supplementing the MPW 3.0 documentation for MPW scripting
  30162. Features: The sample scripts are heavily commented so that the concepts on which they are based can be easily transferred to other scripts. Also includes tips documents on putting commands together to write useful scripts.  
  30163. J6Documents
  30164. READMEFIRST!
  30165. Sample Makefiles
  30166. Sample ScriptsK
  30167. Mar 92M
  30168. MPW 3.2 or laterOVDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:MPW Script Tips 1.1.1:PaDev.CD Nov 00 TC Disk 1
  30169.  - Tool Chest
  30170.  - Development Kits
  30171.  - MPW Related
  30172.  - MPW Script Tips 1.1.1V
  30173. 72034X
  30174. Nov 00^    TC Disk 1
  30175. e    No Change
  30176. lication, check out John Wang's My Capture App (develop # 19).
  30177. 70114X
  30178. 1e    No Change
  30179. --set theItem to choose file -- uncomment to test in an AS editor
  30180.     tell application "Finder"
  30181.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW etc.:"
  30182.         activate
  30183.     end tell
  30184. on error errMsg number errNum
  30185.     --enter statements to perform when no records are found such as...
  30186.     display dialog "Sorry, the item you selected could not be found."
  30187.     return
  30188. end try
  30189.  specific application.
  30190. J;DialogBits(PPC)
  30191. DialogBits.c
  30192. DialogBits.mcp
  30193. DialogBits.rsrcN(Dialog Manager, bits, dimming, userItemsOGDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:DialogBits:PODev.CD Nov 00 TC Disk 1
  30194.  - Sample Code
  30195.  - Human Interface Toolbox
  30196.  - DialogBits
  30197. --set theItem to choose file -- uncomment to test in an AS editor
  30198.     tell application "Finder"
  30199.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Bug Reporting:SysConfig DA 1.5b16"
  30200.         activate
  30201.     end tell
  30202. on error errMsg number errNum
  30203.     --enter statements to perform when no records are found such as...
  30204.     display dialog "Sorry, the item you selected could not be found."
  30205.     return
  30206. end try
  30207. cktime
  30208. classes
  30209. someday
  30210. All Packages
  30211. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  30212. Dev.CD Jan 94
  30213. Dev.CD Oct 93
  30214. Dev.CD Jul 93
  30215. Dev.CD Apr 93PDDev.CD Apr 94
  30216. Dev.CD Jan 94
  30217. Dev.CD Oct 93
  30218. Dev.CD Jul 93
  30219. Dev.CD Apr 9V
  30220. 72916X
  30221. Apr 94
  30222. --set theItem to choose file -- uncomment to test in an AS editor
  30223.     tell application "Finder"
  30224.         open item "Dev.CD Apr 94
  30225. Dev.CD Jan 94
  30226. Dev.CD Oct 93
  30227. Dev.CD Jul 93
  30228. Dev.CD Apr 93"
  30229.         activate
  30230.     end tell
  30231. on error errMsg number errNum
  30232.     --enter statements to perform when no records are found such as...
  30233.     display dialog "Sorry, the item you selected could not be found."
  30234.     return
  30235. end try
  30236. All Packages
  30237. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  30238. Dev.CD Jan 94
  30239. Dev.CD Oct 93
  30240. Dev.CD Jul 93
  30241. Dev.CD Apr 93PDDev.CD Apr 94
  30242. Dev.CD Jan 94
  30243. Dev.CD Oct 93
  30244. Dev.CD Jul 93
  30245. Dev.CD Apr 9V
  30246. 72917X
  30247. Apr 94
  30248. high-performance
  30249. high-quality
  30250. highly-successful
  30251. hilite
  30252. hindi
  30253. MultiTasking
  30254. MultiProcessingo0http://developer.apple.com/samplecode/index.htmlq
  30255. Dev.CD Nov 00 TC Disk 2
  30256. All Packages
  30257. MPW etc.
  30258. This disk image contains Golden Master and Pre-release versions of MPW, debuggers for both Power Macintosh and 68K Macintosh, some miscellaneous MPW-related software, and complete documentation.
  30259. MPW is a general-purpose development environment that can be used to create 68K and Power Macintosh applications.  It includes an editor, C/C++ compilers, assemblers, linkers, and dozens of useful tools and utilities.
  30260. MPW etc.img.binK
  30261. Nov 97L
  30262. Aug 00M
  30263. MPW requires a 68K Macintosh with a 68020 or higher microprocessor, or any Power Macintosh. MPW also requires System 7.5 or later.NKMPW, compilers, assemblers, linkers, tools, debuggers, performance analysisO=Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW etc.:PEDev.CD Nov 00 TC Disk 1
  30264.  - Tool Chest
  30265.  - Development Kits
  30266.  - MPW etc.V
  30267. 72033X
  30268. Nov 00^    TC Disk 1
  30269. e    No Change
  30270. application
  30271. test/demo
  30272. mt/mp
  30273. timers
  30274. example
  30275. image
  30276. compression
  30277. codec
  30278. handle
  30279. example
  30280. writing
  30281. codecs
  30282. example
  30283. using
  30284. quicktimes
  30285. firewire
  30286. video
  30287. output
  30288. unctions.h
  30289. M    QuickTimeN'QuickTime, sequence grabber, vdig, testOGDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Capturing:DigitizerShell:PRDev.CD Nov 00 TC Disk 2
  30290.  - Sample Code
  30291.  - QuickTime
  30292.  - Capturing
  30293.  - DigitizerShell
  30294. e    No Changeq
  30295. Dev.CD Nov 00 TC Disk 1
  30296. D!All Packages
  30297. Tool Chest Edition
  30298. MPIntertaskTimeI?This is an application to measure the intertask signaling time.
  30299. Communications Toolbox
  30300. Contributed
  30301. Devices and Hardware
  30302. Files
  30303. Games
  30304. Graphics 2D
  30305. Graphics 3D
  30306. Help Systems
  30307. Human Interface Toolbox
  30308. Interapplication Comm
  30309. Memory
  30310. Networking
  30311. OS Utilities
  30312. Overview
  30313. Platforms and Tools
  30314. Printing
  30315. Processes
  30316. QuickTime
  30317. Runtime Architecture
  30318. Sound
  30319. May 00M
  30320. Mac OS 8.6 or later, MP 2.0N
  30321. MultiTasking, MultiProcessingO
  30322. Dev.CD Nov 99 TC:Sample Code:P
  30323. Dev.CD Nov 99 TC
  30324.  - Sample CodeV
  30325. 72031X
  30326. Nov 99^
  30327. r--set theItem to choose file -- uncomment to test in an AS editor
  30328.     tell application "Finder"
  30329.         open item "Dev.CD Nov 99 TC:Sample Code:"
  30330.         activate
  30331.     end tell
  30332. on error errMsg number errNum
  30333.     --enter statements to perform when no records are found such as...
  30334.     display dialog "Sorry, the item you selected could not be found."
  30335.     return
  30336. end try
  30337. Deletedf
  30338. MultiTasking
  30339. MultiProcessingo0http://developer.apple.com/samplecode/index.htmlq
  30340. Dev.CD Nov 99 TC
  30341. All Packages
  30342. MPPeriodicalTestI5This is an application to test/demo the MT/MP timers.J:MPPeriodicalTest
  30343. MPPeriodicalTest.c
  30344. MPPeriodicalTest.
  30345. Pro2K
  30346. May 00M
  30347. Mac OS 8.6 or later, MP 2.0N
  30348. MultiTasking, MultiProcessingO?Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:MPPeriodicalTest:PGDev.CD Nov 00 TC Disk 2
  30349.  - Sample Code
  30350.  - Processes
  30351.  - MPPeriodicalTestV
  30352. 72032X
  30353. Nov 00^    TC Disk 2
  30354. --set theItem to choose file -- uncomment to test in an AS editor
  30355.     tell application "Finder"
  30356.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:MPPeriodicalTest:"
  30357.         activate
  30358.     end tell
  30359. on error errMsg number errNum
  30360.     --enter statements to perform when no records are found such as...
  30361.     display dialog "Sorry, the item you selected could not be found."
  30362.     return
  30363. end try
  30364. e    No Changeo0http://developer.apple.com/samplecode/index.html
  30365. s program only runs 
  30366. --set theItem to choose file -- uncomment to test in an AS editor
  30367.     tell application "Finder"
  30368.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Networking:MacTCP:MPing 1.1:"
  30369.         activate
  30370.     end tell
  30371. on error errMsg number errNum
  30372.     --enter statements to perform when no records are found such as...
  30373.     display dialog "Sorry, the item you selected could not be found."
  30374.     return
  30375. end try
  30376. FindHammerHead.c
  30377. Interleave.c
  30378. Interleave.h
  30379. TestBanks.cK
  30380. Dec 97N4DIMM, Interleaving, memory, configuration, RAM, DRAMOFDev.CD Nov 00 TC Disk 1:Tool Chest:Memory:DIMM Config&Interleave v1.1:PNDev.CD Nov 00 TC Disk 1
  30381.  - Tool Chest
  30382.  - Memory
  30383.  - DIMM Config&Interleave v1.1
  30384. system
  30385. samples
  30386. system
  30387. tune-up
  30388. system
  30389. system
  30390. system
  30391. update
  30392. system
  30393. update
  30394. system
  30395. 7.5.5
  30396. update
  30397. system
  30398. enabler
  30399. system
  30400. enabler
  30401. system
  30402. enabler
  30403. centris/quadra
  30404. system
  30405. enabler
  30406. n a dialog. It's easy, just create the list right after you create the dialog, then call LUpdate and LClick in a dialog filter to respond to user events.
  30407. MDEF.Sample:  An MDEF written in Pascal that supports rez MENU templates and allows you to request the use of the Shift-Command symbol (made famous by our friends to the North).
  30408. Menu 'cicn' Fun:  This snippet demonstrates 'cicn's in menu items.  It's an unfortunately little-known fact that 'cicn's can be many sizes, and not only that, b
  30409. ut that any size 'cicn' can be put into a menu item. It's probably not good HI to put in 'cicn's of sizes other than 32x32 or 16x16; happily, this covers the sizes developers want most.
  30410. MenuHook/MBarHook exposed:  Installs routines called when a menu is pulled down and when the mouse is down in the menu bar.  Inverts the region underneath the menu so you can graphically see the results, as well as flashes status indicators.  Can mess up your desktop (but only visually).
  30411. Modal TextEdit:  
  30412. e    No Changeq
  30413. Dev.CD Nov 00 TC Disk 1
  30414. All Packages
  30415. Snapshot
  30416. ]This program demonstrates how to easily capture the main screen's desktop image into your own window.  It simply uses a custom offscreen pixmap with an identical copy of the main device's colortable to store the image.  Updated to work with modern (1999) Mac OS.  Fixed a PixMap disposing bug.  Updated casts and headers. Updated for the Carbon API.
  30417. JXCarbonPrefix.h
  30418. CarbonRes.rsrc
  30419. ReadMe
  30420. SnapShot(PPC)
  30421. Snapshot.c
  30422. SnapShot.mcp
  30423. Snapshot.rsrcM
  30424. QuickDraw, CarbonLibN
  30425. CopyBits, Screen Copy, CarbonO9Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Snapshot:PADev.CD Nov 00 TC Disk 1
  30426.  - Sample Code
  30427.  - Graphics 2D
  30428.  - SnapshotV
  30429. 72570X
  30430. Nov 00^    TC Disk 1
  30431. e    No Change
  30432. yvideo
  30433. dispnamereg
  30434. distribution
  30435. distributors/localiz
  30436. dk-danish
  30437. raggingsprites
  30438. draggingsprites
  30439. draggingspritesapple
  30440. draggingspritesapple
  30441. dragwindowgrid
  30442. - Common
  30443.     - Sun Compliant Java Runtime Environment 1.1
  30444.     - QuickTime 3 
  30445.     - QTJava.zip
  30446.     - QTJava media samples
  30447. - Mac OS:
  30448.     - System 8 or later
  30449.     - Macintosh Runtime for Java (MRJ) 2.1
  30450. - Windows 95, 98, or NT::
  30451.     - JRE/JDK from Sun Microsystems, Inc. recommended
  30452. QuickTime, Java, MRJpkitbook
  30453. introappkitbook
  30454. introduction
  30455. introduction
  30456. component
  30457. introfoundationbook
  30458. introfoundationbook
  30459. iotracer
  30460. iotracer
  30461. iotracer
  30462. analyzer
  30463. gatewayT
  30464. ipclistcode
  30465. ipclistcode
  30466. ipclistcode
  30467. ipclister
  30468. ipclister
  30469. ipclister
  30470. ipclister
  30471. ipclister
  30472. ptest
  30473. isppptesttools
  30474. isppptesttools
  30475. isppptesttools
  30476. isptest
  30477. isptest
  30478. powerplant
  30479. isptest
  30480. powerplant
  30481. isptest
  30482. isptestglobals
  30483. isptestglobals
  30484. isptestglobals
  30485. isptestmain
  30486. isptestmain
  30487. b--set theItem to choose file -- uncomment to test in an AS editor
  30488.     tell application "Finder"
  30489.         open item "Dev.CD Apr 95"
  30490.         activate
  30491.     end tell
  30492. on error errMsg number errNum
  30493.     --enter statements to perform when no records are found such as...
  30494.     display dialog "Sorry, the item you selected could not be found."
  30495.     return
  30496. end try
  30497. Deletedf
  30498. Multi-processing
  30499.  MP Pascalq
  30500. Dev.CD Aug 00 TC Disk 2
  30501. All Packages
  30502. F    MPing 1.1
  30503. Summary: MPing is a network testing tool.  It uses ICMP protocol's ECHO_REQUEST datagram to elicit an ICMP ECHO_RESPONSE from a host or gateway.  This program is intended for use in network testing, measurement and management.  It should be used primarily for manual fault isolation.
  30504. J&***** Readme first *****
  30505. MPing
  30506. SourcesK
  30507. Vol XO?Dev.CD Nov 00 TC Disk 1:Tool Chest:Networking:MacTCP:MPing 1.1:PJDev.CD Nov 00 TC Disk 1
  30508.  - Tool Chest
  30509.  - Networking
  30510.  - MacTCP
  30511.  - MPing 1.1V
  30512. 72030X
  30513. Nov 00^    TC Disk 1
  30514. e    No Change
  30515. ows one example of how to directly change the pixel values stored in a pixel image. The original pixel image is obtained from a 'icl8' resource.  Only the first 20 columns of the first 20 rows of the 'icl8' image is used.
  30516. Nov 00V
  30517. 70117X
  30518. 1e    No Change
  30519. y--set theItem to choose file -- uncomment to test in an AS editor
  30520.     tell application "Finder"
  30521.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  30522.         activate
  30523.     end tell
  30524. on error errMsg number errNum
  30525.     --enter statements to perform when no records are found such as...
  30526.     display dialog "Sorry, the item you selected could not be found."
  30527.     return
  30528. end try
  30529. m or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  30530. BltMacros.h
  30531. Building QT Samples
  30532. Dimmer2Effect.mcp
  30533. Dimmer2Effect68K
  30534. Dimmer2EffectPPC
  30535. Effect.c
  30536. Effect.mak
  30537. Effect.r
  30538. EffectDefinitions.h
  30539. EffectDispatch.h
  30540. EffectFilter16.c
  30541. EffectFilter32.c
  30542. EffectUtilities.c
  30543. EffectUtilities.h
  30544. MWPrefix68K.h
  30545. MWPrefixRez68K.h
  30546. MWPrefixRezPPC.h
  30547. README
  30548. QuickTime, Effect, CustomODDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Effects:Dimmer2Effect:PODev.CD Nov 00 TC Disk 2
  30549.  - Sample Code
  30550.  - QuickTime
  30551.  - Effects
  30552.  - Dimmer2Effect
  30553. moviefile
  30554. moviegworlds
  30555. registration
  30556. request
  30557. readN
  30558. nocopyreceives
  30559. --set theItem to choose file -- uncomment to test in an AS editor
  30560.     tell application "Finder"
  30561.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:SimplePlayerSDI.win:"
  30562.         activate
  30563.     end tell
  30564. on error errMsg number errNum
  30565.     --enter statements to perform when no records are found such as...
  30566.     display dialog "Sorry, the item you selected could not be found."
  30567.     return
  30568. end try
  30569. gedecompressor
  30570. imagedecompressor68k
  30571. imagedecompressorppc
  30572. makeimagedescription
  30573. import
  30574. movieimport68k
  30575. electric
  30576. electric
  30577. images
  30578. embedding
  30579. embedding
  30580. profile
  30581. embedding
  30582. profile
  30583. gif89a
  30584. embedding
  30585. profile
  30586. embedding
  30587. profiles
  30588. embedding
  30589. profiles
  30590. embedding
  30591. profiles
  30592. embedding
  30593. profiles
  30594. empty
  30595. empty
  30596. engine
  30597. empty
  30598. engine
  30599. emptyengine
  30600. emptyengine
  30601. signs
  30602. silence
  30603. silently
  30604. silevelmeteronoff
  30605. silly
  30606. simenel
  30607. similar
  30608. similarities
  30609. similarly
  30610. simone
  30611. simpleb
  30612. myenetdriver
  30613. myhelpmenu
  30614. myhelpmenu
  30615. myhelpmenu
  30616. myhelpmenu
  30617. myhelpmenu
  30618. myhelpmenu
  30619. mylistdef
  30620. mylistdef
  30621. myportcalls
  30622. myportcalls
  30623. myportcalls
  30624. myportmodule
  30625. myportmodule
  30626. myquicktakeapp
  30627. myquicktakeapp
  30628. 1.0.1tc7
  30629. myquicktakeapp
  30630. 1.0.2
  30631. myregistercomponent
  30632. myregistercomponent
  30633. Dev.CD Jan 94P
  30634. Dev.CD Jan 9V
  30635. 72411X
  30636. Jan 94
  30637. b--set theItem to choose file -- uncomment to test in an AS editor
  30638.     tell application "Finder"
  30639.         open item "Dev.CD Jan 94"
  30640.         activate
  30641.     end tell
  30642. on error errMsg number errNum
  30643.     --enter statements to perform when no records are found such as...
  30644.     display dialog "Sorry, the item you selected could not be found."
  30645.     return
  30646. end try
  30647. All Packages
  30648. F    QuickTimeOsDev.CD Jan 94
  30649. Dev.CD Oct 93
  30650. Dev.CD Jul 93
  30651. Dev.CD Apr 93
  30652. Dev.CD Mar 93
  30653. Dev.CD Feb 93
  30654. Dev.CD Jan 93
  30655. Dev.CD Nov/Dec 92PrDev.CD Jan 94
  30656. Dev.CD Oct 93
  30657. Dev.CD Jul 93
  30658. Dev.CD Apr 93
  30659. Dev.CD Mar 93
  30660. Dev.CD Feb 93
  30661. Dev.CD Jan 93
  30662. Dev.CD Nov/Dec 9V
  30663. 72412X
  30664. Jan 94
  30665. tomgetfilepreviews
  30666. quicktime
  30667. sequence
  30668. grabber
  30669. quicktime
  30670. sprite
  30671. toolbox
  30672. quicktime
  30673. track
  30674. actionsZ
  30675. quicktime
  30676. video
  30677. digitizing
  30678. quicktime
  30679. wired
  30680. hotspot
  30681. actions\
  30682. rapid
  30683. raster
  30684. --set theItem to choose file -- uncomment to test in an AS editor
  30685.     tell application "Finder"
  30686.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Files:MPFileCopy:"
  30687.         activate
  30688.     end tell
  30689. on error errMsg number errNum
  30690.     --enter statements to perform when no records are found such as...
  30691.     display dialog "Sorry, the item you selected could not be found."
  30692.     return
  30693. end try
  30694. ^    TC Disk 1
  30695. --set theItem to choose file -- uncomment to test in an AS editor
  30696.     tell application "Finder"
  30697.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Direct Pixel Access:"
  30698.         activate
  30699.     end tell
  30700. on error errMsg number errNum
  30701.     --enter statements to perform when no records are found such as...
  30702.     display dialog "Sorry, the item you selected could not be found."
  30703.     return
  30704. end try
  30705. e    No ChangefDPixMap
  30706. Direct Pixel Access
  30707. GetCPixel
  30708. GetPixBaseAddr
  30709. CopyBits
  30710. Carbon
  30711. o&http://developer.apple.com/samplecode/q
  30712. Dev.CD Nov 00 TC Disk 1
  30713. MultiTasking
  30714. MultiProcessingo0http://developer.apple.com/samplecode/index.htmlq
  30715. Dev.CD Nov 00 TC Disk 2
  30716. All Packages
  30717. MPFileCopy
  30718. &This sample demonstrates a) how to copy a folder and its contents using the HFS Plus APIs, and b) how to call the File Manager from MP tasks on Mac OS 9.0 and above. The copy engine preserves long Unicode names, larger than 2 GB forks, and forks beyond the resource and data forks (if present).
  30719. JHMoreIsBetterParts
  30720. MPFileCopy-PPC
  30721. MPFileCopy.c
  30722. MPFileCopy.mcp
  30723. ReadMe.htmlM
  30724. Mac OS 9.0NMfile copy, folder copy, HFS Plus APIs, MP, multiprocessor File Manager accessO5Dev.CD Nov 00 TC Disk 1:Sample Code:Files:MPFileCopy:P=Dev.CD Nov 00 TC Disk 1
  30725.  - Sample Code
  30726.  - Files
  30727.  - MPFileCopyV
  30728. 72028X
  30729. Nov 00^    TC Disk 1
  30730. e    No Change
  30731. All Packages
  30732. F    Disk Copy
  30733. 70119X
  30734. e    No ChangefIfile copy
  30735. folder copy
  30736. HFS Plus APIs
  30737. multiprocessor File Manager accessq
  30738. Dev.CD Nov 00 TC Disk 1
  30739. All Packages
  30740. MPHelloWorld (Pascal)
  30741. ;Summary: DayStar Digital and Apple Computer, Inc. have designed a multiprocessing, multitasking, applications programming interface, the Multiprocessing API (MP API), for use in a new generation for PowerPC-based Mac OS multiprocessing systems. This is a Pascal version of the MP Sample code included with this SDK.
  30742. JFhelloWorld.rsrc
  30743. MPHelloWorld (Pascal)
  30744. MPHelloWorld (Pascal).
  30745. sources:K
  30746. Feb 97M2the MP library, but does not require a MP machine.N
  30747. Multi-processing,  MP PascalO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  30748.  - Sample CodeV
  30749. 72029X
  30750. Aug 00^    TC Disk 2
  30751. Deleted
  30752. Mar 99L
  30753. Sep 99M
  30754. web browserN$Inside Mac, Inside Macintosh, Mac OSO3Dev.CD Jun 00 RL Disk 2:Technical Publications:mac:P8Dev.CD Jun 00 RL Disk 2
  30755.  - Technical Publications
  30756.  - macV
  30757. 72966X
  30758. Jun 00^    RL Disk 2
  30759. --set theItem to choose file -- uncomment to test in an AS editor
  30760.     tell application "Finder"
  30761.         open item "Dev.CD Jun 00 RL Disk 2:Technical Publications:mac:"
  30762.         activate
  30763.     end tell
  30764. on error errMsg number errNum
  30765.     --enter statements to perform when no records are found such as...
  30766.     display dialog "Sorry, the item you selected could not be found."
  30767.     return
  30768. end try
  30769. Deletedf"Inside Mac
  30770. Inside Macintosh
  30771. Mac OSq
  30772. Dev.CD Jun 00 RL Disk 2
  30773. All Packages
  30774. New & RevisedF Technical Publications: Mac OS 8
  30775. disposesystemgammas
  30776. distances
  30777. distaste
  30778. distinguished
  30779. distinguishes
  30780. distinguishing
  30781. --set theItem to choose file -- uncomment to test in an AS editor
  30782.     tell application "Finder"
  30783.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:MP3Player:"
  30784.         activate
  30785.     end tell
  30786. on error errMsg number errNum
  30787.     --enter statements to perform when no records are found such as...
  30788.     display dialog "Sorry, the item you selected could not be found."
  30789.     return
  30790. end try
  30791. end try
  30792. e    No Changef
  30793. utilityq
  30794. Dev.CD Dec 00 RL Disk 1
  30795. All Packages
  30796. Disk I/O Performance Tools
  30797. 70120X
  30798. macintosh
  30799. powerbook
  30800. qualified
  30801. socket
  30802. compilers
  30803. assemblers
  30804. linkers
  30805. tools
  30806. debuggers
  30807. performance
  30808. version
  30809. numbers
  30810. remove
  30811. version
  30812. numbers
  30813. applescript
  30814. toolkit
  30815. jdirect
  30816. appleevent
  30817. receive
  30818. redistribution
  30819. debug
  30820. debug
  30821. msdos
  30822. multi-player
  30823. multi-processing
  30824. multi-processing
  30825. pascal
  30826. multicast
  30827. multifinder
  30828. multihoming
  30829. multilingual
  30830. multimedia
  30831. multiplay
  30832. multiple
  30833. multiprocessing
  30834. apocrypha
  30835. apoplexy
  30836.  at the end of the volume has been corrected.
  30837. Changes from Disk Copy 6.2
  30838.  Added Navigation Services support.
  30839.  Added ability to duplicate a floppy.
  30840.  Added support for creating self-mounting images.
  30841.  Various improvements to AppleScript support.
  30842.  Fixed possible data loss issue when imaging a folder from an HFS+ volume.
  30843.  Imaging a foDzlder with less than 32MB of data from an HFS+ volume results in an HFS formatted volume.
  30844.  Various interface improvements.
  30845. J)Disk Copy
  30846. Disk Copy 6.3.3 Quick ReferenceK
  30847. Jan 97L
  30848. May 99N
  30849. Disk, Copy, utilityO,Dev.CD Dec 00 RL Disk 1:Utilities:Disk Copy:P1Dev.CD Dec 00 RL Disk 1
  30850.  - Utilities
  30851.  - Disk Copy
  30852. --set theItem to choose file -- uncomment to test in an AS editor
  30853.     tell application "Finder"
  30854.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:Text Dump:"
  30855.         activate
  30856.     end tell
  30857. on error errMsg number errNum
  30858.     --enter statements to perform when no records are found such as...
  30859.     display dialog "Sorry, the item you selected could not be found."
  30860.     return
  30861. end try
  30862. compiler-constructio
  30863. compilers
  30864. compiles
  30865. complaining
  30866. Nov 94L
  30867. Nov 96O
  30868. Dev.CD Nov 99 TC:Sample Code:P
  30869. Dev.CD Nov 99 TC
  30870.  - Sample Code
  30871. static
  30872. libraries
  30873. 68ksimpletext
  30874. 68ksimpletext
  30875. anniversary
  30876. 7.0fo
  30877. 7.0fo
  30878. makeN
  30879. 7.0fo
  30880. 7.0fo
  30881. rsrcN
  30882. 7.0fo
  30883. 7.1.3
  30884. 7.5.5
  30885. apple
  30886. grayscale
  30887. appearance
  30888. 7editO
  30889. 7edit
  30890. 7edit
  30891. 7edit
  30892. 7edit
  30893. 7edit
  30894. readmeP
  30895. 8.5.1
  30896. 8/31/93
  30897. 9/1/93
  30898. 95/02
  30899. a-lawm
  30900. a-law
  30901. compressor
  30902. a-law
  30903. decompressor
  30904. a-law
  30905. a-law
  30906. a-law
  30907. rsrcm
  30908. privateconditionals
  30909. privateconditionals
  30910. privileges
  30911. privileges
  30912. procdoggie
  30913. procdoggie
  30914. procdoggie
  30915. procdoggie
  30916. procdoggie
  30917. process
  30918. process
  30919. process
  30920. processes
  30921. processhelpers
  30922. processhelpers
  30923. processhelpers
  30924. processor
  30925. product
  30926. productinfo
  30927. productsS
  30928. profile
  30929. profiler
  30930. profiles
  30931. prog's
  30932. progguidex
  30933. progguide
  30934. apple
  30935. scannersx
  30936. program
  30937. programmatich
  30938. programmatic
  30939. interface
  30940. programmer's
  30941. programming
  30942. programming
  30943. information
  30944. e    No Changef"MP3
  30945. QuickTime Audio
  30946. SoundConvertero&http://developer.apple.com/samplecode/q
  30947. Dev.CD Nov 00 TC Disk 2
  30948. All Packages
  30949. MPDelayUntilTestI?This is an application to test/demo the MT/MP MPDelayUntil API.J:MPDelayUntilTest
  30950. MPDelayUntilTest.c
  30951. MPDelayUntilTest.
  30952. Pro2K
  30953. May 00M
  30954. Mac OS 8.6+, MP 2.0N
  30955. MultiTasking, MultiProcessingO?Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:MPDelayUntilTest:PGDev.CD Nov 00 TC Disk 2
  30956.  - Sample Code
  30957.  - Processes
  30958.  - MPDelayUntilTestV
  30959. 72027X
  30960. Nov 00^    TC Disk 2
  30961. --set theItem to choose file -- uncomment to test in an AS editor
  30962.     tell application "Finder"
  30963.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:MPDelayUntilTest:"
  30964.         activate
  30965.     end tell
  30966. on error errMsg number errNum
  30967.     --enter statements to perform when no records are found such as...
  30968.     display dialog "Sorry, the item you selected could not be found."
  30969.     return
  30970. end try
  30971. e    No Changeo0http://developer.apple.com/samplecode/index.html
  30972. . It is also 
  30973. sound
  30974. sound
  30975. sound
  30976. sound
  30977. files
  30978. sound
  30979. premixer
  30980. soundapp
  30981. soundapp
  30982. soundapp
  30983. soundapp
  30984. soundapp
  30985. soundapp
  30986. soundapp
  30987. soundapp
  30988. soundapp
  30989. soundappsnds
  30990. soundappsnds
  30991. soundboard
  30992. soundboard
  30993. debug
  30994. prefix
  30995. soundboard
  30996. soundboard
  30997. prefix
  30998. soundboard
  30999. soundconvert
  31000. soundconvert
  31001. soundconvert
  31002. soundconvert
  31003. readme
  31004. putdispatchl
  31005. soundoutputdispatch
  31006. soundrecord
  31007. soundrecord
  31008. sounds
  31009. sounds
  31010. soundsprocket
  31011. soundsprocket
  31012. soundunit
  31013. soundunit
  31014. soundunit
  31015. source
  31016. source
  31017. clippings
  31018. System requirements are as follows:
  31019. Mexican Spanish TTS:
  31020.     System 7.0 or later
  31021.     68020 or better, including PowerPC
  31022.     1.3 MB RAM
  31023. MacinTalk 2:
  31024.     System 6.0.7 or later
  31025.     Any Mac CPU
  31026.     150K RAM
  31027. MacinTalk 3:
  31028.     System 7.0 or later
  31029.     33MHz 68030 or faster, 68040, or PowerPC
  31030.     300K RAM
  31031. MacinTalk Pro:
  31032.     System 7.0 or later
  31033.     68040 or PowerPC
  31034.     1.5 MB RAM
  31035. For English TTS, you can look at it the other way around:
  31036. With System 6.0.7, 6.0.8 use MacinTalk 2.
  31037. With System 7 aB
  31038. nd 68040 or PowerPC use MacinTalk 3 and MacinTalk Pro.
  31039. With System 7 and 68030 of 33MHz or faster use MacinTalk 3.
  31040. With System 7 and a slower processor use MacinTalk 2.
  31041. N7Speech, Synthesis, Text-to-Speech, MacinTalk, PlainTalk
  31042. All Packages
  31043. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  31044. Dev.CD Jan 94
  31045. Dev.CD Oct 93
  31046. Dev.CD Jul 93
  31047. Dev.CD Apr 93PDDev.CD Apr 94
  31048. Dev.CD Jan 94
  31049. Dev.CD Oct 93
  31050. Dev.CD Jul 93
  31051. Dev.CD Apr 9V
  31052. 72725X
  31053. Apr 94
  31054. --set theItem to choose file -- uncomment to test in an AS editor
  31055.     tell application "Finder"
  31056.         open item "Dev.CD Apr 94
  31057. Dev.CD Jan 94
  31058. Dev.CD Oct 93
  31059. Dev.CD Jul 93
  31060. Dev.CD Apr 93"
  31061.         activate
  31062.     end tell
  31063. on error errMsg number errNum
  31064.     --enter statements to perform when no records are found such as...
  31065.     display dialog "Sorry, the item you selected could not be found."
  31066.     return
  31067. end try
  31068. All Packages
  31069. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  31070. Dev.CD Jan 94
  31071. Dev.CD Oct 93
  31072. Dev.CD Jul 93
  31073. Dev.CD Apr 93PDDev.CD Apr 94
  31074. Dev.CD Jan 94
  31075. Dev.CD Oct 93
  31076. Dev.CD Jul 93
  31077. Dev.CD Apr 9V
  31078. 72726X
  31079. Apr 94
  31080. purposeful
  31081. purposes
  31082. full-features
  31083. full-text
  31084. fullscreen
  31085. fullscreen
  31086. sample
  31087. demonstrate
  31088. fully
  31089. function[
  31090. function/method
  31091. functionsB
  31092. functions/methods
  31093. fundamental
  31094. fundamentally
  31095. further
  31096. future{
  31097. futures
  31098. emulator
  31099. --set theItem to choose file -- uncomment to test in an AS editor
  31100.     tell application "Finder"
  31101.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:MP Threaded Sort:"
  31102.         activate
  31103.     end tell
  31104. on error errMsg number errNum
  31105.     --enter statements to perform when no records are found such as...
  31106.     display dialog "Sorry, the item you selected could not be found."
  31107.     return
  31108. end try
  31109. not be found."
  31110.     return
  31111. end try
  31112. e    No Changef
  31113. Utility
  31114. Low Disk Spaceq
  31115. Dev.CD Nov 00 TC Disk 1
  31116. D!All Packages
  31117. Tool Chest Edition
  31118. Display Card 4
  31119. Summary: This training stack gives a general overview of the technology and features of the 4/8 bit video card and the 8/24 bit video card. J
  31120. Display Card 4
  31121. Vol IIIONDev.CD Nov 99 TC:Tool Chest:Hardware:Display & Video Hardware:Display Card 4
  31122. 8PYDev.CD Nov 99 TC
  31123.  - Tool Chest
  31124.  - Hardware
  31125.  - Display & Video Hardware
  31126.  - Display Card 4
  31127. 70122X
  31128. Nov 99^
  31129. sample
  31130. illustrating
  31131. scrolling
  31132. controls
  31133. sample
  31134. showing
  31135. asynchronously
  31136. record
  31137. sound
  31138. sample
  31139. accompany
  31140. chapter
  31141. introduction
  31142. sample
  31143. demonstrate
  31144. append
  31145. items
  31146. sample
  31147. illustrating
  31148. techniques
  31149. sample
  31150. example
  31151. application
  31152. demonstrates
  31153. sample
  31154. program
  31155. demonstrating
  31156. write
  31157. sample
  31158. program
  31159. demonstrate
  31160. direct
  31161. access
  31162. ether
  31163. sample
  31164. showing
  31165. quicktime
  31166. gworlds
  31167. together
  31168. sample
  31169. demonstrate
  31170. setting
  31171. action
  31172. samplefilter
  31173. samplerateavail
  31174. gging:Stress testing tools:PTDev.CD Nov 00 TC Disk 1
  31175.  - Tool Chest
  31176.  - Testing & Debugging
  31177.  - Stress testing tools
  31178. Mask can used to fade a screen to a  lighter color.
  31179. Custom PicComments/Bottlenecks:  This sample groups a bunch of pictures together and takes them apart using PicComments and a QuickDraw bottleneck procedure.  It's an example of how to store and retrieve custom PicComments, among other things.
  31180.  Example of custom PicComment usage with unique identifiers. {-> CustomPicProc, CompositePictures <-}
  31181.  Example of a custom QuickDraw bottleneck procedure which works in both GrafPorts and CGraf
  31182. Ports. {-> DisassemblePictures <-}
  31183.  Example of finding the deepest device and placing  a window on it.
  31184. DeepScreen Picker:  This sample shows how to slam and center the Color Picker dialog onto the deepest device when 32 Bit QuickDraw is not available.
  31185. Direct Pixel Access:  This snippet shows one example of how to directly change the pixel values stored in a pixel image.
  31186. DirectSetEntries:  This sample demonstrates the use of DirectSetEntries to remap colors on a direct device.
  31187. DrawLin
  31188. app's
  31189. CD Nov 99 TC
  31190. D!All Packages
  31191. Mac OS SDK Edition
  31192. Display Manager SDKI
  31193. This development kit has the information you will need to begin taking advantage of the Display Manger API.  Software licensing information for the Display Manager extension can be found at <http://developer.apple.com/mkt/swl/>.J&DisplayManager.pdf
  31194. Read Me
  31195. Sample CodeK
  31196. Sep 95L
  31197. Jan 00M
  31198. Mac OS 7.1 or laterN9Display Manager, Resolution, Screen, Monitor, Pixel DepthO?Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Display Manager SDK:PGDev.CD Oct 00 SDK1
  31199.  - Development Kits
  31200.  - Mac OS
  31201.  - Display Manager SDKV
  31202. 70123X
  31203. Oct 00^
  31204. #//ftp.apple.com/developer/Development_Kits/Display_Manager_SDK.sit.hqx
  31205. e    No Changef
  31206. multiprocessing
  31207. thread
  31208. Dev.CD Nov 00 TC Disk 2
  31209. All Packages
  31210. F    MP3Player
  31211. This example shows how to play an non VBR MP3 encoded sound files using the SoundConverter APIs and QuickTime. In particular it demonstrates the use of the GetSoundDescriptionExtension, and SoundConverterSetInfo APIs to retrieve and use the siDecompressorSettings atom.
  31212. JeAtomInfo.h
  31213. Main.c
  31214. MP3 Player
  31215. MP3 Player.prj
  31216. MP3Player.h
  31217. PlaySound.c
  31218. Read Me
  31219. Resources.rsrc
  31220. Sample.mp3K
  31221. Nov 00MoCodeWarrior Pro 5 (IDE 4.0.4), Carbon 1.0.4, QuickTime 4.x+, Universal Interfaces 3.3.2+ or QuickTime 4.1+ SDK.N$MP3, QuickTime Audio, SoundConverterO4Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:MP3Player:P<Dev.CD Nov 00 TC Disk 2
  31222.  - Sample Code
  31223.  - Sound
  31224.  - MP3PlayerV
  31225. 72026X
  31226. Nov 00^    TC Disk 2
  31227. e    No Changeo&http://developer.apple.com/samplecode/
  31228. accessorj
  31229. accessoriese
  31230. acclaimed
  31231. accommodates
  31232. accompanied
  31233. accompanies
  31234. accompany
  31235. accompanying
  31236. accomplish
  31237. accomplished
  31238. accomplishing
  31239. according
  31240. according
  31241. inside
  31242. macintosh
  31243. macin
  31244. Dev.CD Apr 95
  31245. Dev.CD Jan 95P
  31246. Dev.CD Apr 95
  31247. Dev.CD Jan 9V
  31248. 72329X
  31249. Apr 95
  31250. p--set theItem to choose file -- uncomment to test in an AS editor
  31251.     tell application "Finder"
  31252.         open item "Dev.CD Apr 95
  31253. Dev.CD Jan 95"
  31254.         activate
  31255.     end tell
  31256. on error errMsg number errNum
  31257.     --enter statements to perform when no records are found such as...
  31258.     display dialog "Sorry, the item you selected could not be found."
  31259.     return
  31260. end try
  31261. All Packages
  31262. QuickDraw GXO
  31263. Dev.CD Apr 95
  31264. Dev.CD Jan 95P
  31265. Dev.CD Apr 95
  31266. Dev.CD Jan 9V
  31267. 72330X
  31268. Apr 95
  31269. p--set theItem to choose file -- uncomment to test in an AS editor
  31270.     tell application "Finder"
  31271.         open item "Dev.CD Apr 95
  31272. Dev.CD Jan 95"
  31273.         activate
  31274.     end tell
  31275. on error errMsg number errNum
  31276.     --enter statements to perform when no records are found such as...
  31277.     display dialog "Sorry, the item you selected could not be found."
  31278.     return
  31279. end try
  31280. All Packages
  31281. QuickDraw GXV
  31282. 72331X
  31283. QuickTime
  31284. movie
  31285. exportq
  31286. Dev.CD Nov 00 TC Disk 2
  31287. All Packages
  31288. MP Threaded SortIcThis sample shows how to thread your application to take advantage of the Multiprocessing (MP) API.
  31289. AppleEventHandling.cp
  31290. AppleEventHandling.h
  31291. BuildConditionals.h
  31292. CreditsBox.rsrc
  31293. DialogUtils.cp
  31294. DialogWindow.cp
  31295. DialogWindow.h
  31296. DragUtils.cp
  31297. HeapSort.cp
  31298. MP Threaded Sort(PPC)
  31299. MP Threaded Sort.mcp
  31300. MPBlitter.c
  31301. MPBlitter.h
  31302. Multiprocessing API Library
  31303. Preferences.cp
  31304. Preferences.h
  31305. PrintingUtils.cp
  31306. QuickSort.cp
  31307. README
  31308. ShellSort.cp
  31309. SortPicts.cp
  31310. SortPicts.h
  31311. SortPicts.rsrc
  31312. SortPictsApp.cp
  31313. SortPictsThreads.cp
  31314. SplashWindow.cp
  31315. SplashWindow.h
  31316. Sprocket.h
  31317. Sprocket.rsrc
  31318. SprocketMain.cp
  31319. StandardMenus.h
  31320. WindowB
  31321. Window.h
  31322. MP, multiprocessing, thread
  31323. O?Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:MP Threaded Sort:PGDev.CD Nov 00 TC Disk 2
  31324.  - Sample Code
  31325.  - Processes
  31326.  - MP Threaded SortV
  31327. 72025X
  31328. Nov 00^    TC Disk 2
  31329. e    No Change
  31330. e    No Changef
  31331. QuickTime
  31332. Effects
  31333. o&http://developer.apple.com/samplecode/q
  31334. Dev.CD Nov 00 TC Disk 2
  31335. All Packages
  31336. MovieToAIFFIqThis app demonstrates various ways to use Movie Export Component to export QuickTime movie files into AIFF files.JXMovieToAIFF(PPC)
  31337. MovieToAIFF.c
  31338. MovieToAIFF.mcp
  31339. MovieToAIFF.rsrc
  31340. Sample Movie
  31341. sample.aiffM    QuickTimeN
  31342. QuickTime, movie, exportOBDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:MovieToAIFF:PMDev.CD Nov 00 TC Disk 2
  31343.  - Sample Code
  31344.  - QuickTime
  31345.  - Goodies
  31346.  - MovieToAIFFV
  31347. 72024X
  31348. Nov 00^    TC Disk 2
  31349. --set theItem to choose file -- uncomment to test in an AS editor
  31350.     tell application "Finder"
  31351.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:MovieToAIFF:"
  31352.         activate
  31353.     end tell
  31354. on error errMsg number errNum
  31355.     --enter statements to perform when no records are found such as...
  31356.     display dialog "Sorry, the item you selected could not be found."
  31357.     return
  31358. end try
  31359. e    No Change
  31360. --set theItem to choose file -- uncomment to test in an AS editor
  31361.     tell application "Finder"
  31362.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTimeIntro:MovieSprites:"
  31363.         activate
  31364.     end tell
  31365. on error errMsg number errNum
  31366.     --enter statements to perform when no records are found such as...
  31367.     display dialog "Sorry, the item you selected could not be found."
  31368.     return
  31369. end try
  31370. Summary: This installer will install files needed by WorldScript
  31371.  technology for users running Mac
  31372.  OS 7.5 and above.  Users of the Japanese and Chinese Language Kits or applications which depend on WorldScript technology should install these pieces as they improve the stability and performance of your system.  QuickDraw
  31373.  GX and Power Macintosh users should upgrade to these pieces as they provide important improvements over previous versions.  The files in this WorldScript updater are take
  31374. n from the Arabic Language Kit 1.0.1, Hebrew Language Kit 1.0.1 and the Cyrillic Language Kit 1.0.  You do not need this if you are running one of these kits and do not simultaneously have Japanese or Chinese installed.
  31375. See the document "WorldScript
  31376.  Updater Read Me" for details.
  31377. JT009-4303 (WS
  31378.  Updater)
  31379. WorldScript Updater 1.1 Install:
  31380. WorldScript
  31381.  Updater Read MeK
  31382. Feb 96L
  31383. Oct 96O7Dev.CD Aug 97 TC:Language Kits:WorldScript Updater 1.1:oodies@
  31384. validator
  31385. 1.11@
  31386. Jan 96OFDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake Digital Camera:PKDev.CD Apr 98 SDK2
  31387.  - Development Kits (Disc 2)
  31388.  - QuickTake Digital CameraV
  31389. 72370X
  31390. Apr 98^
  31391. --set theItem to choose file -- uncomment to test in an AS editor
  31392.     tell application "Finder"
  31393.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake Digital Camera:"
  31394.         activate
  31395.     end tell
  31396. on error errMsg number errNum
  31397.     --enter statements to perform when no records are found such as...
  31398.     display dialog "Sorry, the item you selected could not be found."
  31399.     return
  31400. end try
  31401. Deletedq
  31402. Dev.CD Apr 98 SDK2
  31403. D!All Packages
  31404. Mac OS SDK Edition
  31405. QuickTake for Windows 1.5
  31406. windows
  31407. quicktime
  31408. player
  31409. wired\
  31410. wombat
  31411. workstation
  31412. world
  31413. wrapper
  31414. writerk
  31415. zanzibar
  31416. zeroscrap
  31417. zoomtowindowdevice
  31418. moviegworlds
  31419. moviegworlds
  31420. moviegworlds
  31421. moviegworlds
  31422. movieimport
  31423. movieimport68k
  31424. movieimportdispatch
  31425. movieimportversion
  31426. movieprefs
  31427. movieprefs
  31428. movieprefs
  31429. eproc
  31430. movieproc
  31431. movieproc
  31432. moviesp
  31433. movieshop
  31434. movietoaiff
  31435. movietoaiff
  31436. movietoaiff
  31437. movietoaiff
  31438. movietoaiff
  31439. moving
  31440. moving
  31441. source
  31442. powerpc
  31443. threaded
  31444. threaded
  31445. player
  31446. player
  31447. mp3player
  31448. mp3player
  31449. mpblitter
  31450. mpblitter
  31451. mpblitter
  31452. mpdelayuntiltest
  31453. mpdelayuntiltest
  31454. mpdelayuntiltest
  31455. mpfilecopy
  31456. mpfilecopy
  31457. mpfilecopy
  31458. mpfilecopy-ppc
  31459. mphelloworld
  31460. mphelloworld
  31461. pascal
  31462. mping
  31463. mpperiodicaltest
  31464. mpperiodicaltest
  31465. mpperiodicaltest
  31466. program
  31467. quicktime
  31468. image
  31469. compression
  31470. quicktime
  31471. import
  31472. export
  31473. quicktime
  31474. quicktime
  31475. media
  31476. quicktime
  31477. tutorial
  31478. qtzoo
  31479. quicktime
  31480. quicktime
  31481. windows
  31482. quicktime
  31483. compress
  31484. decompress
  31485. quicktime
  31486. quicktime
  31487. movie
  31488. convert
  31489. track
  31490. quicktime
  31491. movie
  31492. export
  31493. quicktime
  31494. movie
  31495. structures
  31496. quicktime
  31497. movie
  31498. toolbox
  31499. quicktime
  31500. music
  31501. quicktime
  31502. music
  31503. instruments
  31504. notes
  31505. tunes
  31506. quicktime
  31507. packetizer
  31508. reassembler
  31509. component
  31510. quicktime
  31511. compression
  31512. quicktime
  31513. picture
  31514. streaming
  31515. splice
  31516. image
  31517. quicktime
  31518. preview
  31519. customgetfilepreviews
  31520. image
  31521. capture
  31522. digital
  31523. camera
  31524. quicktime
  31525. sequence
  31526. grabber
  31527. quicktime
  31528. sound
  31529. converter
  31530. format
  31531. audio
  31532. e    No Changef
  31533. QuickTime
  31534. Dev.CD Nov 00 TC Disk 2
  31535. All Packages
  31536. MovieGWorldsI9Sample showing how to use QuickTime and gWorlds together.J
  31537. About DTSQTUtilities
  31538. DTSQTUtilities.c
  31539. DTSQTUtilities.h
  31540. MovieGWorlds(PPC)
  31541. MovieGWorlds.c
  31542. MovieGWorlds.h
  31543. MovieGWorlds.mcp
  31544. MovieProc
  31545. MovieProc.c
  31546. MovieProc.h
  31547. Sample Movie
  31548. TrackGWorlds
  31549. TrackGWorlds.c
  31550. TrackGWorlds.hM    QuickTimeN
  31551. QuickTime, gworld, movieOBDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:MovieGWorlds:PMDev.CD Nov 00 TC Disk 2
  31552.  - Sample Code
  31553.  - QuickTime
  31554.  - Basics
  31555.  - MovieGWorldsV
  31556. 72022X
  31557. Nov 00^    TC Disk 2
  31558. --set theItem to choose file -- uncomment to test in an AS editor
  31559.     tell application "Finder"
  31560.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:MovieGWorlds:"
  31561.         activate
  31562.     end tell
  31563. on error errMsg number errNum
  31564.     --enter statements to perform when no records are found such as...
  31565.     display dialog "Sorry, the item you selected could not be found."
  31566.     return
  31567. end try
  31568. e    No Changef
  31569. QuickTime
  31570. gworld
  31571. movieq
  31572. Dev.CD Nov 00 TC Disk 2
  31573. All Packages
  31574. MovieSpritesI^Demonstrates how to test for mouse clicks on a sprite.
  31575. Part of An Introduction to QuickTime.
  31576. JdApplication Files
  31577. Clippings
  31578. Common Files
  31579. Completed Lab
  31580. QTSprites
  31581. QTSprites.mcp
  31582. Sprite.mov
  31583. Start CodeK
  31584. Nov 00M
  31585. A PowerMacintosh Computer running MacOS 8.6 or later (9.0.4 recommended), QuickTime 4.1.2, CarbonLib 1.0.4 and Universal Interfaces 3.3.2.
  31586. QuickTime, Effects
  31587. OJDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTimeIntro:MovieSprites:PUDev.CD Nov 00 TC Disk 2
  31588.  - Sample Code
  31589.  - QuickTime
  31590.  - QuickTimeIntro
  31591.  - MovieSpritesV
  31592. 72023X
  31593. Nov 00^    TC Disk 2
  31594. e    No Changeo&http://developer.apple.com/samplecode/
  31595. e things out if it. This means quitting all your normally open applications like Malph, Darkside, and CodeWarrior before you can remove the Display Flip FKey. You can change the FKey number by changing the resource ID of the FKey either in the project or using ResEdit after the fact.
  31596. --set theItem to choose file -- uncomment to test in an AS editor
  31597.     tell application "Finder"
  31598.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:MovieCallbacks:"
  31599.         activate
  31600.     end tell
  31601. on error errMsg number errNum
  31602.     --enter statements to perform when no records are found such as...
  31603.     display dialog "Sorry, the item you selected could not be found."
  31604.     return
  31605. end try
  31606. isk 1
  31607.  - Sample Code
  31608.  - Devices and Hardware
  31609.  - Display Manager
  31610.  - DMFkey Source
  31611. print
  31612. suited
  31613. suites~
  31614. summarizationj
  31615. summarize
  31616. summarizes
  31617. summarizing
  31618. summaryB
  31619. a Access application, a panel appears that shows them if the camera is connected, the number of images in the camera, and two buttons (one to view images in the camera and the other to transfer images between the computer and the camera). This camera panel is an example of a camera component. Camera vendors will be provided with the opportunity to create components unique to their digital cameras. 
  31620. This entire modular architecture will provide advantages for application developers, camera
  31621.  vendors, and ultimately, end users. It will make it easier for application developers to better integrate their applications with camera devices. This, in turn, will make it easier for users to integrate images with their documents, presentations, web sites, and other communications. It will also provide users with more image and camera savvy applications to improve their productivity. Camera vendors win because they no longer need to spend large amounts of time creating image capture app
  31622. sighyper
  31623. hytime
  31624. snarfer
  31625. snarfer
  31626. snarfer
  31627. user's
  31628. guide
  31629. sound
  31630. manager
  31631. fully
  31632. usual
  31633. readme
  31634. think
  31635. think
  31636. pascal
  31637. files
  31638. thisV
  31639. threaded
  31640. threadedprogress
  31641. threadedprogress
  31642. threedmetafile
  31643. threedmetafile
  31644. threedmetafile
  31645. threedmetafile
  31646. tim's
  31647. tim's
  31648. libraries
  31649. timecodes
  31650. title
  31651. tlightgrayadorner
  31652. tlightgrayadorner
  31653. tlightgrayadorner
  31654. tmlrules
  31655. tmlrules
  31656. tn120
  31657. tn120
  31658. gworld
  31659. tn91testcode
  31660. tn91testcode
  31661. tn91testcode
  31662. tnetworkstream
  31663. tnetworkstream
  31664. tnetworkstream
  31665. opicsS
  31666. --set theItem to choose file -- uncomment to test in an AS editor
  31667.     tell application "Finder"
  31668.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Networks:"
  31669.         activate
  31670.     end tell
  31671. on error errMsg number errNum
  31672.     --enter statements to perform when no records are found such as...
  31673.     display dialog "Sorry, the item you selected could not be found."
  31674.     return
  31675. end try
  31676. displays
  31677. indicator
  31678. error
  31679. tones
  31680. application
  31681. explains
  31682. summary
  31683. macintosh
  31684. software
  31685. distributed
  31686. world
  31687. summary
  31688. sample
  31689. discussion
  31690. detect
  31691. whether
  31692. summary
  31693. monitor
  31694. iotracer
  31695. performance
  31696. tools
  31697. summary
  31698. apple
  31699. cd-rom
  31700. handbook
  31701. provides
  31702. overview
  31703. summary
  31704. apple
  31705. chinese
  31706. handwriting
  31707. offers
  31708. another
  31709. summary
  31710. apple
  31711. grayscale
  31712. appearance
  31713. system
  31714. specif
  31715. summary
  31716. apple
  31717. international
  31718. glossaries
  31719. contains
  31720. translat
  31721. 72478X
  31722. Nov 00^    TC Disk 1
  31723. --set theItem to choose file -- uncomment to test in an AS editor
  31724.     tell application "Finder"
  31725.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Record RetrievePictInfo:"
  31726.         activate
  31727.     end tell
  31728. on error errMsg number errNum
  31729.     --enter statements to perform when no records are found such as...
  31730.     display dialog "Sorry, the item you selected could not be found."
  31731.     return
  31732. end try
  31733. e    No Changef'RecordRetrievePictInfo
  31734. RetrievePictInfoq
  31735. Dev.CD Nov 00 TC Disk 1
  31736. All Packages
  31737. Record sound specific rate
  31738. This sample shows how to use SPBRecord to record to memory, convert the
  31739. sampling rate to some arbitrary rate, and then write the recorded, rate
  31740. converted samples to disk, asynchronously, using PBWriteAsync.
  31741. This sample is useful for those developers who wish more flexibility
  31742. than what is offered with SPBRecordToFile, or for those wishing to record
  31743. at a rate not supported by the sound input driver.
  31744. --set theItem to choose file -- uncomment to test in an AS editor
  31745.     tell application "Finder"
  31746.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:MovieBrowser:"
  31747.         activate
  31748.     end tell
  31749. on error errMsg number errNum
  31750.     --enter statements to perform when no records are found such as...
  31751.     display dialog "Sorry, the item you selected could not be found."
  31752.     return
  31753. end try
  31754. re found such as...
  31755.     display dialog "Sorry, the item you selected could not be found."
  31756.     return
  31757. end try
  31758. e    No Changef
  31759. QuickTime
  31760. Dev.CD Nov 00 TC Disk 2
  31761. All Packages
  31762. DraggingSpritesI
  31763. This demo program shows how to define MouseResponders to customise the behaviour of MouseDrag actions and to define a custom Matrix transformations on a Sprite.J9dd.bat
  31764. DraggingSprites
  31765. DraggingSprites.zip
  31766. README.txt
  31767. Feb 00
  31768. O[Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:DraggingSprites:V
  31769. 70129X
  31770. 1e    No Change
  31771. 73020X
  31772. Nov 00^    TC Disk 1
  31773. --set theItem to choose file -- uncomment to test in an AS editor
  31774.     tell application "Finder"
  31775.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Velocity Engine:VelEng Multiprecision:"
  31776.         activate
  31777.     end tell
  31778. on error errMsg number errNum
  31779.     --enter statements to perform when no records are found such as...
  31780.     display dialog "Sorry, the item you selected could not be found."
  31781.     return
  31782. end try
  31783. e    No ChangefPVelocity Engine
  31784. AlitVec
  31785. Multiprecision arithmetic
  31786. arbitrary precision arithmeticq
  31787. Dev.CD Nov 00 TC Disk 1
  31788. All Packages
  31789. VelEng Wavelet
  31790. 73021X
  31791. change
  31792. e    No Changef
  31793. QuickTime
  31794. browser
  31795. Dev.CD Nov 00 TC Disk 2
  31796. All Packages
  31797. MovieCallbacksI
  31798. This demo program shows how to display a QuickTime movie within a window and add CallBacks. The CallBacks are QuickTime calling back into Java through the MovieController, Movie and QuickTimeVR API. J7mc.bat
  31799. MovieCallbacks
  31800. MovieCallbacks.zip
  31801. README.txt
  31802. Feb 00
  31803. - Common
  31804.     - Sun Compliant Java Runtime Environment 1.1
  31805.     - QuickTime 3 
  31806.     - QTJava.zip
  31807.     - QTJava media samples
  31808. - Mac OS:
  31809.     - System 8 or later
  31810.     - Macintosh Runtime for Java (MRJ) 2.1
  31811. - Windows 95, 98, or NT::
  31812.     - JRE/JDK from Sun Microsystems, Inc. recommended
  31813. QuickTime, Java, MRJOPDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:MovieCallbacks:P[Dev.CD Nov 00 TC Disk 2
  31814.  - Sample Code
  31815.  - QuickTime
  31816.  - QuickTime for Java
  31817.  - MovieCallbacksV
  31818. 72021X
  31819. Nov 00^    TC Disk 2
  31820. e    No Change
  31821. 72994X
  31822. Nov 00^    TC Disk 1
  31823. --set theItem to choose file -- uncomment to test in an AS editor
  31824.     tell application "Finder"
  31825.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Drivers:TradDriverLoaderLib:"
  31826.         activate
  31827.     end tell
  31828. on error errMsg number errNum
  31829.     --enter statements to perform when no records are found such as...
  31830.     display dialog "Sorry, the item you selected could not be found."
  31831.     return
  31832. end try
  31833. e    No Changef;PCI ndrv driver loader
  31834. driver
  31835. device driver
  31836. Load PCI Driverq
  31837. Dev.CD Nov 00 TC Disk 1
  31838. All Packages
  31839. TransferProvider
  31840. 72995X
  31841. betweenl
  31842. blockreader
  31843. blocks
  31844. blueprint{
  31845. movie
  31846. dataref
  31847. moviebrowser
  31848. moviecallbacks
  31849. moviegworlds
  31850. moviesprites
  31851. movietoaiff
  31852. threaded
  31853. mp3player
  31854. mpdelayuntiltest
  31855. mpfilecopy
  31856. mphelloworld
  31857. mphelloworld
  31858. pascal
  31859. mping
  31860. mping
  31861. mpintertasktime
  31862. mpperiodicaltest
  31863. script
  31864. 1.1.1
  31865. mpwtool
  31866. mpwtool
  31867. 2.2.2
  31868. 2.2.3
  31869. debug
  31870. mrj2.2.3
  31871. mrj2.2.3
  31872. redistribution
  31873. mrplus
  31874. mrplus
  31875. msdos
  31876. multifinder
  31877. multifinder
  31878. 6.1b9
  31879. multilingual
  31880. multilingual
  31881. editor
  31882. multimedia
  31883. multimedia
  31884. standards
  31885. reports
  31886. multipage
  31887. multiplay
  31888. multiprecision
  31889. multiprocessing
  31890. multiprocessing
  31891. music
  31892. musicmixer
  31893. mycomponent
  31894. mydeviceloop
  31895. myhelpmenu
  31896. myregistercomponent
  31897. onescannerx
  31898. opp's
  31899. oracle
  31900. change
  31901. is snippet shows how to create and install your  own custom search procedure.  In this example, the searchProc performs RGB color separation.
  31902. SeedCFill Example:  This snippet shows how to use the SeedCFill routine.
  31903. Snapshot:  This program demonstrates how to easily capture the main screen's desktop image into your own window.
  31904. TE Over Background:  This sample shows how to use TextEdit over a background GWorld without those nasty white patches. The trick is to patch the bottlenecks for th
  31905. e port so that when TextEdit erases it just copies your bits rather than erasing.
  31906. Thumbnail Test:  a routine to illustrate the use of copybits to generate thumbnail images
  31907. TickAnimate:  Sample of how to use ticks to synchronize drawing to the screen.
  31908. TranslateRotate:  This MPW Tool demonstrates the use of the Fixed and Frac types to perform simple 2D translation and rotation.
  31909. txRatio PICT:  Creates a PICT file with a PICT containing the txRatio opcode.  Someone wanted such a picture, s
  31910. All Packages
  31911. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  31912. Dev.CD Jan 94
  31913. Dev.CD Oct 93
  31914. Dev.CD Jul 93P6Dev.CD Apr 94
  31915. Dev.CD Jan 94
  31916. Dev.CD Oct 93
  31917. Dev.CD Jul 9V
  31918. 72870X
  31919. Apr 94
  31920. --set theItem to choose file -- uncomment to test in an AS editor
  31921.     tell application "Finder"
  31922.         open item "Dev.CD Apr 94
  31923. Dev.CD Jan 94
  31924. Dev.CD Oct 93
  31925. Dev.CD Jul 93"
  31926.         activate
  31927.     end tell
  31928. on error errMsg number errNum
  31929.     --enter statements to perform when no records are found such as...
  31930.     display dialog "Sorry, the item you selected could not be found."
  31931.     return
  31932. end try
  31933. All Packages
  31934. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  31935. Dev.CD Jan 94
  31936. Dev.CD Oct 93
  31937. Dev.CD Jul 93P6Dev.CD Apr 94
  31938. Dev.CD Jan 94
  31939. Dev.CD Oct 93
  31940. Dev.CD Jul 9V
  31941. 72871X
  31942. Apr 94
  31943. iw-half-dither
  31944. j-1.1
  31945. james
  31946. jamie
  31947. january{
  31948. january/february
  31949. japan{
  31950. view^
  31951. macapp
  31952. center
  31953. center
  31954. viewenable
  31955. viewer
  31956. virtual
  31957. virtualuser
  31958. visigenic
  31959. visrgn
  31960. voice
  31961. volume
  31962. volumes
  31963. vrefnum
  31964. vrefnum
  31965. dirid
  31966. vtwinj
  31967. virtual
  31968. virtual
  31969. virtualuser
  31970. filetool
  31971. memor
  31972. virtual
  31973. virtualuser
  31974. testing
  31975. automation
  31976. automated
  31977. vu-meter
  31978. vumeter
  31979. vumeter
  31980. sound
  31981. level
  31982. meters
  31983. sample
  31984. volume
  31985. waitnextevent
  31986. wake100
  31987. waste
  31988. waste
  31989. textedit
  31990. worldscript
  31991. wavelet
  31992. checkbox
  31993. control
  31994. color
  31995. objects
  31996. enterprise
  31997. objects
  31998. framework
  31999. zanzibar
  32000. zeroscrap
  32001. zoomtowindowdevice
  32002. ivergestaltexplore
  32003. --set theItem to choose file -- uncomment to test in an AS editor
  32004.     tell application "Finder"
  32005.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTimeIntro:Movie From DataRef:"
  32006.         activate
  32007.     end tell
  32008. on error errMsg number errNum
  32009.     --enter statements to perform when no records are found such as...
  32010.     display dialog "Sorry, the item you selected could not be found."
  32011.     return
  32012. end try
  32013.    --enter statements to perform when no records are found such as...
  32014.     display dialog "Sorry, the item you selected could not be found."
  32015.     return
  32016. end try
  32017. e    No Changef
  32018. srcCopy
  32019. PenMode
  32020. invert
  32021. Carbon
  32022. o&http://developer.apple.com/samplecode/q
  32023. Dev.CD Nov 00 TC Disk 1
  32024. DrawSprocket SDKI
  32025. This is the SDK for DrawSprocket which provides support for viewing game images, including setting screen resolution and color depth, choosing a monitor (on computers with multiple monitors), accelerating screen updates, and other features.d other features.V
  32026. 70132X
  32027. --set theItem to choose file -- uncomment to test in an AS editor
  32028.     tell application "Finder"
  32029.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:MouseInfo:"
  32030.         activate
  32031.     end tell
  32032. on error errMsg number errNum
  32033.     --enter statements to perform when no records are found such as...
  32034.     display dialog "Sorry, the item you selected could not be found."
  32035.     return
  32036. end try
  32037. rawSprocketTest.c
  32038. DrawSprocketTest.CW2.prj
  32039. DrawSprocketTest.CW5.prj
  32040. makefileK
  32041. Feb 00MUPowerPC, System 8.1 or later, and either Universal Interfaces 3.3 or DrawSprocket SDKN-DrawSprocket, GetVersion, Context, blit, CLUTO;Dev.CD Nov 00 TC Disk 1:Sample Code:Games:DrawSprocketTest:PCDev.CD Nov 00 TC Disk 1
  32042.  - Sample Code
  32043.  - Games
  32044.  - DrawSprocketTestV
  32045. 70133X
  32046. Nov 00^    TC Disk 1
  32047. e    No Change
  32048. umousetrackbehavior
  32049. umousetrackbehavior
  32050. un/mount
  32051. un/mount
  32052. un/mount
  32053. un/mount
  32054. un/mount
  32055. under~
  32056. unicodeutilities
  32057. unicodeutilities
  32058. unitntrycnt
  32059. unitntrycnt
  32060. universal
  32061. universal
  32062. interfaces
  32063. universalinterfaces3
  32064. universalinterfaces3
  32065. university
  32066. unmountit
  32067. unmountit
  32068. unmountit
  32069. unmountit
  32070. unmountprojector
  32071. unresolved
  32072. unsupported
  32073. unsupported
  32074. libraries
  32075. untitled
  32076. untitled
  32077. 1.4mb
  32078. format
  32079. untitled
  32080. unwrapcommenttext
  32081. update
  32082. updated
  32083. updated
  32084. documentation
  32085. updated
  32086. grayscale
  32087. appearance
  32088. updater
  32089. e    No Changeq
  32090. Dev.CD Nov 00 TC Disk 1
  32091. All Packages
  32092. Movie From DataRefIoDemonstrates Asynchronous Movie loading and the NewMovieFromDataRef API.
  32093. Part of An Introduction to QuickTime.JoApplication Files
  32094. Clippings
  32095. Common Files
  32096. Completed Lab
  32097. OpenMovieFromDataRef
  32098. OpenMovieFromDataRef.mcp
  32099. Start CodeK
  32100. Nov 00M
  32101. A Power Macintosh Computer running Mac OS 8.6 or later (9.0.4 recommended), QuickTime 4.1.2, CarbonLib 1.0.4 and Universal Interfaces 3.3.2.
  32102. N%QuickTime, Asynchronous Movie LoadingOPDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTimeIntro:Movie From DataRef:P[Dev.CD Nov 00 TC Disk 2
  32103.  - Sample Code
  32104.  - QuickTime
  32105.  - QuickTimeIntro
  32106.  - Movie From DataRefV
  32107. 72019X
  32108. Nov 00^    TC Disk 2
  32109. e    No Changeo&http://developer.apple.com/samplecode/
  32110. e    No Changef$QuickTime
  32111. Asynchronous Movie Loadingo&http://developer.apple.com/samplecode/q
  32112. Dev.CD Nov 00 TC Disk 2
  32113. All Packages
  32114. MovieBrowserI
  32115. BrowserMaker will create a document with links to other movies in a folder. MovieBrowser will open this document and act as a browser environment to the movies.J
  32116. BrowserMaker.c
  32117. MovieBrowser.c
  32118. MovieBrowser.rsrc
  32119. MW BrowserMaker
  32120. MW MovieBrowser
  32121. MW68k BrowserMaker.
  32122. MW68k MovieBrowser.
  32123. README
  32124. TH BrowserMaker
  32125. TH BrowserMaker.
  32126. TH MovieBrowser.
  32127. TH MovieBrowser.
  32128. .rsrc
  32129. TH MovieBrowser
  32130. M    QuickTimeN
  32131. QuickTime, browser
  32132. OCDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:MovieBrowser:PNDev.CD Nov 00 TC Disk 2
  32133.  - Sample Code
  32134.  - QuickTime
  32135.  - Goodies
  32136.  - MovieBrowserV
  32137. 72020X
  32138. Nov 00^    TC Disk 2
  32139. e    No Change
  32140. Aug 93M*AppleTalk or TCP/IP networking connectionsN
  32141. SNMP, Network ManagementODDev.CD Nov 00 TC Disk 1:Tool Chest:Networking:SNMP:SNMP Development:PODev.CD Nov 00 TC Disk 1
  32142.  - Tool Chest
  32143.  - Networking
  32144.  - SNMP
  32145.  - SNMP DevelopmentV
  32146. 72592X
  32147. Nov 00^    TC Disk 1
  32148. --set theItem to choose file -- uncomment to test in an AS editor
  32149.     tell application "Finder"
  32150.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Networking:SNMP:SNMP Development:"
  32151.         activate
  32152.     end tell
  32153. on error errMsg number errNum
  32154.     --enter statements to perform when no records are found such as...
  32155.     display dialog "Sorry, the item you selected could not be found."
  32156.     return
  32157. end try
  32158. e    No Changef
  32159. Network Managementq
  32160. Dev.CD Nov 00 TC Disk 1
  32161. All Packages
  32162. SoftVdig
  32163. 72593X
  32164. updated
  32165. CLUTq
  32166. Dev.CD Nov 00 TC Disk 1
  32167. All Packages
  32168. DrawTextCodecI
  32169. This is an example of the fun you can have writing codecs. This is a QuickTime codec ( with sources ) for compressing black and white pictures into the glyphs of your favourite font. J
  32170. CodecTestMain(PPC)
  32171. CodecTestMain.c
  32172. DrawTextCodec
  32173. DrawTextCodec.h
  32174. DrawTextCodec.mcp
  32175. DrawTextCodec.rsrc
  32176. DrawTextComponent.c
  32177. DrawTextCompress.c
  32178. DrawTextDecompress.cM    QuickTimeN
  32179. QuickTime, codecOCDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Codecs:DrawTextCodec:PNDev.CD Nov 00 TC Disk 2
  32180.  - Sample Code
  32181.  - QuickTime
  32182.  - Codecs
  32183.  - DrawTextCodecV
  32184. 70134X
  32185. Nov 00^    TC Disk 2
  32186. e    No Change
  32187. e    No Changef
  32188. MacApp
  32189. behavior
  32190. MouseInfoq
  32191. Dev.CD Nov 00 TC Disk 2
  32192. All Packages
  32193. MovableModalI
  32194. MoveableModal is a source code sample illustrating how to implement a Moveable Modal dialog. Moveable Modal dialogs behave in a way similar to non-modal dialog windows, but they remain in front of all other windows until they are closed.J1MModal(PPC)
  32195. MModal.c
  32196. MModal.rsrc
  32197. MovableModal.mcpOIDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:MovableModal:PQDev.CD Nov 00 TC Disk 1
  32198.  - Sample Code
  32199.  - Human Interface Toolbox
  32200.  - MovableModalV
  32201. 72018X
  32202. Nov 00^    TC Disk 1
  32203. --set theItem to choose file -- uncomment to test in an AS editor
  32204.     tell application "Finder"
  32205.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:MovableModal:"
  32206.         activate
  32207.     end tell
  32208. on error errMsg number errNum
  32209.     --enter statements to perform when no records are found such as...
  32210.     display dialog "Sorry, the item you selected could not be found."
  32211.     return
  32212. end try
  32213. e    No Changeq
  32214. Dev.CD Nov 00 TC Disk 1
  32215. All Packages
  32216. F    MouseInfoI
  32217. This sample shows how to make use of MacApp 3.0 Behaviors, how to create them, how behaviors could control window information, track events, and also spawn off other behaviors.
  32218. 5About.cp
  32219. About.h
  32220. Definitions.h
  32221. IncludeFiles.h
  32222. MMouseInfo.cp
  32223. MouseInfo.MAMake
  32224. MouseInfo.r
  32225. PICT.rsrc
  32226. READMEFIRST
  32227. ResourceConstants.h
  32228. UAppFrameAdorner.cp
  32229. UAppFrameAdorner.h
  32230. UMenuedWindow.cp
  32231. UMenuedWindow.h
  32232. UMouseDocument.cp
  32233. UMouseDocument.h
  32234. UMouseInfo.cp
  32235. UMouseInfo.h
  32236. UMouseTrackBehavior.cp
  32237. UMouseTrackBehavior.h
  32238. M(MacApp 3.0 or later, System 7.0 or laterN
  32239. MacApp, behavior, MouseInfoOIDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:MouseInfo:PTDev.CD Nov 00 TC Disk 2
  32240.  - Sample Code
  32241.  - Platforms and Tools
  32242.  - MacApp
  32243.  - MouseInfoV
  32244. 72017X
  32245. Nov 00^    TC Disk 2
  32246. e    No Change
  32247. Drive Setup
  32248. Dev.CD Dec 00 RL Disk 1
  32249. All Packages
  32250. Driver Installer
  32251. 70136X
  32252. --set theItem to choose file -- uncomment to test in an AS editor
  32253.     tell application "Finder"
  32254.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:MountAlias 1.0:"
  32255.         activate
  32256.     end tell
  32257. on error errMsg number errNum
  32258.     --enter statements to perform when no records are found such as...
  32259.     display dialog "Sorry, the item you selected could not be found."
  32260.     return
  32261. end try
  32262. ion. MOSL also supports data comparison for most revelant data types.
  32263. The MoreOSL library is targetted to run on a PowerPC with Mac OS 8.5 and above. It compiles and works best under Carbon, but it will compile and work with InterfaceLib.
  32264. !Read Me
  32265. MIB_Carbon.h
  32266. MoreAppearance
  32267. MoreAppleEvents
  32268. MoreDebugging
  32269. MoreDialogs
  32270. MoreMemory
  32271. MoreNavigation
  32272. MoreOSL
  32273. MoreProcesses
  32274. MoreQuickDraw
  32275. MoreResources
  32276. MoreSetup.h
  32277. MoreSetup.r
  32278. MoreTextUtils
  32279. MoreToolbox
  32280. MoreWindows
  32281. PLStringFuncsK
  32282. Aug 00M
  32283. Mac OS 8.5N<AppleScript, OSL, ObjectSupportLib, scripting implementationOBDev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:MoreOSL:PJDev.CD Nov 00 TC Disk 1
  32284.  - Sample Code
  32285.  - Interapplication Comm
  32286.  - MoreOSLivers, device, driver, block, storage, CD ROM, CD-ROM, hard disk, disk, DriverGestalt Demo 
  32287. ORDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:DriverGestalt Demo:P]Dev.CD Nov 00 TC Disk 1
  32288.  - Sample Code
  32289.  - Devices and Hardware
  32290.  - Disks
  32291.  - DriverGestalt DemoV
  32292. 70137X
  32293. 1e    No Change
  32294. resolutionsx
  32295. resolven
  32296. resolvealiastopathn
  32297. resolverelativealias
  32298. resolves
  32299. resolving
  32300. resorcerer
  32301. resorting
  32302. resource[
  32303. resources]
  32304. respect
  32305. respective
  32306. respectively
  32307. PMDev.CD Oct 00 SDK1
  32308.  - Development Kits
  32309.  - Mac OS
  32310.  - Universal Interfaces3.3.2V
  32311. 73009X
  32312. Oct 00^
  32313. --set theItem to choose file -- uncomment to test in an AS editor
  32314.     tell application "Finder"
  32315.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Universal Interfaces3.3.2:"
  32316.         activate
  32317.     end tell
  32318. on error errMsg number errNum
  32319.     --enter statements to perform when no records are found such as...
  32320.     display dialog "Sorry, the item you selected could not be found."
  32321.     return
  32322. end try
  32323. e    No Changef"CarbonLib 1.0.2
  32324. Mac OS 9
  32325. QuickTimeo)http://developer.apple.com/sdk/index.htmlq
  32326. Dev.CD Oct 00 SDK1
  32327. All Packages
  32328. UniversalHIDModuleTestI
  32329. N/AJ0TestHIDprobe.c
  32330. UHIDTest.c
  32331. Why was this archived?K
  32332. Feb 00M
  32333. N/AOIDev.CD Nov 00 TC Disk 1:Sample Code:Archive:Games:UniversalHIDModuleTest:PTDev.CD Nov 00 TC Disk 1
  32334.  - Sample Code
  32335.  - Archive
  32336.  - Games
  32337.  - UniversalHIDModuleTestV
  32338. 73010X
  32339. Nov 00^    TC Disk 1
  32340. e    No Change
  32341. MoreOSL, or MOSL for short, is a source code library for implementing AppleScript support within your application. It has the following key features.
  32342. o C implementation -- Many AppleScript support frameworks (for example, PowerPlant, MacApp) are available to C++ applications only. MOSL is entirely written in C.
  32343. o object focused -- Historically, DTS AppleScript support samples have concentrated on supporting text scripting. MOSL ignores text scripting and concentrates on the scripting of 
  32344. discrete objects, such as windows and items within windows.
  32345. o modern -- MOSL incorporates modern AppleScript techniques, such as 'deep' object resolution. It is also fully Carbon compatible.
  32346. o well tested -- MOSL includes a test application, TestMoreOSL, that demonstrates its capabilities. It also includes a large suite of AppleScript-based tests.
  32347. o comprehensive -- MOSL allows you to easily implement the bulk of the core event suite. MOSL supports all key forms except formRelativePosit
  32348. tcp/ip
  32349. networking
  32350. standards
  32351. based
  32352. tear-off
  32353. techdocs
  32354. technical
  32355. technical
  32356. documentation
  32357. publications
  32358. techdocs
  32359. techpubs
  32360. techniques
  32361. oriented
  32362. object
  32363. pascal
  32364. framework
  32365. ooptesample
  32366. testdeviceattribute
  32367. testing
  32368. testing
  32369. debugging
  32370. testing
  32371. debugging
  32372. networking
  32373. communications
  32374. testing
  32375. debugging
  32376. printers
  32377. testing
  32378. international
  32379. testing
  32380. memory
  32381. virtual
  32382. debugging
  32383. textO
  32384. encoding
  32385. character
  32386. encoding
  32387. converter
  32388. services
  32389. manager
  32390. services
  32391. textedit
  32392. tsmte
  32393. text-to-speech
  32394. textedit
  32395. textedit
  32396. tesample
  32397. cplustesample
  32398. textedit
  32399. transparent
  32400. texture
  32401. thread
  32402. threading
  32403. print
  32404. tilisten
  32405. 72015X
  32406. Nov 00^    TC Disk 1
  32407. --set theItem to choose file -- uncomment to test in an AS editor
  32408.     tell application "Finder"
  32409.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:MoreOSL:"
  32410.         activate
  32411.     end tell
  32412. on error errMsg number errNum
  32413.     --enter statements to perform when no records are found such as...
  32414.     display dialog "Sorry, the item you selected could not be found."
  32415.     return
  32416. end try
  32417. e    No Changef9AppleScript
  32418. ObjectSupportLib
  32419. scripting implementationo&http://developer.apple.com/samplecode/q
  32420. Dev.CD Nov 00 TC Disk 1
  32421. All Packages
  32422. MountAlias 1.0I}Summary: MountAlias is a control panel device that automatically creates aliases to AppleShare volumes when they are mounted.J.MountAlias
  32423. MountAlias Info
  32424. MountAlias Info.txtK
  32425. Vol XIM
  32426. System 7.0 requiredO:Dev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:MountAlias 1.0:PBDev.CD Nov 00 TC Disk 1
  32427.  - Tool Chest
  32428.  - Toolbox
  32429.  - MountAlias 1.0V
  32430. 72016X
  32431. Nov 00^    TC Disk 1
  32432. e    No Change
  32433. This is an example of using QuickTimes FireWire video output component to play a DV stream (.dv movie) out to a DV Camera.
  32434. This code is based on VidOutApp originally written by Jay Lloyd, Casey King and Adrienne Wang.
  32435. The main component of this example is an easy to use class which encapsulates the basic set of functions required to output a DV Stream over FireWire.
  32436. Requirements: CodeWarrior Pro 5 (IDE 4.0.4), Mac OS 8.5+, QuickTime 4.0+, FireWire capable Macintosh, DV Camera, UniversalB) Interfaces 3.3.1+ or QuickTime 4.1+ SDK.
  32437. CVideoOutput.cpp
  32438. CVideoOutput.h
  32439. Read Me
  32440. SimpleVideoOut PPC
  32441. SimpleVideoOut.c
  32442. SimpleVideoOut.prj
  32443. SimpleVideoOut.rsrc
  32444. SimpleVideoOut_prefix.hNkVideo Output Component, FireWire, DV, Digital Video, Digital Video Output, Firewire Video Output, ExportingOGDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Capturing:SimpleVideoOut:PRDev.CD Nov 00 TC Disk 2
  32445.  - Sample Code
  32446.  - QuickTime
  32447.  - Capturing
  32448.  - SimpleVideoOut
  32449. osaactiveproc
  32450. osaka
  32451. osasendproc
  32452. osborne
  32453. oserr
  32454. osl-compliant
  32455. ostrich
  32456. ot/ppp
  32457. ot/ppp's
  32458. otchecknetfornbpname
  32459. otgetendpointinfo
  32460. other[
  32461. otherresinfo-mungede
  32462. network
  32463. setup
  32464. network
  32465. preferences
  32466. dumpnetworksetup
  32467. networking
  32468. newgworldr
  32469. cially in this latest version. The DrawSprocket code is currently disabled, and should not be used as a DrawSprocket reference (SprocketInvaders is a much better choice for sample code to learn DrawSprocket). The QD3D code in DroneZone was written for QD3D 1.0, and until the code is updated, also should not be used as the foundation of a
  32470.  real project.
  32471. It has not been extensively tested. It is code written by the sprockets engineers, expressly to demonstrate the sprockets. The InputSprocket code in this version is solid, and was specifically designed to be similar to a flightsim so that those who are working on a project with flight-sim like controls can use the InputSprocket code almost verbatim.
  32472. You will need to download InputSprocket 1.2.1 in order to build this project.
  32473. Feb 00
  32474. 72014X
  32475. Nov 00^    TC Disk 1
  32476. --set theItem to choose file -- uncomment to test in an AS editor
  32477.     tell application "Finder"
  32478.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:MoreNetworkSetup:"
  32479.         activate
  32480.     end tell
  32481. on error errMsg number errNum
  32482.     --enter statements to perform when no records are found such as...
  32483.     display dialog "Sorry, the item you selected could not be found."
  32484.     return
  32485. end try
  32486. e    No ChangefnTCP/IP AppleTalk reconfiguration Network Setup OTTCPWillDial AppleTalk on off enabled disabled active inactiveq
  32487. Dev.CD Nov 00 TC Disk 1
  32488. All Packages
  32489. MoreOSL
  32490. 72015X
  32491. uThis sample includes two source code libraries which provide simplified access to Network Setup. The first, MoreNetworkSetup, is a simple wrapper around Network Setup. The second, NetworkSetupHelpers, provides high-level functionality (for example, turning AppleTalk on/off, switching TCP/IP configurations) that works with both Network Setup and on pre-Mac OS 8.5 systems.
  32492. JfMoreInterfaceLib
  32493. MoreMemory
  32494. MoreQuickDraw
  32495. MoreSetup.h
  32496. MoreTextUtils
  32497. NetworkSetup
  32498. PLStringFuncs
  32499. Read MeK
  32500. Jan 99L
  32501. Dec 99M
  32502. Network Setup library, which is currently only available as part of Mac OS 8.5.  NetworkSetupHelpers provides compatibility glue for older systems and merely requires OT 1.1.1 or higher.NnTCP/IP AppleTalk reconfiguration Network Setup OTTCPWillDial AppleTalk on off enabled disabled active inactiveO@Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:MoreNetworkSetup:PHDev.CD Nov 00 TC Disk 1
  32503.  - Sample Code
  32504.  - Networking
  32505.  - MoreNetworkSetup
  32506. 72615X
  32507. Nov 00^    TC Disk 1
  32508. --set theItem to choose file -- uncomment to test in an AS editor
  32509.     tell application "Finder"
  32510.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Contributed:SpriteWorld:"
  32511.         activate
  32512.     end tell
  32513. on error errMsg number errNum
  32514.     --enter statements to perform when no records are found such as...
  32515.     display dialog "Sorry, the item you selected could not be found."
  32516.     return
  32517. end try
  32518. e    No Changef(Sprite
  32519. SpriteWorld
  32520. blitter
  32521. Graphicso&http://developer.apple.com/samplecode/q
  32522. Dev.CD Nov 00 TC Disk 1
  32523. All Packages
  32524. SprocketInvaders
  32525. SprocketInvaders is a full featured game specfically built to demonstrate GameSprockets.  It contains implmentations of Draw, Sound, Input and Net Sprocket.  It also shows some other basic techniques for games, such as handling events loops, sprites and CD audio.
  32526. Feb 00V
  32527. 72616X
  32528. 1e    No Change
  32529. 68KSimpleText
  32530. 68KSimpleText.make
  32531. AboutBox.c
  32532. AboutBox.h
  32533. AboutBox.r
  32534. AGFile.h
  32535. AGFileLib.o
  32536. AGFileLib.xcoff
  32537. AppleGuideGlue.xcoff
  32538. Clipboard.c
  32539. Clipboard.h
  32540. Clipboard.r
  32541. CW 10 BuildFolder
  32542. FATSimpleText
  32543. FATSimpleText.make
  32544. GXFile.c
  32545. GXFile.h
  32546. GXFile.r
  32547. Localize.r
  32548. MacIncludes.h
  32549. MacIncludes.pch
  32550. MovieFile.c
  32551. MovieFile.h
  32552. MovieFile.r
  32553. PICTFile.c
  32554. PICTFile.h
  32555. PICTFile.r
  32556. PPCSimpleText
  32557. PPCSimpleText.make
  32558. SimpleText.c
  32559. SimpleText.doc
  32560. SimpleText.h
  32561. SimpleText.r
  32562. TextDrag.c
  32563. TextFile.a
  32564. TextFile.c
  32565. TextFile.h
  32566. TextFile.r
  32567. ThreB.eDMetafile.c
  32568. ThreeDMetafile.h
  32569. ThreeDMetafile.r
  32570. dzversion
  32571. e-spanish
  32572. easyview
  32573. editcdev
  32574. editcdev
  32575. editcdev
  32576. editorc
  32577. edittextcdev
  32578. edittextcdev
  32579. eenie
  32580. eenie
  32581. mamake
  32582. eenie
  32583. eenierez
  32584. eenierez
  32585. ffectdispatch
  32586. effectdispatch
  32587. effectfilter16
  32588. effectfilter16
  32589. effectfilter32
  32590. effectfilter32
  32591. O:Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:MoreIsBetter:PBDev.CD Nov 00 TC Disk 2
  32592.  - Sample Code
  32593.  - Overview
  32594.  - MoreIsBetterV
  32595. 72013X
  32596. Nov 00^    TC Disk 2
  32597. --set theItem to choose file -- uncomment to test in an AS editor
  32598.     tell application "Finder"
  32599.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:MoreIsBetter:"
  32600.         activate
  32601.     end tell
  32602. on error errMsg number errNum
  32603.     --enter statements to perform when no records are found such as...
  32604.     display dialog "Sorry, the item you selected could not be found."
  32605.     return
  32606. end try
  32607. e    No ChangefUhigh level
  32608. toolbox
  32609. MoreFiles
  32610. MoreIsBetter
  32611. wrapper
  32612. library code
  32613. MoreIsBetterq
  32614. Dev.CD Nov 00 TC Disk 2
  32615. All Packages
  32616. MoreNetworkSetup
  32617. 72014X
  32618. ities
  32619.  - DropDisk 1.0b5V
  32620. 70141X
  32621. Dec 99^
  32622. N]high level, toolbox, hltb, MoreFiles, MoreIsBetter, glue, wrapper, library code, MoreIsBetter(Encapsulated PostScript) files, to a network-connected PostScript printer. Files may be downloaded in the background, and entire folders or disks may be downloaded as well.
  32623. Features:  This updated version fixes a bug which prevented Drop
  32624. PS from seeing printers in zones other than the default one.
  32625. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for aBbny problems you may encounter in its use.  
  32626. PS is freeware, provided by Bare Bones Software.
  32627. J-!NOT AN APPLE PRODUCT!:
  32628. About Drop
  32629. Nov 94L
  32630. Sep 95M
  32631. PS requires System 7.0 or later, and is compatible with System 7.5, 68040 and PowerPC-based Macs, 32-bit addressing, and virtual memory.O>Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:Drop
  32632. PS 1.1.3:PFDev.CD Nov 99 TC
  32633.  - Tool Chest
  32634.  - Developer Utilities
  32635.  - Drop
  32636. PS 1.1.3
  32637. tanding of how SpriteWorld works, or change areas you want to work differently. 
  32638. The SpriteWorld package including the source code, documentation, and sample code is wholly owned andCopyright 
  32639.  1995-2000 by Vern Jensen, Karl Bunker, and Anders Bj
  32640. rklund
  32641.     This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
  32642.     Permission is granted to anyone to use this software for any p
  32643. urpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
  32644.     1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
  32645.     2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
  32646. solution
  32647. solutions
  32648. solve
  32649. solved
  32650. solves
  32651. theny
  32652. system
  32653. can't
  32654. even[
  32655. there's
  32656. thereby
  32657. therefore
  32658. theresa
  32659. these`
  32660. these
  32661. applications
  32662. demonstrate
  32663. write
  32664. background
  32665. theta
  32666. finderevents
  32667. findfamilies
  32668. finding
  32669. finding
  32670. applications
  32671. creator
  32672. firewire
  32673. firewire
  32674. video
  32675. output
  32676. firmware
  32677. fixed
  32678. fixed
  32679. point
  32680. floating
  32681. floating
  32682. window
  32683. floppy
  32684. floppy
  32685. folder
  32686. folder
  32687. encoding
  32688. family
  32689. management
  32690. manager
  32691. metrics
  32692. fonts
  32693. fontsync
  32694. forecolor
  32695. foreground
  32696. clearly
  32697. 00 TC Disk 2:Sample Code:Printing:DropPrint USB:PCDev.CD Nov 00 TC Disk 2
  32698.  - Sample Code
  32699.  - Printing
  32700.  - DropPrint USBV
  32701. 70142X
  32702. Nov 00^    TC Disk 2
  32703. --set theItem to choose file -- uncomment to test in an AS editor
  32704.     tell application "Finder"
  32705.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:DropPrint USB:"
  32706.         activate
  32707.     end tell
  32708. on error errMsg number errNum
  32709.     --enter statements to perform when no records are found such as...
  32710.     display dialog "Sorry, the item you selected could not be found."
  32711.     return
  32712. end try
  32713. e    No Changef    print
  32714. Dev.CD Nov 00 TC Disk 2
  32715. All Packages
  32716. DSApplet
  32717. [This applet demonstrates how to stream an movie from the server and create a sprite from it. It defines MouseResponders to customise the behaviour of MouseDrag actions and to define a custom Matrix transformations on a Sprite. Its preferred that you create an archive of the classes directory when if you wish to put the applet on the web server.
  32718. 16-bit
  32719. 16384
  32720. 16x16
  32721. 17000
  32722. 1992-1995
  32723. 1993-94
  32724. 1995{
  32725. accelerated
  32726. power
  32727. macintosh
  32728. artwork
  32729. program
  32730. 1995-2000
  32731. 1996S
  32732. 1999{
  32733. imagewriter
  32734. 2-1.1.3
  32735. 2-335
  32736. 2-341
  32737. prototypes
  32738. prototyping
  32739. prototyping
  32740. toolkit
  32741. protoviews
  32742. protoviews
  32743. protoviews
  32744. protoviews
  32745. providerfactory
  32746. providerfactory
  32747. providerfactory
  32748. providerfactory
  32749. providerfactory
  32750. pshdldemo
  32751. All Packages
  32752. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  32753. Dev.CD Jan 94
  32754. Dev.CD Oct 93
  32755. Dev.CD Jul 93
  32756. Dev.CD Apr 93PDDev.CD Apr 94
  32757. Dev.CD Jan 94
  32758. Dev.CD Oct 93
  32759. Dev.CD Jul 93
  32760. Dev.CD Apr 9V
  32761. 72896X
  32762. Apr 94
  32763. --set theItem to choose file -- uncomment to test in an AS editor
  32764.     tell application "Finder"
  32765.         open item "Dev.CD Apr 94
  32766. Dev.CD Jan 94
  32767. Dev.CD Oct 93
  32768. Dev.CD Jul 93
  32769. Dev.CD Apr 93"
  32770.         activate
  32771.     end tell
  32772. on error errMsg number errNum
  32773.     --enter statements to perform when no records are found such as...
  32774.     display dialog "Sorry, the item you selected could not be found."
  32775.     return
  32776. end try
  32777. All Packages
  32778. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  32779. Dev.CD Jan 94
  32780. Dev.CD Oct 93
  32781. Dev.CD Jul 93
  32782. Dev.CD Apr 93PDDev.CD Apr 94
  32783. Dev.CD Jan 94
  32784. Dev.CD Oct 93
  32785. Dev.CD Jul 93
  32786. Dev.CD Apr 9V
  32787. 72897X
  32788. Apr 94
  32789. ignore
  32790. ignores
  32791. ignoring
  32792. context
  32793. switch
  32794. context
  32795. switch
  32796. context
  32797. switch
  32798. context
  32799. switch
  32800. debugging
  32801. dsuserprocs
  32802. dsuserprocs
  32803. dsuserprocs
  32804. dsutils
  32805. dsutils
  32806. dsutils
  32807. stylechat
  32808. utilities
  32809. utilitieslib
  32810. dtscpluslib
  32811. dtscpluslib
  32812. dtscpluslibrary
  32813. dtscpluslibrary
  32814. dzautodrone
  32815. dzautodrone
  32816. dzautodroneburn
  32817. dzautodroneburn
  32818. dzautodroneexpl
  32819. dzautodroneexpl
  32820. dzdisplay
  32821. dzdisplay
  32822. dzdisplay
  32823. dzdrone
  32824. dzdrone
  32825. dzdrone
  32826. dzevenmoreresources
  32827. dzevenmoreresources
  32828. dzevents
  32829. dzevents
  32830. dzevents
  32831. dzgame
  32832. dzgame
  32833. dzgame
  32834. dzinput
  32835. selection
  32836. selectors
  32837. sendaec
  32838. sendae
  32839. sendae
  32840. sendera
  32841. sender
  32842. sender
  32843. sender
  32844. sender
  32845. rsrca
  32846. sendps
  32847. sendps
  32848. sequel
  32849. sequencer
  32850. sequences
  32851. serial
  32852. serial
  32853. arbitration
  32854. serialdriverarb
  32855. serialdriverarb
  32856. serialdriverarbitrat
  32857. serialdriverarbitrat
  32858. serialportsample
  32859. serialportsample
  32860. serialportsample
  32861. serialportsample
  32862. pbproj
  32863. serverT
  32864. server
  32865. controller
  32866. server
  32867. controller
  32868. server
  32869. controller
  32870. server
  32871. remote
  32872. control
  32873. server
  32874. remote
  32875. control
  32876. servercontrolintf
  32877. servercontrolintf
  32878. setfileflag
  32879. setfileflag
  32880. setfinderlock
  32881. setfinderlock
  32882. setfinfo
  32883. setfinfo
  32884. setfolderflag
  32885. setfolderflag
  32886. setlockbit
  32887. setlockbit
  32888. setlockbitatomsample
  32889.     E\ld exercise appropriate caution in making use of this code. More detailed warnings enclosed.
  32890. MoreFinderEvents.cp
  32891. MoreFinderEvents.h
  32892. TestFinderEvents
  32893. TestFinderEvents.c
  32894. TestFinderEvents.rsrc
  32895. TestFinderEvents.
  32896. Why was this archived?K
  32897. Sep 96M    System 7.N&Finder AppleEvents FinderEvents eventsOZDev.CD Nov 00 TC Disk 1:Sample Code:Archive:Interapplication Comm:Finder:MoreFinderEvents:PhDev.CD Nov 00 TC Disk 1
  32898.  - Sample Code
  32899.  - Archive
  32900.  - Interapplication Comm
  32901.  - Finder
  32902.  - MoreFinderEventsRJq
  32903. Dev.CD Nov 00 TC Disk 2
  32904. All Packages
  32905. DSp Context Switch
  32906. 70144X
  32907. usage
  32908. usbprinterclass
  32909. usbprinterdriver
  32910. This sample code illustrates how to compress and decompress JPEG images using QuickTime. We use the FCompressImage function, but you could also use the CompressImage function. Although this sample demonstrates only JPEG compression/decompression, you could use this as a framework for other types of compression (except for the decoding of the JPEG header).
  32911. This code is based largely on the existing code sample "JPEG Sample" by Mike Marinkovich and Guillermo Ortiz. This newer version is uncBcoupled from the Mac application framework they used and now runs on Windows.
  32912. Enjoy,
  32913. QuickTime Team
  32914. J>Building QT Samples
  32915. QTReadWriteJPEG.c
  32916. QTReadWriteJPEG.h
  32917. READMEOFDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtreadwritejpeg:PQDev.CD Nov 00 TC Disk 2
  32918.  - Sample Code
  32919.  - QuickTime
  32920.  - Goodies
  32921.  - qtreadwritejpeg
  32922. update-based
  32923. updatedr
  32924. updated
  32925. conceptual
  32926. reference
  32927. documentation
  32928. updatemovies
  32929. updater
  32930. updateresfile
  32931. updatesv
  32932. Summary:  The AppleEvents API is icky and you probably don't relish the idea of developing an intimate relationship with it. And you don't feel your application should yet require the scriptable Finder, which first shipped in System 7.5. Yet you still want to make Finder do backflips and cartwheels. Enter MoreFinderEvents. This package provides you with a painless API for sending some of the more simple forms of the FinderEvents, which have been with us since System 7.0.0. With this API yo
  32933. u can copy a file or open a control panel or empty the trash or any of several other things usually done by Finder at the user's request.
  32934. Issues:
  32935. [1] One of the following two things is true: [a] The handling of 'iconPosition' in 'MFE_DragLow' is buggy. [b] Finder doesn't handle this pparameter properly. The practical effect is that the icon lands in an uunpredictable position in the destination folder window. 
  32936. [2] Some FinderEvents result in Finder behavior which doesn't work well unles
  32937. s Finder is the front application. For example, you can submit a request to open the Page Setup dialog for a given folder window and Finder will happily open the Printing Manager and the appropriate dialog from the background. When the user brings Finder forward, the dialog won't (always) update properly. Bad. It's not clear what to do about this; some developers would probably rather decide for themselves when to bring Finder forward. I'd love to hear your feedback. 
  32938. [3] It's been sugges
  32939. ted you're better off using the scriptable Finder. It's said these older FinderEvents will go away eventually. These things are true, so you should use the scriptable Finder if it's available. See 'develop' magazine, issue 20, pages 65 to 78 for details. Does this mean you'll have two chunks of code in your application? Well... er... yes. Maybe someday I'll update this library so that a single call will work regardless of the presence of a scriptable Finder. Wouldn't that be cool? You shou
  32940. --set theItem to choose file -- uncomment to test in an AS editor
  32941.     tell application "Finder"
  32942.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:"
  32943.         activate
  32944.     end tell
  32945. on error errMsg number errNum
  32946.     --enter statements to perform when no records are found such as...
  32947.     display dialog "Sorry, the item you selected could not be found."
  32948.     return
  32949. end try
  32950. eject
  32951. cards
  32952. location
  32953. module
  32954. embedding
  32955. embedding
  32956. profile
  32957. documentation
  32958. empty
  32959. empty
  32960. engine
  32961. emulator
  32962. enable/disable
  32963. e    No Changeq
  32964. Dev.CD Nov 00 TC Disk 1
  32965. All Packages
  32966. New & RevisedF
  32967. Virtual User 3.2
  32968. Virtual User is the primary tool used by Apple Computer to perform integration, compatibility, and user-perceived performance testing.
  32969. Virtual User 3.2 is a full release version with major and minor enhancements, and several bug fixes.  See the VU 3.2 Release Notes for details.
  32970. Includes: Virtual User (PowerPC-only application, Mac OS 8.1-9.x compatible);  Agent VU (enabling system extension); documents; examples.
  32971. Virtual User 3.2.binK
  32972. Dec 97L
  32973. Dec 00
  32974.  00 RL Disk 1:What's New:Tool Chest:Testing & Debugging:Virtual User 3.2:V
  32975. 73028X
  32976. UpdatedoPftp://ftp.apple.com/developer/Tool_Chest/Testing_-_Debugging/Virtual_User_Tools/
  32977. 72609X
  32978. May 98^
  32979. --set theItem to choose file -- uncomment to test in an AS editor
  32980.     tell application "Finder"
  32981.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:"
  32982.         activate
  32983.     end tell
  32984. on error errMsg number errNum
  32985.     --enter statements to perform when no records are found such as...
  32986.     display dialog "Sorry, the item you selected could not be found."
  32987.     return
  32988. end try
  32989. e    No Changeq
  32990. Dev.CD May 98 TC
  32991. All Packages
  32992. SPEC S&L v.1.0.1
  32993.  Summary:  set of Virtual User scripts and libraries for automated testing purposes
  32994. Features:
  32995. Electronic Documentation in Apple DocViewer form.
  32996. 27 different 3rd party application scripts.
  32997. 26 Virtual User libraries
  32998. Several V.U. external tools to aid test automation
  32999. Issues:  Not supported
  33000. Virtual User tools.imgK
  33001. Feb 94M
  33002. Virtual User 2.0.1OJDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:V
  33003. 72610X
  33004. 1e    No Change
  33005. B-British:
  33006. BR-BrazilianPortuguese:
  33007. C-French Canadian:
  33008. CH-Simplified Chinese:
  33009. D-German:
  33010. DK-Danish:
  33011. Dutch:
  33012. E-Spanish:
  33013. F-French:
  33014. H-Norwegian:
  33015. Japanese:
  33016. K-Finnish:
  33017. KH-HangulKorean:
  33018. N-Dutch:
  33019. PO-Portuguese:
  33020. S-Swedish:
  33021. T-Italian:
  33022. TA-TradChinese:K
  33023. Apr 93L
  33024. Jul 98M
  33025. Requires a Mac OS
  33026. based computer with a 68040 or PowerPC processor (excludes 68030-based systems with 68040 processor upgrade card). At least 12MB of physical RAM with Virtual Memory set to at least 20MBN
  33027. OS 8, 8.1, Update,  ImageO@Dev.CD Jul 98 SSW/SDK:System Software:Worldwide System Software:PEDev.CD Jul 98 SSW/SDK
  33028.  - System Software
  33029.  - Worldwide System SoftwareV
  33030. 73070X
  33031. Jul 98^
  33032. SSW/SDK
  33033. e    No Change
  33034. yes/no
  33035. yield/suspend/resume
  33036. yielding
  33037. yieldtoanythread
  33038. 72012X
  33039. Nov 00^    TC Disk 1
  33040. --set theItem to choose file -- uncomment to test in an AS editor
  33041.     tell application "Finder"
  33042.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Archive:Interapplication Comm:Finder:MoreFinderEvents:"
  33043.         activate
  33044.     end tell
  33045. on error errMsg number errNum
  33046.     --enter statements to perform when no records are found such as...
  33047.     display dialog "Sorry, the item you selected could not be found."
  33048.     return
  33049. end try
  33050. Movedf&Finder AppleEvents FinderEvents eventsq
  33051. Dev.CD Nov 00 TC Disk 1
  33052. All Packages
  33053. MoreIsBetter
  33054. "MoreIsBetter is a code sample and library which provides indispensable work-arounds and illustrations for Mac OS programming.
  33055. It contains wrapper functions for: Control Manager, Appearance Manager, Dialog Manager, Window Manager, Menu Manager, Navigation Services, Network Setup, and more.
  33056. J+MIB-Clients
  33057. MIB-Documentation
  33058. MIB-LibrariesK
  33059. Nov 98L
  33060. Dec 99M
  33061. Universal Headers 3.2
  33062. developer's
  33063. developer/documentat
  33064. developersT
  33065. developingW
  33066. developments{
  33067. devfeedback
  33068. devicel
  33069. deviceloop
  33070. devicesW
  33071. devon
  33072. devsupport
  33073. code-reviewed
  33074. code-swapping
  33075. codec
  33076. codecs
  33077. coded
  33078. codesV
  33079. codewarriorZ
  33080. upMenu
  33081. MarkC
  33082. MarkPascal
  33083. MountProjector
  33084. MountServer
  33085. MyBuildMenu
  33086. OpenCheckedOut
  33087. OpenMultFiles
  33088. OSErr
  33089. PasMatIt
  33090. Print2
  33091. ProjectFolders
  33092. ProjectMenu
  33093. ProjListMenu
  33094. RelString
  33095. SetMarkers
  33096. SetMFSB
  33097. SetProject
  33098. SetProjector
  33099. SourceMenu
  33100. StripUnits
  33101. UnmountProjector
  33102. UnwrapCommentText
  33103. UserStartup
  33104. Goodies
  33105. WrapCommentText
  33106. MPW Goodies Info
  33107. MPW Goodies Info.txt
  33108. ATags
  33109. ATags Manual
  33110. ATags Manual.txt
  33111. CTags
  33112. Ctags Manual
  33113. Ctags Manual.txt
  33114. Findtag
  33115. Findtag Manual
  33116. Findtag Manual.txt
  33117. PopTag
  33118. PopTag Manual
  33119. PopTag Manual.txt
  33120. PTags
  33121. Ptags Manual
  33122. Ptags Manual.txt
  33123. READ ME
  33124. READ ME.txt
  33125. Sample Startup
  33126. Tags.Help
  33127. follows
  33128. font[
  33129. fontsN
  33130. fontsync
  33131. 9e    No Changeq
  33132. Dev.CD Nov 00 TC Disk 1
  33133. All Packages
  33134. System 7.0 WDEFI
  33135. Summary: System 7.0 standard window definition procedure.
  33136. Features: Use this as a guideline for making your custom windows emulate the standard system 7 look.J
  33137. StandardWDEF.aK
  33138. Vol VIIIM
  33139. System 7.0O;Dev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:System 7.0 WDEF:PCDev.CD Nov 00 TC Disk 1
  33140.  - Tool Chest
  33141.  - Toolbox
  33142.  - System 7.0 WDEFV
  33143. 72663X
  33144. Nov 00^    TC Disk 1
  33145. --set theItem to choose file -- uncomment to test in an AS editor
  33146.     tell application "Finder"
  33147.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:System 7.0 WDEF:"
  33148.         activate
  33149.     end tell
  33150. on error errMsg number errNum
  33151.     --enter statements to perform when no records are found such as...
  33152.     display dialog "Sorry, the item you selected could not be found."
  33153.     return
  33154. end try
  33155. e    No Changeq
  33156. Dev.CD Nov 00 TC Disk 1
  33157. All Packages
  33158. System 7.5 Update 1.0O
  33159. Dev.CD Jan 96 SSWP
  33160. Dev.CD Jan 96 SSV
  33161. 72664X
  33162. Jan 96
  33163. (** = new, * = revised)
  33164. 2BufRecord&Play:  This application uses double buffering for both recording and playback.
  33165. 2BufRecordBufferCmd:  This application records the sound into two buffers and as one buffer is recording the other buffer is played using bufferCmd.
  33166. 2BufRecordSndPlay:  This application records the sound into two buffers and as one buffer is recording the other buffer is played using SndPlay.
  33167. BufCallback:  This code demonstrates the use of a call back routine with the sound
  33168.  manager.  All it does is play a sound with bufferCmd and then wait for the call back routine to be called.  When the routine is called the app goes back to the event loop.
  33169. Cheap Studio: This sample shows how to use the SndPlayDoubleBufferand Record to disk examples to make a program that plays and records at the same time.
  33170. ClickSound:  A simple sound producer.
  33171. Double Buffer:  This sample application shows how to play sounds using double buffering.
  33172. EasyPlayRecord:  This simple applicat
  33173. utesample
  33174. utilcode
  33175. utilitiesQ
  33176. utilities
  33177. utilities
  33178. utilities
  33179. utilitiescommon
  33180. utilitiescommon
  33181. utilitieslib
  33182. utility
  33183. utilityservices
  33184. uwindoid
  33185. uwindoid
  33186. uwindoid
  33187. v1.5.2
  33188. v1.5.3
  33189. validator
  33190. MoreFiles is a collection of high-level routines written over the years to answer File Manager questions developers have sent to Apple Developer Technical Support, and to answer questions on various online services and the internet. The routines have been tested (but not stress-tested), documented, code-reviewed, and used in both my own programs, the Macintosh OS, and in many commercial products.
  33191. J1CHeaders
  33192. MoreFilesReadMe
  33193. PascalInterfaces
  33194. SourcesK
  33195. Nov 93L
  33196. Nov 98N
  33197. File Manager Sample CodeO4Dev.CD Nov 00 TC Disk 1:Sample Code:Files:MoreFiles:P<Dev.CD Nov 00 TC Disk 1
  33198.  - Sample Code
  33199.  - Files
  33200.  - MoreFilesght
  33201. SETPT
  33202. SETRECT
  33203. BTstBool
  33204. BTstQ
  33205. CenterWindow
  33206. CenterRectInRect
  33207. GetRectDevice
  33208. GetRectDeviceRect
  33209. GetWindowDevice
  33210. GetWindowDeviceRect
  33211. PStrConcat
  33212. ZoomToWindowDevice
  33213. DTS.Utilitiesq
  33214. Dev.CD Nov 00 TC Disk 2
  33215. All Packages
  33216. DTSCPlusLibraryV
  33217. 70147X
  33218. simple
  33219. simple
  33220. sample
  33221. which
  33222. demonstrates
  33223. setdeskcpa
  33224. simple
  33225. program
  33226. simpleapp
  33227. simplechooser
  33228. simplecocoaapp
  33229. simplecocoaapp
  33230. small
  33231. application
  33232. meant
  33233. simpleeditsdi
  33234. simpleeditsdi
  33235. sample
  33236. application
  33237. demonstrates
  33238. simplehelp
  33239. simplehelp
  33240. basic
  33241. sample
  33242. demonstrates
  33243. adding
  33244. simpleinit
  33245. 3.2.1
  33246. 8.5.1
  33247. 802.2
  33248. 802.3
  33249. a/roseR
  33250. 72468X
  33251. Oct 98^
  33252. x--set theItem to choose file -- uncomment to test in an AS editor
  33253.     tell application "Finder"
  33254.         open item "Dev.CD Oct 98 SDK:Development Kits:"
  33255.         activate
  33256.     end tell
  33257. on error errMsg number errNum
  33258.     --enter statements to perform when no records are found such as...
  33259.     display dialog "Sorry, the item you selected could not be found."
  33260.     return
  33261. end try
  33262. DeletedfUQTVR
  33263. QuickTime VR
  33264. Make QTVR Object
  33265. Make QTVR Panorama
  33266. QuickTime
  33267. virtual reality
  33268. toolsq
  33269. Dev.CD Oct 98 SDK
  33270. xD(All Packages
  33271. Reference Library Edition
  33272. QuickView
  33273.  Developer Edition
  33274. All Packages
  33275. QuickDraw GXO
  33276. Dev.CD Apr 95
  33277. Dev.CD Jan 95P
  33278. Dev.CD Apr 95
  33279. Dev.CD Jan 9V
  33280. 72336X
  33281. Apr 95
  33282. p--set theItem to choose file -- uncomment to test in an AS editor
  33283.     tell application "Finder"
  33284.         open item "Dev.CD Apr 95
  33285. Dev.CD Jan 95"
  33286.         activate
  33287.     end tell
  33288. on error errMsg number errNum
  33289.     --enter statements to perform when no records are found such as...
  33290.     display dialog "Sorry, the item you selected could not be found."
  33291.     return
  33292. end try
  33293. All Packages
  33294. QuickDraw GXO
  33295. Dev.CD Apr 95
  33296. Dev.CD Jan 95P
  33297. Dev.CD Apr 95
  33298. Dev.CD Jan 9V
  33299. 72337X
  33300. Apr 95
  33301. p--set theItem to choose file -- uncomment to test in an AS editor
  33302.     tell application "Finder"
  33303.         open item "Dev.CD Apr 95
  33304. Dev.CD Jan 95"
  33305.         activate
  33306.     end tell
  33307. on error errMsg number errNum
  33308.     --enter statements to perform when no records are found such as...
  33309.     display dialog "Sorry, the item you selected could not be found."
  33310.     return
  33311. end try
  33312. All Packages
  33313. b--set theItem to choose file -- uncomment to test in an AS editor
  33314.     tell application "Finder"
  33315.         open item "Dev.CD Jul 95"
  33316.         activate
  33317.     end tell
  33318. on error errMsg number errNum
  33319.     --enter statements to perform when no records are found such as...
  33320.     display dialog "Sorry, the item you selected could not be found."
  33321.     return
  33322. end try
  33323. packages
  33324. 72011X
  33325. Nov 00^    TC Disk 1
  33326. --set theItem to choose file -- uncomment to test in an AS editor
  33327.     tell application "Finder"
  33328.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Files:MoreFiles:"
  33329.         activate
  33330.     end tell
  33331. on error errMsg number errNum
  33332.     --enter statements to perform when no records are found such as...
  33333.     display dialog "Sorry, the item you selected could not be found."
  33334.     return
  33335. end try
  33336. e    No Changef
  33337. File Manager Sample Codeq
  33338. Dev.CD Nov 00 TC Disk 1
  33339. All Packages
  33340. MoreFinderEvents
  33341. 72012X
  33342. tion "Finder"
  33343.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:DTSCPlusLibrary:"
  33344.         activate
  33345.     end tell
  33346. on error errMsg number errNum
  33347.     --enter statements to perform when no records are found such as...
  33348.     display dialog "Sorry, the item you selected could not be found."
  33349.     return
  33350. end try
  33351. e    No Changef?C++
  33352. framework
  33353. rapid application development
  33354. DTSCPlusLibraryq
  33355. Dev.CD Nov 00 TC Disk 2
  33356. All Packages
  33357. color
  33358. space
  33359. profile
  33360. labelmenu
  33361. labelmenu
  33362. labelmenu
  33363. labelmenu
  33364. labelmenu
  33365. language
  33366. language
  33367. analysis
  33368. entire
  33369. contents
  33370. network
  33371. dumps
  33372. dumpsrec
  33373. dumpster
  33374. duplicate
  33375. during_
  33376. dutch
  33377. dvd-rom
  33378. dykstra-erickson
  33379. dylan
  33380. yours
  33381. yourself
  33382. yuv-decomposed
  33383. zanzibar
  33384. zap's
  33385. zaptcp
  33386. dukemovie
  33387. dukemovie
  33388. dumparpcache
  33389. dumparpcache
  33390. dumparpcache
  33391. dumparpcache
  33392. dumpnetworksetup
  33393. dumpnetworksetup
  33394. dumpnetworksetup
  33395. dumpnetworksetup-ppc
  33396. dumpscreen
  33397. dumpscreen
  33398. dumpscreen
  33399. dumpster
  33400. dutch
  33401. dutch
  33402. 1.1.3
  33403. primer
  33404. dzautodrone
  33405. dzautodrone
  33406. dzautodroneburn
  33407. dzautodroneburn
  33408. dzautodroneexpl
  33409. dzautodroneexpl
  33410. dzdisplay
  33411. dzdisplay
  33412. dzdisplay
  33413. dzdrone
  33414. dzdrone
  33415. dzdrone
  33416. dzevenmoreresources
  33417. dzevenmoreresources
  33418. dzevents
  33419. dzevents
  33420. dzevents
  33421. dzgame
  33422. dzgame
  33423. dzgame
  33424. dzinput
  33425. sample
  33426. serves
  33427. purposes
  33428. contains
  33429. sample
  33430. sample
  33431. shows
  33432. implementation
  33433. netsprocket
  33434. sample
  33435. shows
  33436. basic
  33437. implementations
  33438. drawsprocket
  33439. sample
  33440. shows
  33441. build
  33442. three
  33443. types
  33444. quicktime
  33445. sample
  33446. shows
  33447. transport
  33448. sample
  33449. shows
  33450. create
  33451. basic
  33452. controlstrip
  33453. module
  33454. sample
  33455. shows
  33456. commonly
  33457. sample
  33458. shows
  33459. access
  33460. interactive
  33461. sample
  33462. shows
  33463. macapp
  33464. behaviors
  33465. sample
  33466. shows
  33467. thread
  33468. application
  33469. sample
  33470. shows
  33471. cmchoose
  33472. cmgetconfig
  33473. sample
  33474. shows
  33475. spbrecord
  33476. record
  33477. memory
  33478. sample
  33479. shows
  33480. network
  33481. setup
  33482. library
  33483. sample
  33484. shows
  33485. postscripthandle
  33486. piccomment
  33487. sample
  33488. shows
  33489. quicktime
  33490. graphicimporter
  33491. transport
  33492. autopush
  33493. driver
  33494. transport
  33495. resource
  33496. codewarrior
  33497. ethern
  33498. transport
  33499. debug
  33500. transport
  33501. kernel
  33502. strlog
  33503. debug
  33504. streams
  33505. otstreaml
  33506. transport
  33507. appletalk
  33508. rawmode
  33509. nbplookup
  33510. otlookup
  33511. transport
  33512. mapper
  33513. mapperref
  33514. otlookupnametest
  33515. transport
  33516. netstat
  33517. display
  33518. cache
  33519. logical
  33520. physic
  33521. transport
  33522. no-copy
  33523. receives
  33524. otbuffer
  33525. otbufferinfo
  33526. nocopy
  33527. transport
  33528. rawip
  33529. otpingsample
  33530. transport
  33531. traceroute
  33532. rawip
  33533. ottraceroutesamp
  33534. transport
  33535. otgetendpointinfo
  33536. tendpointinfo
  33537. etsda
  33538. transport
  33539. otlifo
  33540. otfifo
  33541. otlink
  33542. linked
  33543. transport
  33544. otoptionmanagment
  33545. option
  33546. management
  33547. getsetopt
  33548. transport
  33549. registry
  33550. otgetindexedport
  33551. transport
  33552. serial
  33553. registry
  33554. otgetuserportnamefro
  33555. transport
  33556. server
  33557. tilisten
  33558. notifiers
  33559. listen/accept
  33560. hando
  33561. ottcpwilldial
  33562. Nov 00^    TC Disk 1
  33563. --set theItem to choose file -- uncomment to test in an AS editor
  33564.     tell application "Finder"
  33565.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Devices:NuBus/Slot Manager:Slot Look:"
  33566.         activate
  33567.     end tell
  33568. on error errMsg number errNum
  33569.     --enter statements to perform when no records are found such as...
  33570.     display dialog "Sorry, the item you selected could not be found."
  33571.     return
  33572. end try
  33573. e    No Changeq
  33574. Dev.CD Nov 00 TC Disk 1
  33575. All Packages
  33576. SlotsI
  33577. Slots: This application allows you to view Declaration ROM structures by either parsing the ROM directly or using Slot Manager calls.  J
  33578. SlotsK
  33579. Oct 92OCDev.CD Nov 00 TC Disk 1:Tool Chest:Devices:NuBus/Slot Manager:SlotsPNDev.CD Nov 00 TC Disk 1
  33580.  - Tool Chest
  33581.  - Devices
  33582.  - NuBus/Slot Manager
  33583.  - SlotV
  33584. 72569X
  33585. Nov 00^    TC Disk 1
  33586. e    No Change
  33587. tesapple
  33588. draggingspritesapple
  33589. draglib
  33590. dragstuff
  33591. dragstuff
  33592. dragutils
  33593. dragutils
  33594. dragwindowgrid
  33595. timecode
  33596. media
  33597. handler
  33598. use-nvramrc
  33599. 70150X
  33600. Nov 00^    TC Disk 1
  33601. e    No Changeo&http://developer.apple.com/samplecode/
  33602. arcellana
  33603. architectural
  33604. architecture{
  33605. chitectures
  33606. archive
  33607. archived
  33608. archivesz
  33609. e    No Changef
  33610. QuickTime
  33611. Dev.CD Nov 00 TC Disk 2
  33612. All Packages
  33613. VelEng FFT
  33614. G4 Velocity Engine implementation of fast Fourier transform (FFT) and associated convolution/correlation routines. 
  33615. Though arbitrary signal lengths (i.e. all powers of 2) are handled, our design emphasis is on very long signals (length N >= 2^16 and on into the millions), for which cache considerations are paramount. The core of the library is a particular variant of full-complex FFT that for signal length N = 2^10 executes at 1.15 giga ops (500 MHz G4). This cache-friendly, core FFT play
  33616. .s a dominant role in the long-signal cases such as two-dimensional FFT and convolution. More important perhaps than the core performance benchmark is the manner in which one can sift through the myriad prevailing (and new) FFT frameworks, to arrive at a suitable such framework for the Velocity Engine.
  33617. J?G4 FFT.pdf
  33618. Test vBigDSP
  33619. Test vBigDSP.c
  33620. Test vBigDSP.out
  33621. vBigDSPM
  33622. G4019X
  33623. 1e    No Change
  33624. macin
  33625. opentransport
  33626. opentransport
  33627. cache
  33628. display
  33629. dumparpcache
  33630. opentransport
  33631. control
  33632. strip
  33633. module
  33634. opentransport
  33635. server
  33636. thread
  33637. manager
  33638. tcp/ip
  33639. iostreams
  33640. optimization
  33641. optimization
  33642. buffered
  33643. system
  33644. cache
  33645. cacheline
  33646. optimizati
  33647. optimization
  33648. power
  33649. macintosh
  33650. powerpc
  33651. toolbox
  33652. option
  33653. oracle
  33654. ordered
  33655. oriented
  33656. ot/ppp
  33657. ot/ppp
  33658. control
  33659. strip
  33660. ot/ppp
  33661. control
  33662. strip
  33663. sample
  33664. ot/ppp
  33665. transport
  33666. getpppstatus
  33667. ot/ppp
  33668. otbuffer
  33669. otbufferinfo
  33670. otdumpinternetstatus
  33671. otdumpportregistry
  33672. otendpointinfo
  33673. otfifo
  33674. otfindserialports
  33675. otgetendpointinfo
  33676. otgetindexedport
  33677. otgetuserportnamefro
  33678. otlifo
  33679. otlink
  33680. otllctest
  33681. otlookup
  33682. otlookupnametest
  33683. otoptionmanagment
  33684. otpapsampleserver
  33685. "AEHelpers.c
  33686. AEHelpers.h
  33687. FileHelpers.c
  33688. FileHelpers.h
  33689. FinderRegistry.h
  33690. MoreAppleEvents.mcp
  33691. MoreAppleEventsLib(PPC)
  33692. MoreFinderEvents.c
  33693. MoreFinderEvents.h
  33694. ObjectHelpers.c
  33695. ObjectHelpers.h
  33696. OSAHelpers.c
  33697. OSAHelpers.h
  33698. PrivateConditionals.h
  33699. ProcessHelpers.c
  33700. ProcessHelpers.h
  33701. ProductInfo
  33702. VersionInfo.r
  33703. MOMinimum system version: 7.0, Also used some functions in the MoreFiles package.N.AppleScript, Apple events, AppleEvents, FinderOJDev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:MoreAppleEvents:PRDev.CD Nov 00 TC Disk 1
  33704.  - Sample Code
  33705.  - Interapplication Comm
  33706.  - MoreAppleEventsnd audio can be delivered to the consumer on a single interactive c
  33707. 70151X
  33708. Open TransportN$Open Transport, autopush, sad driverO<Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:MoreAutoPush:PDDev.CD Nov 00 TC Disk 1
  33709.  - Sample Code
  33710.  - Networking
  33711.  - MoreAutoPushV
  33712. 72010X
  33713. Nov 00^    TC Disk 1
  33714. --set theItem to choose file -- uncomment to test in an AS editor
  33715.     tell application "Finder"
  33716.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:MoreAutoPush:"
  33717.         activate
  33718.     end tell
  33719. on error errMsg number errNum
  33720.     --enter statements to perform when no records are found such as...
  33721.     display dialog "Sorry, the item you selected could not be found."
  33722.     return
  33723. end try
  33724. e    No Changef"Open Transport
  33725. autopush
  33726. sad drivero&http://developer.apple.com/samplecode/q
  33727. Dev.CD Nov 00 TC Disk 1
  33728. All Packages
  33729. F    MoreFiles
  33730. 72011X
  33731. All Packages
  33732. System Enabler 065 (LC 575)O
  33733. Dev.CD Apr 94
  33734. Dev.CD Jan 94P
  33735. Dev.CD Apr 94
  33736. Dev.CD Jan 9V
  33737. 72781X
  33738. Apr 94
  33739. p--set theItem to choose file -- uncomment to test in an AS editor
  33740.     tell application "Finder"
  33741.         open item "Dev.CD Apr 94
  33742. Dev.CD Jan 94"
  33743.         activate
  33744.     end tell
  33745. on error errMsg number errNum
  33746.     --enter statements to perform when no records are found such as...
  33747.     display dialog "Sorry, the item you selected could not be found."
  33748.     return
  33749. end try
  33750. All Packages
  33751. System Enabler 065 (LC 575)O
  33752. Dev.CD Apr 94P
  33753. Dev.CD Apr 9V
  33754. 72782X
  33755. Apr 94
  33756. b--set theItem to choose file -- uncomment to test in an AS editor
  33757.     tell application "Finder"
  33758.         open item "Dev.CD Apr 94"
  33759.         activate
  33760.     end tell
  33761. on error errMsg number errNum
  33762.     --enter statements to perform when no records are found such as...
  33763.     display dialog "Sorry, the item you selected could not be found."
  33764.     return
  33765. end try
  33766. All Packages
  33767. 72783
  33768. p--set theItem to choose file -- uncomment to test in an AS editor
  33769.     tell application "Finder"
  33770.         open item "Dev.CD Apr 92
  33771. Dev.CD Mar 92"
  33772.         activate
  33773.     end tell
  33774. on error errMsg number errNum
  33775.     --enter statements to perform when no records are found such as...
  33776.     display dialog "Sorry, the item you selected could not be found."
  33777.     return
  33778. end try
  33779. ulates
  33780. simulation
  33781. ext:  This sample demonstrates two methods of printing gray text. On PostScript printers it sends PostScript, on QuickDraw printers it sends Color QuickDraw calls. If a QuickDraw printer does not use a CGrafPort, the gray text comes out as black.
  33782. HairLines:  HairLines is an MPW 3.2 Pascal sample that demonstrates different methods of creating hairlines on printers.
  33783. ImageWriter bug:  This sample snippet demonstrates how to work around the 'dctb' bug in the ImageWriter II 6.1 and 7.0 drive
  33784. rs. This bug causes a crash when doing a style (Page Setup) dialog after setting draftBits with PrGeneral.
  33785. InvertedText:  This sample application gives you cool tricks for printing inverted text.
  33786. IsImageWriter:  This program contains a few functions for determining if an ImageWriter is connected and if so, which port it should be connected to.
  33787. PicCommentsTest:  Here's a complete working application you can use to investigate further the interpretation of picture comments by various prin
  33788. 72009X
  33789. Nov 00^    TC Disk 1
  33790. --set theItem to choose file -- uncomment to test in an AS editor
  33791.     tell application "Finder"
  33792.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:MoreAppleEvents:"
  33793.         activate
  33794.     end tell
  33795. on error errMsg number errNum
  33796.     --enter statements to perform when no records are found such as...
  33797.     display dialog "Sorry, the item you selected could not be found."
  33798.     return
  33799. end try
  33800. e    No Changef+AppleScript
  33801. Apple events
  33802. AppleEvents
  33803. Finderq
  33804. Dev.CD Nov 00 TC Disk 1
  33805. All Packages
  33806. MoreAutoPushI
  33807. This sample serves two purposes: it contains a sample code library that simplifies access to the STREAMS "sad" (autopush) driver, and it includes a program that you can use to establish arbitrary autopushes for testing purposes.
  33808. J8MoreOpenTransport
  33809. MoreSetup.h
  33810. Read Me About MoreAutoPushK
  33811. Nov 00O<Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:MoreAutoPush:V
  33812. 72010X
  33813. 1e    No Changeo&http://developer.apple.com/samplecode/
  33814. catalogs
  33815. catch
  33816. catched
  33817. catches
  33818. categoriesj
  33819. category
  33820. catmoving
  33821. catsearch
  33822. causeX
  33823. caused
  33824. causes
  33825. causing
  33826. cautionP
  33827. caution
  33828. software
  33829. compatible
  33830. system
  33831. cautionary
  33832. caveats
  33833. cbufffilestream
  33834. tracker
  33835. sample
  33836. demonstrates
  33837. cdevse
  33838. cdk's
  33839. celestial
  33840. celik
  33841. center
  33842. centered
  33843. central
  33844. centre
  33845. certain
  33846. certainly
  33847. certificate
  33848. certificates
  33849. certified
  33850. cfdata
  33851. summary
  33852. macintosh
  33853. developer
  33854. notes
  33855. published
  33856. developer
  33857. summary
  33858. macintosh
  33859. technology
  33860. apple
  33861. summary
  33862. macintosh
  33863. translation
  33864. manager
  33865. summary
  33866. macodbc
  33867. standard
  33868. developers
  33869. write
  33870. summary
  33871. makemake
  33872. which
  33873. generates
  33874. correct
  33875. summary
  33876. manalyzer
  33877. local
  33878. network
  33879. analyzer
  33880. summary
  33881. memory
  33882. monitor
  33883. software
  33884. utility
  33885. which
  33886. provides
  33887. summary
  33888. midiconverter
  33889. application
  33890. converting
  33891. gener
  33892. ival Gd.pdf
  33893. QT3-More Than Dig. Video.pdf
  33894. Simplified Stream Audio.pdf
  33895. Web Animation Guide.pdf
  33896. WebObjects Database Part I.pdf
  33897. WebObjects Database Part II.pdf
  33898. WebObjects Memory Mgmt.pdf
  33899. WebObjects Tools and Techniques
  33900. WebObjectsCategories&Posers.pdf
  33901. WebObjectsPerformanceTuning
  33902. Working with WebObjects.pdf
  33903. Writing for Interactive Media
  33904. --set theItem to choose file -- uncomment to test in an AS editor
  33905.     tell application "Finder"
  33906.         open item "Dev.CD Apr 94
  33907. Dev.CD Jan 94
  33908. Dev.CD Oct 93
  33909. Dev.CD Jul 93
  33910. Dev.CD Apr 93"
  33911.         activate
  33912.     end tell
  33913. on error errMsg number errNum
  33914.     --enter statements to perform when no records are found such as...
  33915.     display dialog "Sorry, the item you selected could not be found."
  33916.     return
  33917. end try
  33918. savings
  33919. scale
  33920. scanner
  33921. scomQ
  33922. scrap
  33923. screent
  33924. scriptb
  33925. scriptableO
  33926. scripting
  33927. scriptswitcher
  33928. scriptswitcher
  33929. script
  33930. switcher
  33931. scroll
  33932. scrollbar
  33933. scrollbar
  33934. controls
  33935. setcontrolmaximum
  33936. setcontrolminimum
  33937. setco
  33938. scrollbars
  33939. scrolling
  33940. caching
  33941. calccmask
  33942. calcmask
  33943. calculate
  33944. calculates
  33945. calculates
  33946. value
  33947. counters
  33948. prescalers
  33949. calculator
  33950. calendar
  33951. calibration
  33952. callh
  33953. --set theItem to choose file -- uncomment to test in an AS editor
  33954.     tell application "Finder"
  33955.         open item "Dev.CD Apr 94
  33956. Dev.CD Jan 94
  33957. Dev.CD Oct 93
  33958. Dev.CD Jul 93
  33959. Dev.CD Apr 93"
  33960.         activate
  33961.     end tell
  33962. on error errMsg number errNum
  33963.     --enter statements to perform when no records are found such as...
  33964.     display dialog "Sorry, the item you selected could not be found."
  33965.     return
  33966. end try
  33967. internal
  33968. logic
  33969. internally
  33970. internals
  33971. international
  33972. internationalization
  33973. internety
  33974. interoperability
  33975. interoperate
  33976. All Packages
  33977. System Enabler 088 (AVs)O
  33978. Dev.CD Apr 94
  33979. Dev.CD Jan 94P
  33980. Dev.CD Apr 94
  33981. Dev.CD Jan 9V
  33982. 72821X
  33983. Apr 94
  33984. p--set theItem to choose file -- uncomment to test in an AS editor
  33985.     tell application "Finder"
  33986.         open item "Dev.CD Apr 94
  33987. Dev.CD Jan 94"
  33988.         activate
  33989.     end tell
  33990. on error errMsg number errNum
  33991.     --enter statements to perform when no records are found such as...
  33992.     display dialog "Sorry, the item you selected could not be found."
  33993.     return
  33994. end try
  33995. All Packages
  33996. System Enabler 088 (AVs)O
  33997. Dev.CD Apr 94
  33998. Dev.CD Jan 94P
  33999. Dev.CD Apr 94
  34000. Dev.CD Jan 9V
  34001. 72822X
  34002. Apr 94
  34003. p--set theItem to choose file -- uncomment to test in an AS editor
  34004.     tell application "Finder"
  34005.         open item "Dev.CD Apr 94
  34006. Dev.CD Jan 94"
  34007.         activate
  34008.     end tell
  34009. on error errMsg number errNum
  34010.     --enter statements to perform when no records are found such as...
  34011.     display dialog "Sorry, the item you selected could not be found."
  34012.     return
  34013. end try
  34014. Summary:  The Word Services Apple Event Suite allows any application to link to a speller, grammar checker or other text service as if it is a built-in menu item.  It is probably the simplest really useful thing you can do with Apple Events.
  34015. The Word Services SDK contains the suite specification, tutorial documents, the Spellswell 7 Demo from Working Software, a HyperCard Word Services XCMD and the complete source code to Writeswell Jr., a simple Word Services word processor.
  34016. Issues:  ThB
  34017. e Word Services SDK, including the specification and sample code, are copyrighted by Working Software, but the copyrights given in the code grant permission to distribute it. 
  34018. Spellswell
  34019.  7 Demo:
  34020. Word Services MacHack '94.pdf
  34021. Word Services Specification.pdf
  34022. Word Services XCMD 1.0d2:
  34023. Writeswell Jr.:K
  34024. Aug 96M
  34025. System 7.0 or later.OvDev.CD Dec 99 RL:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:Word Services Suite 1.0.7:
  34026. rPSDev.CD Feb 00 TC
  34027.  - What's New?
  34028.  - Development Kits
  34029.  - Mac OS
  34030.  - QuickTime Java SDKV
  34031. 72463X
  34032. Feb 00^
  34033. --set theItem to choose file -- uncomment to test in an AS editor
  34034.     tell application "Finder"
  34035.         open item "Dev.CD Feb 00 TC:What's New?:Development Kits:Mac OS:QuickTime Java SDK:"
  34036.         activate
  34037.     end tell
  34038. on error errMsg number errNum
  34039.     --enter statements to perform when no records are found such as...
  34040.     display dialog "Sorry, the item you selected could not be found."
  34041.     return
  34042. end try
  34043. e    No Changef
  34044. QuickTime
  34045. http://developer.apple.com/sdk/q
  34046. Dev.CD Feb 00 TC
  34047. sD!All Packages
  34048. Tool Chest Edition
  34049. QuickTime Java Windows SDKITQuickTime for Java Windows SDK.  Includes QuickTime for Java API javadoc, and demos.J
  34050. QTJava_SDK.zipK
  34051. Feb 00:What's New?:Development Kits:Cross Platform:QuickTime Java Windows SDK:V
  34052. 72464X
  34053. 1e    No Changeo
  34054. http://developer.apple.com/sdk/
  34055. multiprocessor
  34056. manager
  34057. sample
  34058. solaris
  34059. 1:Sample Code:Human Interface Toolbox:EditTextCdev:PQDev.CD Nov 00 TC Disk 1
  34060.  - Sample Code
  34061.  - Human Interface Toolbox
  34062.  - EditTextCdevV
  34063. 70152X
  34064. Nov 00^    TC Disk 1
  34065. --set theItem to choose file -- uncomment to test in an AS editor
  34066.     tell application "Finder"
  34067.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:EditTextCdev:"
  34068.         activate
  34069.     end tell
  34070. on error errMsg number errNum
  34071.     --enter statements to perform when no records are found such as...
  34072.     display dialog "Sorry, the item you selected could not be found."
  34073.     return
  34074. end try
  34075. e    No Changef
  34076. textq
  34077. Dev.CD Nov 00 TC Disk 1
  34078. All Packages
  34079. EenieI
  34080. Eenie - example MacApp program of how to use the Dependency mechanism
  34081. and Adorners. Also shows how to use the new View format with defining
  34082. customized cursors over views.V
  34083. 70153X
  34084. 1e    No Change
  34085. 72963X
  34086. Sep 00^    RL Disk 2
  34087. --set theItem to choose file -- uncomment to test in an AS editor
  34088.     tell application "Finder"
  34089.         open item "Dev.CD Sep 00 RL Disk 2:TechnicalPublications:FunctionIndex:"
  34090.         activate
  34091.     end tell
  34092. on error errMsg number errNum
  34093.     --enter statements to perform when no records are found such as...
  34094.     display dialog "Sorry, the item you selected could not be found."
  34095.     return
  34096. end try
  34097. Deletedf#Function Index
  34098. Mac OS 8
  34099. Inside Mac.o.http://developer.apple.com/techpubs/index.htmlq
  34100. Dev.CD Sep 00 RL Disk 2
  34101. All Packages
  34102. New & RevisedF Technical Publications: Hardware
  34103.     veness
  34104. electronics
  34105. elegant
  34106. element
  34107. elements
  34108. eliminates
  34109. eliminating
  34110. elizabeth
  34111. email
  34112. embed
  34113. packages
  34114. Summary:  Macintosh Developer Notes, published on the Developer CD, contain over 700 pages of system software information not presently covered in Inside Macintosh.  Software developers seldom look for this type of information in the Macintosh Developer Notes because they assume that the notes are hardware specific. This is not a good assumption; developer notes do include detailed information on new system software APIs. To help you access this information more readily, we have compiled aBsn Acrobat document with links to specific chapters in the developer notes that are cataloged as software documents.
  34115. JQDisplay Device Driver Guide
  34116. Mac OS Runtime Architectures
  34117. Read Me - Other SSW DocsK
  34118. Mar 95O@Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:PEDev.CD Dec 99 RL
  34119.  - Technical Documentation
  34120.  - More SSW Documentationer
  34121. custom cursor
  34122. dependency
  34123. Eenieq
  34124. Dev.CD Nov 00 TC Disk 2
  34125. D!All Packages
  34126. Tool Chest Edition
  34127. Eject PC Cards Location Module
  34128. lOTDev.CD Jul 99 SDK1:What's New:Reference Library:Technical Publications:MacOSXServer:P_Dev.CD Jul 99 SDK1
  34129.  - What's New
  34130.  - Reference Library
  34131.  - Technical Publications
  34132.  - MacOSXServerV
  34133. 72969X
  34134. Jul 99^
  34135. --set theItem to choose file -- uncomment to test in an AS editor
  34136.     tell application "Finder"
  34137.         open item "Dev.CD Jul 99 SDK1:What's New:Reference Library:Technical Publications:MacOSXServer:"
  34138.         activate
  34139.     end tell
  34140. on error errMsg number errNum
  34141.     --enter statements to perform when no records are found such as...
  34142.     display dialog "Sorry, the item you selected could not be found."
  34143.     return
  34144. end try
  34145. Deletedf@MacOSXServer
  34146. AppKit
  34147. Foundation
  34148. Project Builder
  34149. Interface Builderq
  34150. Dev.CD Jul 99 SDK1
  34151. All Packages
  34152. New & RevisedF!Technical Publications: QuickTime
  34153. demonstation
  34154. demonstrateb
  34155. Nov 96L
  34156. Dec 96M
  34157. System 7.0 or laterN5SimpleText, SimpleText source code, SimpleText SampleO?Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:SimpleText Sample:PGDev.CD Nov 00 TC Disk 2
  34158.  - Sample Code
  34159.  - Overview
  34160.  - SimpleText SampleV
  34161. 72565X
  34162. Nov 00^    TC Disk 2
  34163. --set theItem to choose file -- uncomment to test in an AS editor
  34164.     tell application "Finder"
  34165.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:SimpleText Sample:"
  34166.         activate
  34167.     end tell
  34168. on error errMsg number errNum
  34169.     --enter statements to perform when no records are found such as...
  34170.     display dialog "Sorry, the item you selected could not be found."
  34171.     return
  34172. end try
  34173. e    No Changef3SimpleText
  34174. SimpleText source code
  34175. SimpleText Sampleq
  34176. Dev.CD Nov 00 TC Disk 2
  34177. All Packages
  34178. SimpleVideoOut
  34179. 72566X
  34180. moofwars
  34181. morefiles
  34182. moreisbetter
  34183. morpheme
  34184. mouse
  34185. mouse
  34186. driver
  34187. mouse
  34188. moved
  34189. mouseevent
  34190. mouseinfo
  34191. moved
  34192. movewindow
  34193. movie
  34194. movie
  34195. importer
  34196. movies
  34197. pascal
  34198. audio
  34199. debug
  34200. uments outlining strategies for embedding ICC Profiles in TIFF, PICT, GIF, JFIF and EPS formats.
  34201. This folder contains updated documents outlining strategies for embedding ICC Profiles in TIFF, PICT, GIF, JFIF and EPS formats. These documents are of interest to ColorSync-savvy applications.
  34202. e    No Change
  34203. 72008X
  34204. Dec 99^
  34205. --set theItem to choose file -- uncomment to test in an AS editor
  34206.     tell application "Finder"
  34207.         open item "Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:"
  34208.         activate
  34209.     end tell
  34210. on error errMsg number errNum
  34211.     --enter statements to perform when no records are found such as...
  34212.     display dialog "Sorry, the item you selected could not be found."
  34213.     return
  34214. end try
  34215. Deletedq
  34216. Dev.CD Dec 99 RL
  34217. All Packages
  34218. MoreAppleEvents
  34219. This sample includes a library of utility routines that assist in the creation and sending of Apple events and object descriptors.
  34220. Contains routines to help you:
  34221. - Building Apple events and the objects needed to communicate with other applications.
  34222. - Send Apple events and extract results from the Apple event replies. 
  34223. - Build and send events to the Finder. 
  34224. - Load and execute AppleScript scripts from an application.
  34225. 72009X
  34226. 1e    No Change
  34227. sprockets
  34228. sprite
  34229. blitter
  34230. drawsprocket
  34231. moofwars@
  34232. getdevicelist
  34233. getnextdevice
  34234. baseaddr
  34235. rowbytes
  34236. pixelsize@
  34237. graphicimporter@
  34238. guide@
  34239. postscript
  34240. sample
  34241. code@
  34242. hierarchical
  34243. menus@
  34244. imaging@
  34245. inline@
  34246. after
  34247. wombat@
  34248. language@
  34249. line@
  34250. loading@
  34251. macapp
  34252. framework
  34253. object-oriented
  34254. standard
  34255. library
  34256. carbonli@
  34257. macintalk@
  34258. manager@
  34259. cumentationV
  34260. 70155X
  34261. Apr 98^
  34262. --set theItem to choose file -- uncomment to test in an AS editor
  34263.     tell application "Finder"
  34264.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Documentation:Embedding Profile Documentation:"
  34265.         activate
  34266.     end tell
  34267. on error errMsg number errNum
  34268.     --enter statements to perform when no records are found such as...
  34269.     display dialog "Sorry, the item you selected could not be found."
  34270.     return
  34271. end try
  34272. e    No Change
  34273. sprockets
  34274. sprite
  34275. blitter
  34276. drawsprocket
  34277. moofwars
  34278. gamepad
  34279. games
  34280. gaming
  34281. gamma
  34282. gatewayT
  34283. gdevice
  34284. gdevicechanged
  34285. generator
  34286. gestalt
  34287. gestalt
  34288. gestaltnativecputype
  34289. gestaltprocessortype
  34290. gestalt
  34291. gestaltvmattr
  34292. gestalt
  34293. quickdraw
  34294. gestaltquickdrawvers
  34295. gestaltquickdrawfeat
  34296. gestalt
  34297. selector
  34298. codes
  34299. gestalt
  34300. manager
  34301. machine
  34302. identificatio
  34303. gestaltnativecputype
  34304. gestaltprocessortype
  34305. gestaltquickdrawfeat
  34306. gestaltquickdrawvers
  34307. gestaltvmattr
  34308. getcontrolmaximum
  34309. getcontrolminimum
  34310. getcontrolvalue
  34311. getcpixel
  34312. getctable
  34313. getctable
  34314. newpalette
  34315. setpalette
  34316. palette
  34317. animation
  34318. animatepal
  34319. getcwmgrport
  34320. getcwmgrport
  34321. getdevicelist
  34322. getnextdevice
  34323. copybits
  34324. openpictur
  34325. getdevicelist
  34326. getdevicelist
  34327. gdevicechanged
  34328. getnextdevice
  34329. getmaindevice
  34330. 70157X
  34331. All Packages
  34332. SimplePlayerSDII
  34333. SimpleSDIPlayer is a sample application that demonstrates how to display QuickTime movies using the SDI (single document interface).
  34334. mssccprj.scc
  34335. QTime.c
  34336. QTime.h
  34337. README.txt
  34338. resource.h
  34339. SimplePlayerSDI.c
  34340. SimplePlayerSDI.def
  34341. SimplePlayerSDI.dsp
  34342. SimplePlayerSDI.dsw
  34343. SimplePlayerSDI.exe
  34344. SimplePlayerSDI.h
  34345. SimplePlayerSDI.mak
  34346. SimplePlayerSDI.rc
  34347. STDWIN.C
  34348. STDWIN.HOIDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:SimplePlayerSDI.win:PTDev.CD Nov 00 TC Disk 2
  34349.  - Sample Code
  34350.  - QuickTime
  34351.  - Basics
  34352.  - SimplePlayerSDI.winV
  34353. 72564X
  34354. Nov 00^    TC Disk 2
  34355. e    No Change
  34356. enterbutton
  34357. environment
  34358. eomodeler
  34359. eomodeler
  34360. errata~
  34361. error
  34362. errormsg
  34363. errormsg
  34364. errormsg
  34365. errors
  34366. ethernet
  34367. event~
  34368. eventloop
  34369. eventloop
  34370. events
  34371. events
  34372. apple
  34373. ethernet
  34374. apple
  34375. video
  34376. morley@
  34377. move@
  34378. movieplayer@
  34379. mpw's@
  34380. mueller@
  34381. multi-interface@
  34382. multifinder@
  34383. must@
  34384. nasty@
  34385. needed@
  34386. networking@
  34387. fcode
  34388. tokenizer
  34389. board
  34390. fcode
  34391. driver
  34392. development@
  34393. newer@
  34394. newmoviefromdataref@
  34395. nifty@
  34396. no-so-subtle@
  34397. non-portable@
  34398. normal@
  34399. notation@
  34400. on-line-service@
  34401. onscreen@
  34402. opencheckedout@
  34403. optimized@
  34404. oracle@
  34405. others@
  34406. outlines@
  34407. paint@
  34408. particular@
  34409. pasmatit@
  34410. passwords@
  34411. patterns@
  34412. performa@
  34413. photograph@
  34414. platform@
  34415. plug-in@
  34416. pluses@
  34417. portable@
  34418. power@
  34419. powerpc-based@
  34420. preparememoryforio@
  34421. presents@
  34422. prgeneral@
  34423. printer-specific@
  34424. privileges@
  34425. processes@
  34426. product@
  34427. profile@
  34428. programs@
  34429. projectdrag@
  34430. protocol's@
  34431. developing
  34432. drivers
  34433. sometimes
  34434. resedit@
  34435. which@
  34436. while@
  34437. wilderness@
  34438. window@
  34439. windows@
  34440. windows/dos@
  34441. customer
  34442. million
  34443. windo@
  34444. plug-in's
  34445. within@
  34446. woes@
  34447. workings@
  34448. world@
  34449. writer@
  34450. wwdc@
  34451. you'll@
  34452. you'll
  34453. access
  34454. documentation
  34455. software
  34456. technolo@
  34457. yours@
  34458. 04/95@
  34459. 1.0.1b1c2@
  34460. 1.5.1@
  34461. 2.1.1@
  34462. counterabout@
  34463. 9650@
  34464. pen item "Dev.CD Feb 00 TC:Interactive Media Resources:EOModeler:"
  34465.         activate
  34466.     end tell
  34467. on error errMsg number errNum
  34468.     --enter statements to perform when no records are found such as...
  34469.     display dialog "Sorry, the item you selected could not be found."
  34470.     return
  34471. end try
  34472. Deleted
  34473. Deleted
  34474. moofwars
  34475. piece
  34476. sample
  34477. demonstrates
  34478. morec
  34479. morefiles
  34480. morefiles
  34481. collection
  34482. high-level
  34483. routines
  34484. written
  34485. morefinderevents
  34486. moreisbetter
  34487. moreisbetter
  34488. sample
  34489. library
  34490. which
  34491. provides
  34492. morenetworksetup
  34493. moreosl
  34494. moreosl
  34495. short
  34496. source
  34497. library
  34498. imple
  34499. moreover
  34500. --set theItem to choose file -- uncomment to test in an AS editor
  34501.     tell application "Finder"
  34502.         open item "Dev.CD Apr 94
  34503. Dev.CD Jan 94
  34504. Dev.CD Oct 93
  34505. Dev.CD Jul 93"
  34506.         activate
  34507.     end tell
  34508. on error errMsg number errNum
  34509.     --enter statements to perform when no records are found such as...
  34510.     display dialog "Sorry, the item you selected could not be found."
  34511.     return
  34512. end try
  34513. layouts
  34514. lclick
  34515. ldefproc0
  34516. leading
  34517. leading-edge
  34518. leads{
  34519. leaks
  34520. legal
  34521. length
  34522. lengths
  34523. less{
  34524. lesser
  34525. lessons
  34526. letters
  34527. letting_
  34528. levela
  34529. Apple HD SC Setup (Modified)
  34530. cksum
  34531. disk.a
  34532. disk.a.o
  34533. disk.c
  34534. disk.c.o
  34535. disk.h
  34536. DriverGestalt.h
  34537. READ ME
  34538. SCSI Driver Example
  34539. scsi.h
  34540. SCSIDriver.Make
  34541. UnitNtryCnt.h
  34542. Version.rM
  34543. SCSINVSCSI, SCSI disk device driver, SCSI Manager 4.3, old SCSI Manager, SCSI Driver ExampleORDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:SCSI:SCSI Driver Example:P]Dev.CD Nov 00 TC Disk 1
  34544.  - Sample Code
  34545.  - Devices and Hardware
  34546.  - SCSI
  34547.  - SCSI Driver ExampleV
  34548. 72517X
  34549. Nov 00^    TC Disk 1
  34550. --set theItem to choose file -- uncomment to test in an AS editor
  34551.     tell application "Finder"
  34552.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:SCSI:SCSI Driver Example:"
  34553.         activate
  34554.     end tell
  34555. on error errMsg number errNum
  34556.     --enter statements to perform when no records are found such as...
  34557.     display dialog "Sorry, the item you selected could not be found."
  34558.     return
  34559. end try
  34560. fRSCSI
  34561. SCSI disk device driver
  34562. SCSI Manager 4.3
  34563. old SCSI Manager
  34564. SCSI Driver Example
  34565. z as possible on PowerPC -- that is, whenever possible every read and every write is done on an aligned boundary, and data is moved in as big a chunks as possible.
  34566. This version runs only in 8-bit mode, although DrawSprocket should set this mode automatically.  By default, debugging code is compiled into the project, so you should have MacsBug installed when you run this code.
  34567. J$MoofEncoder
  34568. MoofWars
  34569. Tim's LibrariesK
  34570. Oct 96L
  34571. Nov 98M
  34572. PowerPC, DrawSprocketN>game, sprockets, sprite, blit, blitter, DrawSprocket, MoofWarsO3Dev.CD Nov 00 TC Disk 1:Sample Code:Games:MoofWars:P;Dev.CD Nov 00 TC Disk 1
  34573.  - Sample Code
  34574.  - Games
  34575.  - MoofWars & Marketing:Market & Distribution Guides:Euro Distributors/Localizers:PhDev.CD May 98 TC
  34576.  - Programs & Marketing
  34577.  - Market & Distribution Guides
  34578.  - Euro Distributors/LocalizersV
  34579. 70159X
  34580. May 98^
  34581. developing
  34582. drivers
  34583. sometimes
  34584. resedit
  34585. whenever
  34586. where]
  34587. where's
  34588. whereas
  34589. whereby
  34590. wherever
  34591. whether
  34592. modifymouseaccl
  34593. modifymouseaccl
  34594. modifymouseaccl
  34595. module
  34596. module
  34597. displaying
  34598. image
  34599. module
  34600. playing
  34601. movie
  34602. module
  34603. drawing
  34604. module
  34605. playing
  34606. sounds
  34607. module
  34608. custom
  34609. controllers
  34610. module
  34611. advanced
  34612. compositing
  34613. module
  34614. switching
  34615. compositors
  34616. module
  34617. transitions
  34618. module
  34619. screen
  34620. module10
  34621. module10
  34622. qtzoo
  34623. ppearance
  34624. moreappleevents
  34625. moreappleevents
  34626. moreappleeventslib
  34627. moreappleeventslib
  34628. moreautopush
  34629. morecarbonaccessors
  34630. morecarbonaccessors
  34631. moredebugging
  34632. moredesktopmgr
  34633. moredesktopmgr
  34634. moredesktopmgr
  34635. moredialogs
  34636. morefiles
  34637. morefiles
  34638. morefiles
  34639. morefilesextras
  34640. morefilesextras
  34641. morefilesextras
  34642. morefilesreadme
  34643. morefinderevents
  34644. morefinderevents
  34645. morefinderevents
  34646. morefinderevents
  34647. moreinterfacelib
  34648. 72007X
  34649. Nov 00^    TC Disk 1
  34650. --set theItem to choose file -- uncomment to test in an AS editor
  34651.     tell application "Finder"
  34652.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Games:MoofWars:"
  34653.         activate
  34654.     end tell
  34655. on error errMsg number errNum
  34656.     --enter statements to perform when no records are found such as...
  34657.     display dialog "Sorry, the item you selected could not be found."
  34658.     return
  34659. end try
  34660. e    No Changef8game
  34661. sprockets
  34662. sprite
  34663. blitter
  34664. DrawSprocket
  34665. MoofWarsq
  34666. Dev.CD Nov 00 TC Disk 1
  34667. D(All Packages
  34668. Reference Library Edition
  34669. More SSW Documentation
  34670. cursordevices
  34671. cursordevices
  34672. cursors
  34673. cursors
  34674. custicon
  34675. custicon
  34676. custicon
  34677. custom
  34678. customenabler
  34679. customget
  34680. customget
  34681. customget
  34682. customget
  34683. unresolved
  34684. alias
  34685. customget
  34686. unresolved
  34687. alias
  34688. customicon
  34689. customicon
  34690. customicon
  34691. customization
  34692. custompc/b
  34693. custompc/b
  34694. custompc/b
  34695. custompiccomments
  34696. custompiccomments
  34697. custompiccomments
  34698. customputappend
  34699. customputappend
  34700. sultinBPg in a savings of 2.4:1 over a 24-bit/pixel image (6*4 + 2*8)/4 = 10 bits/pixel.
  34701. J@ExampleCodec(PPC)
  34702. examplecodec.c
  34703. ExampleCodec.mcp
  34704. examplecodec.rM    QuickTimeN
  34705. QuickTime, codecOBDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Codecs:ExampleCodec:PMDev.CD Nov 00 TC Disk 2
  34706.  - Sample Code
  34707.  - QuickTime
  34708.  - Codecs
  34709.  - ExampleCodecV
  34710. 70161X
  34711. Nov 00^    TC Disk 2
  34712. e    No Change
  34713. Core Foundation, Base Services, Bundle Services, Collection Services, Plugin , Preference Services, PropertyList , String Services, URL Services, Utitlity Services, XML ServicesO=Dev.CD Dec 00 RL Disk 2:TechnicalPublications:corefoundation:PBDev.CD Dec 00 RL Disk 2
  34714.  - TechnicalPublications
  34715.  - corefoundationV
  34716. 72960X
  34717. Dec 00^    RL Disk 2b
  34718. Revised
  34719. --set theItem to choose file -- uncomment to test in an AS editor
  34720.     tell application "Finder"
  34721.         open item "Dev.CD Dec 00 RL Disk 2:TechnicalPublications:corefoundation:"
  34722.         activate
  34723.     end tell
  34724. on error errMsg number errNum
  34725.     --enter statements to perform when no records are found such as...
  34726.     display dialog "Sorry, the item you selected could not be found."
  34727.     return
  34728. end try
  34729. Updated
  34730. /A.http://developer.apple.com/techpubs/index.html
  34731. p--set theItem to choose file -- uncomment to test in an AS editor
  34732.     tell application "Finder"
  34733.         open item "Dev.CD Apr 94
  34734. Dev.CD Jan 94"
  34735.         activate
  34736.     end tell
  34737. on error errMsg number errNum
  34738.     --enter statements to perform when no records are found such as...
  34739.     display dialog "Sorry, the item you selected could not be found."
  34740.     return
  34741. end try
  34742. --set theItem to choose file -- uncomment to test in an AS editor
  34743.     tell application "Finder"
  34744.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:ADB:ModifyMouseAccl:"
  34745.         activate
  34746.     end tell
  34747. on error errMsg number errNum
  34748.     --enter statements to perform when no records are found such as...
  34749.     display dialog "Sorry, the item you selected could not be found."
  34750.     return
  34751. end try
  34752. herUsingQTV
  34753. 70162X
  34754. Nov 00^    TC Disk 2
  34755. --set theItem to choose file -- uncomment to test in an AS editor
  34756.     tell application "Finder"
  34757.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Effects:FastDitherUsingQT:"
  34758.         activate
  34759.     end tell
  34760. on error errMsg number errNum
  34761.     --enter statements to perform when no records are found such as...
  34762.     display dialog "Sorry, the item you selected could not be found."
  34763.     return
  34764. end try
  34765. e    No Changef
  34766. QuickTime
  34767. dithering
  34768. compressionq
  34769. Dev.CD Nov 00 TC Disk 2
  34770. All Packages
  34771. 70163X
  34772. --set theItem to choose file -- uncomment to test in an AS editor
  34773.     tell application "Finder"
  34774.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Simple DrawSprocket:"
  34775.         activate
  34776.     end tell
  34777. on error errMsg number errNum
  34778.     --enter statements to perform when no records are found such as...
  34779.     display dialog "Sorry, the item you selected could not be found."
  34780.     return
  34781. end try
  34782. synchronization
  34783. guide
  34784. system
  34785. manager
  34786. filecopy
  34787. filecopy
  34788. filehelpers
  34789. filehelpers
  34790. filehelpers
  34791. fileisopen
  34792. fileisopen
  34793. filelogging
  34794. filelogging
  34795. filelogging
  34796. filemaker
  34797. filemaker
  34798. files
  34799. e    No Changef8Cursor Device Manager
  34800. mouse
  34801. acceleration
  34802. ModifyMouseAcclq
  34803. Dev.CD Nov 00 TC Disk 1
  34804. All Packages
  34805. Moofwars
  34806. MoofWars is a piece of sample code that demonstrates a few techniques to build efficient animation code on the PowerPC.  This code takes advantage of DrawSprocket to provide access to page flipping when the video hardware supports it.  This sample is written in C++.
  34807. The main features in this application are the graphic and tile classes, which are used to draw the background and then composite sprites on top of it.  The blitters within these classes are designed to move data as efficiently
  34808. 72007X
  34809. OS 8 computer.NRfile, synchronization, sync, backup, assistant, folder, duplication, control panelOPDev.CD Nov 00 TC Disk 1:Tool Chest:Developer Utilities:File Synchronization 1.1:PXDev.CD Nov 00 TC Disk 1
  34810.  - Tool Chest
  34811.  - Developer Utilities
  34812.  - File Synchronization 1.1V
  34813. 70163X
  34814. Nov 00^    TC Disk 1
  34815. e    No Change
  34816. --set theItem to choose file -- uncomment to test in an AS editor
  34817.     tell application "Finder"
  34818.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Modal TextEdit:"
  34819.         activate
  34820.     end tell
  34821. on error errMsg number errNum
  34822.     --enter statements to perform when no records are found such as...
  34823.     display dialog "Sorry, the item you selected could not be found."
  34824.     return
  34825. end try
  34826. sion 1.2 of FSM and the extended Disk Initialization Package. This extension is compatible with System 7.0 and later.
  34827.  FSMGlueLib.o -- The glue code for the File System Manager service routines.
  34828.  FSM.h. FSM.p and FSM.a -- The Universal Inte
  34829. All Packages
  34830. ModifyMouseAccl
  34831. ModifyMouseAccl is a snippet to demonstrate how one uses the Cursor Device Manager to change the acceleration curve setting associated with the standard Apple mouse.  You can select extremely sensitive or tablet-like acceleration settings by setting the NOACCLCURVE define appropriately.
  34832. JYCrsrDev.h
  34833. CursorDevices.Glue.c
  34834. ModifyMouseAccl(PPC)
  34835. ModifyMouseAccl.c
  34836. ModifyMouseAccl.mcpM
  34837. Cursor Device ManagerN;Cursor Device Manager, mouse, acceleration, ModifyMouseAcclOMDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:ADB:ModifyMouseAccl:PXDev.CD Nov 00 TC Disk 1
  34838.  - Sample Code
  34839.  - Devices and Hardware
  34840.  - ADB
  34841.  - ModifyMouseAcclV
  34842. 72006X
  34843. Nov 00^    TC Disk 1
  34844. e    No Change
  34845. summary
  34846. minilauncher
  34847. launch
  34848. applications
  34849. summary
  34850. mountalias
  34851. control
  34852. panel
  34853. device
  34854. automatica
  34855. summary
  34856. mping
  34857. network
  34858. testing
  34859. protoco
  34860. summary
  34861. network
  34862. management
  34863. specifications
  34864. macintosh
  34865. summary
  34866. networkstream
  34867. stream
  34868. class
  34869. object
  34870.  such as...
  34871.     display dialog "Sorry, the item you selected could not be found."
  34872.     return
  34873. end try
  34874. e    No Changef@File System Manager
  34875. External File System
  34876. Foreign File Systemq
  34877. Dev.CD Oct 00 SDK1
  34878. All Packages
  34879. FileSharingOnIbThis snippet demonstrates how to determine whether any of the volumes on the Mac are being shared.JqFileSharingOn(PPC)
  34880. FileSharingOn.c
  34881. FileSharingOn.h
  34882. FileSharingOn.mcp
  34883. FileSharingOn.rsrc
  34884. Read Me - FileSharingIsOnM
  34885. System 7.0N
  34886. File Sharing, shared volumesO8Dev.CD Nov 00 TC Disk 1:Sample Code:Files:FileSharingOn:P@Dev.CD Nov 00 TC Disk 1
  34887.  - Sample Code
  34888.  - Files
  34889.  - FileSharingOnV
  34890. 70165X
  34891. Nov 00^    TC Disk 1
  34892. e    No Change
  34893. e    No Changeq
  34894. Dev.CD Nov 00 TC Disk 1
  34895. All Packages
  34896. Modeless Dialog SampleI`ModelessSample is a source code sample illustrating how to implement a moveable modeless dialog.JxApplication.c
  34897. DialogCode.c
  34898. Modeless Dialog Sample.mcp
  34899. ModelessDialogSample(PPC)
  34900. ModelessDialogSample.rsrc
  34901. SampleHeader.hOSDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Modeless Dialog Sample:P[Dev.CD Nov 00 TC Disk 1
  34902.  - Sample Code
  34903.  - Human Interface Toolbox
  34904.  - Modeless Dialog SampleV
  34905. 72005X
  34906. Nov 00^    TC Disk 1
  34907. --set theItem to choose file -- uncomment to test in an AS editor
  34908.     tell application "Finder"
  34909.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Modeless Dialog Sample:"
  34910.         activate
  34911.     end tell
  34912. on error errMsg number errNum
  34913.     --enter statements to perform when no records are found such as...
  34914.     display dialog "Sorry, the item you selected could not be found."
  34915.     return
  34916. end try
  34917. e    No Changeq
  34918. Dev.CD Nov 00 TC Disk 1
  34919. dialogbits
  34920. dialogsv
  34921. dialup
  34922. dictates
  34923. dictation
  34924. dictionaries
  34925. dictionary
  34926. didn't
  34927. dierks
  34928. differ
  34929. differences
  34930. differenta
  34931. differentiating
  34932. differently
  34933. differing
  34934. differs
  34935. difficult
  34936. Summary:  Zone Ranger is a freeware utility that provides detailed information about each heap zone that is active on the Macintosh. This information includes both the counts and total sizes of the free blocks, pointers, handles, locked handles, and resource handles in each heap zone.
  34937. Issues: This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.
  34938.  Apple doesn't own this package.  Please read the copyright meB
  34939. ssage. 
  34940.  Apple doesn't support this package.  Please contact the original author(s) for support (and expressions of gratitude, as appropriate!)
  34941. JFAbout ZoneRanger
  34942. Metrowerks ZoneRanger 1.1
  34943. ZoneRanger Revision HistoryK
  34944. May 94L
  34945. Nov 94M
  34946. any Macintosh computer.N'utility, heap zones, handles, resourcesO2Dev.CD Nov 99 TC:Tool Chest:Memory:ZoneRanger 1.1:P:Dev.CD Nov 99 TC
  34947.  - Tool Chest
  34948.  - Memory
  34949.  - ZoneRanger 1.1
  34950. system
  34951. session
  34952. sessions
  34953. skcpat
  34954. setdevicegammarampxx
  34955. setdialogcancelitem
  34956. setdialogdefaultitem
  34957. setenv
  34958. setflock
  34959. setgworld
  34960. sethideonswitch
  34961. setindstring
  34962. setled
  34963. setled
  34964. sample
  34965. program
  34966. demonstrate
  34967. setlinewidth
  34968. setmarkers
  34969. setmfsize
  34970. setmoviegworld
  34971. setpdimc
  34972. setproject
  34973. Core Foundation
  34974. Base Services
  34975. Bundle Services
  34976. Collection Services
  34977. Plugin 
  34978. Preference Services
  34979. PropertyList 
  34980. String Services
  34981. URL Services
  34982. Utitlity Services
  34983. XML Services
  34984. /A.http://developer.apple.com/techpubs/index.html
  34985. e    No Changeq
  34986. Dev.CD Nov 00 TC Disk 1
  34987. All Packages
  34988. Modal TextEdit
  34989. This snippet shows the steps necessary to implement a scrolling, editable text field in a dialog.  It may be desirable to use this technique when a text field in a dialog window may contain more than 256 characters or when a text field in a dialog window may contain styled text.
  34990. J@main.c
  34991. Modal TextEdit(PPC)
  34992. Modal TextEdit.mcp
  34993. modalTextEdit.rsrcOKDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Modal TextEdit:PSDev.CD Nov 00 TC Disk 1
  34994.  - Sample Code
  34995.  - Human Interface Toolbox
  34996.  - Modal TextEditV
  34997. 72004X
  34998. Nov 00^    TC Disk 1
  34999. e    No Change
  35000. --set theItem to choose file -- uncomment to test in an AS editor
  35001.     tell application "Finder"
  35002.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:"
  35003.         activate
  35004.     end tell
  35005. on error errMsg number errNum
  35006.     --enter statements to perform when no records are found such as...
  35007.     display dialog "Sorry, the item you selected could not be found."
  35008.     return
  35009. end try
  35010. 2bufrecord&play
  35011. 2bufrecordbuffercmd
  35012. 2bufrecordsndplay
  35013. which
  35014. connected
  35015. invalid
  35016. appletalk
  35017. b--set theItem to choose file -- uncomment to test in an AS editor
  35018.     tell application "Finder"
  35019.         open item "Dev.CD Jan 94"
  35020.         activate
  35021.     end tell
  35022. on error errMsg number errNum
  35023.     --enter statements to perform when no records are found such as...
  35024.     display dialog "Sorry, the item you selected could not be found."
  35025.     return
  35026. end try
  35027. simple
  35028. simplecocoaapp
  35029. simpletext
  35030. simpletext
  35031. script
  35032. print
  35033. scriptable
  35034. printing
  35035. simpletext
  35036. simpletext
  35037. source
  35038. simpletext
  35039. sample
  35040. simplified
  35041. single-link
  35042. sleep
  35043. slideshow
  35044. manager
  35045. declaration
  35046. configuration
  35047. river
  35048. sound
  35049. multiple
  35050. multiplay
  35051. sound
  35052. record
  35053. metertest
  35054. sound
  35055. studio
  35056. cheap
  35057. studio
  35058. synccmd
  35059. soundconvert
  35060. soundconverter
  35061. soundsprocket
  35062. space
  35063. spbrecord
  35064. spbrecord
  35065. asynchronous
  35066. record
  35067. record
  35068. sound
  35069. state
  35070. statements
  35071. e    No Changef
  35072. Music movie
  35073. converterq
  35074. Dev.CD Nov 00 TC Disk 1
  35075. All Packages
  35076. MiniLauncher 1.3b5
  35077. @Summary: MiniLauncher can be used to launch applications by typing the name of the application into an edit text field (used mainly with Virtual User under 6.0.x).
  35078. Features: MiniLauncher can be set to launch an application directly, launch the application via a document, or launch the application and print a document.
  35079. Virtual User tools.imgK
  35080. Vol VIIL
  35081. Nov/Dec 92OJDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:PRDev.CD Nov 00 TC Disk 1
  35082.  - Tool Chest
  35083.  - Testing & Debugging
  35084.  - Virtual User toolsV
  35085. 72003X
  35086. Nov 00^    TC Disk 1
  35087. e    No Change
  35088. ions can use drag and drop commands in a way compatible with current and past versions of the Finder.
  35089. illustrates how to do translucent drag and drop for icons, drag and drop of hfs objects in a way compatible with current and past finders, creating and providing promised hfs flavors.
  35090. Nov 99V
  35091. 70167X
  35092. can't[
  35093. cancel
  35094. cancelwindowcheckout
  35095. cannot
  35096. capabilites
  35097. capabilities`
  35098. capability
  35099. capable
  35100. capacity
  35101. capitalize
  35102. capped
  35103. captureU
  35104. captured
  35105. nt.  For the above example, 
  35106. This is a sample document.
  35107.  would be the only text that is indexed.   
  35108. Text Extractors can also enable indexing and summarization for files that were previously skipped.  With System 8.5, Adobe
  35109.  Portable Document Format (PDF) files were not indexed because the text within these document is encoded.  For System 8.6, Find by Content uses the 
  35110. PDF Text Extractor
  35111.  to index and summarize PDF files.  
  35112. --set theItem to choose file -- uncomment to test in an AS editor
  35113.     tell application "Finder"
  35114.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickTime:MIDIConverter:"
  35115.         activate
  35116.     end tell
  35117. on error errMsg number errNum
  35118.     --enter statements to perform when no records are found such as...
  35119.     display dialog "Sorry, the item you selected could not be found."
  35120.     return
  35121. end try
  35122. generally
  35123. generate
  35124. generated
  35125. generates
  35126. generating
  35127. generation
  35128. generator
  35129. generators
  35130. generic
  35131. rmany
  35132. gestaltB
  35133. gestaltequ
  35134. gestalticonutilities
  35135. gestalttable
  35136. events
  35137. needs
  35138. events
  35139. get1resource
  35140. getdraghilite
  35141. gethideonswitch
  35142. getkeysV
  35143. getlastchange
  35144. getmfsize
  35145. getnextevent
  35146. getnextfond
  35147. getopen
  35148. getprocessinformatio
  35149. getresource
  35150. getsounddescriptione
  35151. getstdfilterproc
  35152. getsystemgammas
  35153. getter
  35154. getting{
  35155. e    No Changef
  35156. Virtual Userq
  35157. Dev.CD Nov 00 TC Disk 1
  35158. All Packages
  35159. VU Tutorial & Scripts
  35160. Summary: The Virtual User 1.1 Tutorial provides a quick introduction to the capabilities of the Virtual User script language.
  35161. Features: Using a step by step approach, the tutorial guides readers through the process of creating several scripts that test a sample application.
  35162. Virtual User tools.imgK
  35163. Aug 92M
  35164. Apple DocViewer applicationN
  35165. VU, Virtual UserOJDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:PRDev.CD Nov 00 TC Disk 1
  35166.  - Tool Chest
  35167.  - Testing & Debugging
  35168.  - Virtual User toolsV
  35169. 73041X
  35170. Nov 00^    TC Disk 1
  35171. e    No Change
  35172. goodies
  35173. grabbing
  35174. graphic
  35175. graphic
  35176. import/export
  35177. installer
  35178. interactiona
  35179. international
  35180. issue
  35181. 72974X
  35182. Nov 00^    TC Disk 2
  35183. --set theItem to choose file -- uncomment to test in an AS editor
  35184.     tell application "Finder"
  35185.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:TESample:"
  35186.         activate
  35187.     end tell
  35188. on error errMsg number errNum
  35189.     --enter statements to perform when no records are found such as...
  35190.     display dialog "Sorry, the item you selected could not be found."
  35191.     return
  35192. end try
  35193. e    No Changef
  35194. TextEdit
  35195. TESampleq
  35196. Dev.CD Nov 00 TC Disk 2
  35197. All Packages
  35198. F    Test CodeI
  35199. Simple RAVE test program.JaTest Code
  35200. TestLinked
  35201. TestLinked.prefix.h
  35202. TestLinked.
  35203. TestShared
  35204. TestShared.prefix.h
  35205. TestShared.
  35206. OJDev.CD Nov 00 TC Disk 1:Sample Code:Graphics 3D:RAVE 1.5 DevKit:Test Code:PUDev.CD Nov 00 TC Disk 1
  35207.  - Sample Code
  35208.  - Graphics 3D
  35209.  - RAVE 1.5 DevKit
  35210.  - Test CodeV
  35211. 72975X
  35212. Nov 00^    TC Disk 1
  35213. e    No Change
  35214. e    No Changeq
  35215. Dev.CD Nov 00 TC Disk 2
  35216. All Packages
  35217. MIDIConverter
  35218. Summary:  MIDIConverter is an application for converting general MIDI files (file type 'Midi') to QuickTime movie files. To convert just select the MIDI files and drag them on top of this app. When the conversion is done, the movies files can be found in the original file folder.
  35219. J;MIDIConverter
  35220. MIDIConverter Readme
  35221. MIDIConverter Readme.txtK
  35222. Apr 95M*System 7 or later, QuickTime 1.5 or later.N
  35223. MIDI, Music movie, converterO;Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickTime:MIDIConverter:PCDev.CD Nov 00 TC Disk 1
  35224.  - Tool Chest
  35225.  - QuickTime
  35226.  - MIDIConverterV
  35227. 72002X
  35228. Nov 00^    TC Disk 1
  35229. e    No Change
  35230.     No Change
  35231. --set theItem to choose file -- uncomment to test in an AS editor
  35232.     tell application "Finder"
  35233.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:MFCQTClasses.win:"
  35234.         activate
  35235.     end tell
  35236. on error errMsg number errNum
  35237.     --enter statements to perform when no records are found such as...
  35238.     display dialog "Sorry, the item you selected could not be found."
  35239.     return
  35240. end try
  35241. C Disk 1
  35242.  - Sample Code
  35243.  - Interapplication Comm
  35244.  - FinderDragProV
  35245. 70167X
  35246. Nov 00^    TC Disk 1
  35247. --set theItem to choose file -- uncomment to test in an AS editor
  35248.     tell application "Finder"
  35249.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:FinderDragPro:"
  35250.         activate
  35251.     end tell
  35252. on error errMsg number errNum
  35253.     --enter statements to perform when no records are found such as...
  35254.     display dialog "Sorry, the item you selected could not be found."
  35255.     return
  35256. end try
  35257. e    No Changef
  35258. SillyBallsq
  35259. Dev.CD Nov 00 TC Disk 2
  35260. All Packages
  35261. SimonIBA simple game to demonstrate Cocoa development in project builder.J~.DS_Store
  35262. build
  35263. English.lproj
  35264. main.m
  35265. ReadMe.rtf
  35266. Simon.app
  35267. Simon.pbproj
  35268. SimonController.h
  35269. SimonController.m
  35270. SimonController.nibK
  35271. Nov 00M
  35272. Mac OS X or laterN$Cocoa, game, project builder, SimpleONDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:Project Builder:Simon:PYDev.CD Nov 00 TC Disk 2
  35273.  - Sample Code
  35274.  - Platforms and Tools
  35275.  - Project Builder
  35276.  - SimonV
  35277. 72557X
  35278. Nov 00^    TC Disk 2
  35279. --set theItem to choose file -- uncomment to test in an AS editor
  35280.     tell application "Finder"
  35281.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:Project Builder:Simon:"
  35282.         activate
  35283.     end tell
  35284. on error errMsg number errNum
  35285.     --enter statements to perform when no records are found such as...
  35286.     display dialog "Sorry, the item you selected could not be found."
  35287.     return
  35288. end try
  35289. floattolong
  35290. windstuff
  35291. winprefixl
  35292. winprefix
  35293. wiredp
  35294. wired
  35295. movies
  35296. spritesp
  35297. wiredsprite
  35298. wiredsprite
  35299. wiredspriteutilities
  35300. wiredspriteutilities
  35301. wiredspriteutilities
  35302. withv
  35303. services
  35304. machack
  35305. services
  35306. specification
  35307. services
  35308. specification
  35309. services
  35310. 1.0d2
  35311. workgroupT
  35312. workgroup
  35313. server
  35314. workgroup
  35315. server
  35316. working
  35317. gif89a
  35318. gimedapalette
  35319. gimedapalette
  35320. gimedapalette&sound
  35321. gimedapalette&sound
  35322. gimedapalette&sound
  35323. gimedapalette&sound
  35324. global
  35325. global
  35326. globallist
  35327. globallist
  35328. globalmaster
  35329. globalmaster
  35330. globals
  35331. globals
  35332. globals
  35333. hicimporter
  35334. graphicimporter
  35335. quicktime
  35336. oughta
  35337. pictures
  35338. guillermo
  35339. ortiz
  35340. quicktime
  35341. provides
  35342. functions
  35343. allow
  35344. create
  35345. quicktime
  35346. quicktime
  35347. includes
  35348. quicktime
  35349. javad
  35350. quicktime
  35351. windows
  35352. includes
  35353. quicktime
  35354. uicktime-enabled
  35355. quicktime-readable
  35356. quicktime/mac
  35357. quicktimesdk
  35358. quicktimevr
  35359. quinn
  35360. quite
  35361. quitting
  35362. quoted
  35363. quoting
  35364. qwerty
  35365. races
  35366. radcliffe
  35367. radically
  35368. radio
  35369. radiostation
  35370. radiostation
  35371. small
  35372. functional
  35373. streaming
  35374. server
  35375. raises
  35376. expansion
  35377. ramifications
  35378. ramps
  35379. randall
  35380. random
  35381. range
  35382. rangingw
  35383. ment:V
  35384. 70169X
  35385. 1e    No Change
  35386. simpleplayermfcdoc
  35387. simpleplayermfcdoc
  35388. simpleplayermfcdoc
  35389. simpleplayermfcview
  35390. simpleplayermfcview
  35391. simpleplayermfcview
  35392. simpleplayersdi
  35393. simpleplayersdi
  35394. simpleplayersdi
  35395. simpleplayersdi
  35396. simpleplayersdi
  35397. simpleplayersdi
  35398. simpleplayersdi
  35399. simpleplayersdi
  35400. simpleplayersdi
  35401. simplepopupcdef
  35402. simplepopupcdef
  35403. simplepopupcdef
  35404. simplepopupcdef
  35405. simplepoputcdef
  35406. simplepoputcdef
  35407. simpletext
  35408. simpletext
  35409. simpletext
  35410. simpletext
  35411. simpletext
  35412. simpletext
  35413. simpletext
  35414. simpletext
  35415. sample
  35416. simplevideoout
  35417. simplevideoout
  35418. simplevideoout
  35419. simplevideoout
  35420. prefix
  35421. simplevideoout
  35422. simplevideoout
  35423. simplified
  35424. simplified
  35425. stream
  35426. audio
  35427. sin440
  35428. sin440
  35429. movieplayer
  35430. movies\
  35431. movieshop
  35432. moviestask
  35433. movietoaiff
  35434. moving
  35435. moving
  35436. source
  35437. powerpc
  35438. mpc106A
  35439. mpdelayuntil
  35440. mping
  35441. system
  35442. utine provides functionality equivalent to selecting a document/file/application and choosing the open command in the Finder's file menu. This sample allows an application to tell the Finder to open a folder, launch an application, or open a document.
  35443. Nov 99V
  35444. 70170X
  35445. 1e    No Change
  35446. OJDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:MFC SimplePlayer.win:PUDev.CD Nov 00 TC Disk 2
  35447.  - Sample Code
  35448.  - QuickTime
  35449.  - Basics
  35450.  - MFC SimplePlayer.winV
  35451. 72000X
  35452. Nov 00^    TC Disk 2
  35453. --set theItem to choose file -- uncomment to test in an AS editor
  35454.     tell application "Finder"
  35455.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:MFC SimplePlayer.win:"
  35456.         activate
  35457.     end tell
  35458. on error errMsg number errNum
  35459.     --enter statements to perform when no records are found such as...
  35460.     display dialog "Sorry, the item you selected could not be found."
  35461.     return
  35462. end try
  35463. e    No Changeq
  35464. Dev.CD Nov 00 TC Disk 2
  35465. All Packages
  35466. MFCQTClassesI,Some sample Microsoft MFC QuickTime classes.J
  35467. CQuickTime.cpp
  35468. CQuickTime.hOFDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:MFCQTClasses.win:PQDev.CD Nov 00 TC Disk 2
  35469.  - Sample Code
  35470.  - QuickTime
  35471.  - Basics
  35472.  - MFCQTClasses.winV
  35473. 72001X
  35474. Nov 00^    TC Disk 2
  35475. e    No Change
  35476. FindFamilies
  35477. 70171X
  35478. setlockbitatomsample
  35479. setupgl
  35480. sheets@
  35481. showinit@
  35482. shtml@
  35483. simple@
  35484. simpleeditsdi
  35485. simpleplayermfcdoc@
  35486. simpleprefs@
  35487. sites@
  35488. snapshotsample
  35489. software
  35490. licensing
  35491. info@
  35492. sound@
  35493. soundconvert
  35494. rsrc@
  35495. source
  35496. masher@
  35497. speechmessage@
  35498. srcs@
  35499. standardmenus@
  35500. start@
  35501. stiletto
  35502. sources@
  35503. strings
  35504. listen
  35505. rsrc@
  35506. strip@
  35507. support
  35508. synccatch@
  35509. systemfolder@
  35510. tech@
  35511. tesampleglue@
  35512. testbed
  35513. prefix@
  35514. testfinderlaunch
  35515. testprinterclass
  35516. textchanger
  35517. 2.0.1@
  35518. than@
  35519. themes@
  35520. toolbox
  35521. topseeturvee@
  35522. transitions
  35523. themes@
  35524. ts3window
  35525. tsmte@
  35526. type@
  35527. ueenie@
  35528. umousetrackbehavior
  35529. updates@
  35530. userstartup
  35531. goodies@
  35532. validator
  35533. 1.11@
  35534. watcher@
  35535. webobjects
  35536. database
  35537. whats@
  35538. windstuff
  35539. MainFrm.cpp
  35540. MainFrm.h
  35541. mssccprj.scc
  35542. ReadMe.txt
  35543. resource.h
  35544. SimpleEditMFC.cpp
  35545. SimpleEditMFC.dsp
  35546. SimpleEditMFC.dsw
  35547. SimpleEditMFC.exe
  35548. SimpleEditMFC.h
  35549. SimpleEditMFC.mak
  35550. SimpleEditMFC.rc
  35551. SimpleEditMFCDoc.cpp
  35552. SimpleEditMFCDoc.h
  35553. SimpleEditMFCView.cpp
  35554. SimpleEditMFCView.h
  35555. StdAfx.cpp
  35556. StdAfx.h
  35557. OHDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:MFC SimpleEdit.win:PSDev.CD Nov 00 TC Disk 2
  35558.  - Sample Code
  35559.  - QuickTime
  35560.  - Basics
  35561.  - MFC SimpleEdit.win    No Changef/FOND
  35562. Font Family
  35563. GetNextFOND
  35564. FindFamilies q
  35565. Dev.CD Nov 00 TC Disk 2
  35566. All Packages
  35567. FindPrinterI=This sample gets the name of the currently selected printer.
  35568. J1CurrentPrinter.c
  35569. FindPrinter(PPC)
  35570. FindPrinter.mcpK
  35571. Mar 96N
  35572. printer, current, find
  35573. O9Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:FindPrinter:PADev.CD Nov 00 TC Disk 2
  35574.  - Sample Code
  35575.  - Printing
  35576.  - FindPrinterV
  35577. 70172X
  35578. Nov 00^    TC Disk 2
  35579. e    No Change
  35580. --set theItem to choose file -- uncomment to test in an AS editor
  35581.     tell application "Finder"
  35582.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Archive:Games:UniversalHIDModuleTest:"
  35583.         activate
  35584.     end tell
  35585. on error errMsg number errNum
  35586.     --enter statements to perform when no records are found such as...
  35587.     display dialog "Sorry, the item you selected could not be found."
  35588.     return
  35589. end try
  35590. mfcmdiplayer
  35591. mfcmdiplayer
  35592. mfcmdiplayer
  35593. mfcmdiplayer
  35594. mfcmdiplayer
  35595. mfcmdiplayer
  35596. mfcmdiplayer
  35597. mfcmdiplayer
  35598. mfcmdiplayerdoc
  35599. mfcmdiplayerdoc
  35600. mfcmdiplayerdoc
  35601. mfcmdiplayerview
  35602. mfcmdiplayerview
  35603. mfcmdiplayerview
  35604. carbon
  35605. mib-clients
  35606. mib-documentation
  35607. mib-ii
  35608. mib-libraries
  35609. midiconverter
  35610. midiconverter
  35611. readme
  35612. midiconverter
  35613. readme
  35614. midiglue
  35615. mini-conference
  35616. minimaldeclrom
  35617. minimaldeclrom
  35618. misccode
  35619. misccode
  35620. misccode
  35621. missinglibraryroutin
  35622. missinglibraryroutin
  35623. modaltextedit
  35624. modeless
  35625. modeless
  35626. dialog
  35627. sample
  35628. modelessdialogsample
  35629. modelessdialogsample
  35630. modelessdialogsample
  35631. modifymouseaccl
  35632. 71999X
  35633. Nov 00^    TC Disk 2
  35634. --set theItem to choose file -- uncomment to test in an AS editor
  35635.     tell application "Finder"
  35636.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:MFC SimpleEdit.win:"
  35637.         activate
  35638.     end tell
  35639. on error errMsg number errNum
  35640.     --enter statements to perform when no records are found such as...
  35641.     display dialog "Sorry, the item you selected could not be found."
  35642.     return
  35643. end try
  35644. e    No Changeq
  35645. Dev.CD Nov 00 TC Disk 2
  35646. All Packages
  35647. MFC SimplePlayerI=A Microsoft MFC application that plays a movie with QuickTime
  35648. 3MainFrm.cpp
  35649. MainFrm.h
  35650. mssccprj.scc
  35651. ReadMe.txt
  35652. Resource.h
  35653. SimplePlayerMFC.cpp
  35654. SimplePlayerMFC.dsp
  35655. SimplePlayerMFC.dsw
  35656. SimplePlayerMFC.exe
  35657. SimplePlayerMFC.h
  35658. SimplePlayerMFC.mak
  35659. SimplePlayerMFC.rc
  35660. SimplePlayerMFCDoc.cpp
  35661. SimplePlayerMFCDoc.h
  35662. SimplePlayerMFCView.cpp
  35663. SimplePlayerMFCView.h
  35664. StdAfx.cpp
  35665. StdAfx.h
  35666. 72000X
  35667. 1e    No Change
  35668. OGDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:MFC MDIPlayer.win:PRDev.CD Nov 00 TC Disk 2
  35669.  - Sample Code
  35670.  - QuickTime
  35671.  - Basics
  35672.  - MFC MDIPlayer.winV
  35673. 71998X
  35674. Nov 00^    TC Disk 2
  35675. --set theItem to choose file -- uncomment to test in an AS editor
  35676.     tell application "Finder"
  35677.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:MFC MDIPlayer.win:"
  35678.         activate
  35679.     end tell
  35680. on error errMsg number errNum
  35681.     --enter statements to perform when no records are found such as...
  35682.     display dialog "Sorry, the item you selected could not be found."
  35683.     return
  35684. end try
  35685. e    No Changef Windows
  35686. QuickTime
  35687. Playerq
  35688. Dev.CD Nov 00 TC Disk 2
  35689. All Packages
  35690. MFC SimpleEditIRA Microsoft MFC application that plays a movie with QuickTime and enables editing
  35691. 71999X
  35692. 1e    No Change
  35693. o records are found such as...
  35694.     display dialog "Sorry, the item you selected could not be found."
  35695.     return
  35696. end try
  35697. e    No Changef
  35698. vRefNum
  35699. DirID
  35700. M`PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. Visual C++ 5.0 or later.
  35701. N$Windows, QuickTime, MFC, MDI, Player 00 TC Disk 1:Sample Code:Communications Toolbox:FindSerialPorts:"
  35702.         activate
  35703.     end tell
  35704. on error errMsg number errNum
  35705.     --enter statements to perform when no records are found such as...
  35706.     display dialog "Sorry, the item you selected could not be found."
  35707.     return
  35708. end try
  35709. 72980X
  35710. Oct 00^
  35711. --set theItem to choose file -- uncomment to test in an AS editor
  35712.     tell application "Finder"
  35713.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Text Encoding Converter 1.5:"
  35714.         activate
  35715.     end tell
  35716. on error errMsg number errNum
  35717.     --enter statements to perform when no records are found such as...
  35718.     display dialog "Sorry, the item you selected could not be found."
  35719.     return
  35720. end try
  35721. e    No ChangefCText Encoding Converter
  35722. Unicode
  35723. charset
  35724. character encoding
  35725. MIMEq
  35726. Dev.CD Oct 00 SDK1
  35727. All Packages
  35728. TEXTtotypeIntlCoercion
  35729. 72981X
  35730. comments
  35731. commercial
  35732. commit
  35733. commitment
  35734. committed{
  35735. common{
  35736. commons
  35737. commpiler{
  35738. commtoolbox
  35739. communicatex
  35740. e    No Changef+SCSI
  35741. SCSI Manager
  35742. asynchronous
  35743. SCSI DriveIDq
  35744. Dev.CD Nov 00 TC Disk 1
  35745. All Packages
  35746. SCSI Driver Example
  35747. SCSI Driver Example is a sample disk driver that supports the asynchronous SCSI Manager (SCSI Manager 4.3). It is written in MPW C with a small amount of assembler interface "glue." It was compiled  under MPW 3.3.1 (ETO 13).
  35748. It correctly demonstrates asyncronous I/O, simple completion routine state machines,  the transition from one SCSI Manager to another, using the new driver rules and so on.  On the other hand it doesn't do much error handling and doesn't work on the Mac Plus.  No provB
  35749. ision is made to support vendor- or version-specific disk hardware or firmware. In particular, note that this sample does not use the automatic Request Sense capability of the asynchronous SCSI Manager.
  35750. 72517X
  35751. printclippedoffscree
  35752. printclippedoffscree
  35753. printclippedoffscree
  35754. printcomments
  35755. printcomments
  35756. reinstaller
  35757. rekey
  35758. rekey
  35759. rekey
  35760. rekeytrans
  35761. relase
  35762. related
  35763. related
  35764. paper
  35765. release
  35766. release
  35767. extensions
  35768. release
  35769. installer
  35770. release
  35771. notes
  35772. release
  35773. notes
  35774. 8/31/93
  35775. compound
  35776. compress
  35777. compressed
  35778. compressionQ
  35779. compression
  35780. stdpic
  35781. stdbits
  35782. compressed
  35783. compsite
  35784. computer
  35785. computer
  35786. based
  35787. media
  35788. television
  35789. broadcast
  35790. graphics
  35791. conditional
  35792. conference
  35793. conferencing
  35794. configuration
  35795. connection
  35796. connectivity
  35797. consumer
  35798. middleware
  35799. music
  35800. movie
  35801. converter
  35802. mismatch
  35803. missA
  35804. mixed
  35805. mixerl
  35806. modal
  35807. modal
  35808. dialog
  35809. inserted
  35810. events
  35811. modaldialog
  35812. modaldialog
  35813. model
  35814. modes
  35815. modifymouseaccl
  35816. moduleN
  35817. monitor
  35818. moofwars
  35819. morefiles
  35820. moreisbetter
  35821. morpheme
  35822. mouse
  35823. mouseevent
  35824. mouseinfo
  35825. moved
  35826. movewindow
  35827. movieY
  35828. movies
  35829. multiprocessing
  35830. thread
  35831. thread
  35832. pthread
  35833. posix
  35834. multiprocessing
  35835. sorting
  35836. tasks
  35837. thread
  35838. quicktime
  35839. audio
  35840. soundconverter
  35841. multithreaded
  35842. music
  35843. mutable
  35844. native
  35845. needs
  35846. netsprocket
  35847. networkR
  35848. zones
  35849. heaps
  35850. hebrew
  35851. browser
  35852. center
  35853. pages
  35854. systems
  35855. helper
  35856. class
  35857. driver
  35858. hierarchical
  35859. level
  35860. hinting
  35861. hooper
  35862. hotspot
  35863. hp-ux
  35864. rendering
  35865. htmlrenderinglib
  35866. human
  35867. human
  35868. interface
  35869. guidelines
  35870. hwindowide
  35871. hypercard
  35872. hypercard
  35873. player
  35874. cardbus
  35875. ibook
  35876. family
  35877. plotting
  35878. resources
  35879. services
  35880. utilities
  35881. iconref
  35882. All Packages
  35883. QuickDraw GXO
  35884. Dev.CD Jun 97 SSWP
  35885. Dev.CD Jun 97 SSV
  35886. 72363X
  35887. Jun 97
  35888. f--set theItem to choose file -- uncomment to test in an AS editor
  35889.     tell application "Finder"
  35890.         open item "Dev.CD Jun 97 SSW"
  35891.         activate
  35892.     end tell
  35893. on error errMsg number errNum
  35894.     --enter statements to perform when no records are found such as...
  35895.     display dialog "Sorry, the item you selected could not be found."
  35896.     return
  35897. end try
  35898. All Packages
  35899. QuickDraw GXO
  35900. Dev.CD Jun 97 SSWP
  35901. Dev.CD Jun 97 SSV
  35902. 72364X
  35903. Jun 97
  35904. f--set theItem to choose file -- uncomment to test in an AS editor
  35905.     tell application "Finder"
  35906.         open item "Dev.CD Jun 97 SSW"
  35907.         activate
  35908.     end tell
  35909. on error errMsg number errNum
  35910.     --enter statements to perform when no records are found such as...
  35911.     display dialog "Sorry, the item you selected could not be found."
  35912.     return
  35913. end try
  35914. All Packages
  35915. QuickDraw GXO
  35916. Dev.CD Jun 97 SSWV
  35917. 72365X
  35918. This snippet demonstrates record metering through the use of SPBGetDeviceInfo() and SPBSetDeviceInfo() using the siLevelMeterOnOff selector. The code calls SPBSetDeviceInfo() to initially set metering to off, then does a quick sampling of sound input using SPBGetDeviceInfo(). Metering is then turned on and sampling is repeated. This is an SIOW application and could be done more elegantly using a graphical representation for sound input levels. But you get the idea.
  35919. J(MeterTest(PPC)
  35920. MeterTest.c
  35921. MeterTest.mcpM
  35922. Sound Manager 3.2.1 or laterN
  35923. sound, record, MeterTestO4Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:MeterTest:P<Dev.CD Nov 00 TC Disk 2
  35924.  - Sample Code
  35925.  - Sound
  35926.  - MeterTestlocalized resources.
  35927. Features:
  35928.  creates new FMAT resources from a format string.
  35929.  lets you pick characters for format string from a palette.
  35930.  works with any script system.
  35931.  displays sample numbers to give you immediate feedback.
  35932. Issues:  Provided by Michael Hecht, SAS.
  35933. FMAT Editor.imgange
  35934. 71997X
  35935. Nov 00^    TC Disk 2
  35936. --set theItem to choose file -- uncomment to test in an AS editor
  35937.     tell application "Finder"
  35938.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:MeterTest:"
  35939.         activate
  35940.     end tell
  35941. on error errMsg number errNum
  35942.     --enter statements to perform when no records are found such as...
  35943.     display dialog "Sorry, the item you selected could not be found."
  35944.     return
  35945. end try
  35946. e    No Changef
  35947. sound
  35948. record
  35949. MeterTestq
  35950. Dev.CD Nov 00 TC Disk 2
  35951. All Packages
  35952. MFC MDIPlayerIXThe is a Microsoft Foundation Class, Multi-Documment Interface version of the QT Player.
  35953. *ChildFrm.cpp
  35954. ChildFrm.h
  35955. MainFrm.cpp
  35956. MainFrm.h
  35957. MFCMDIPlayer.cpp
  35958. MFCMDIPlayer.dsp
  35959. MFCMDIPlayer.dsw
  35960. MFCMDIPlayer.exe
  35961. MFCMDIPlayer.h
  35962. MFCMDIPlayer.mak
  35963. MFCMDIPlayer.rc
  35964. MFCMDIPlayerDoc.cpp
  35965. MFCMDIPlayerDoc.h
  35966. MFCMDIPlayerView.cpp
  35967. MFCMDIPlayerView.h
  35968. mssccprj.scc
  35969. ReadMe.txt
  35970. Resource.h
  35971. StdAfx.cpp
  35972. StdAfx.h
  35973. 71998X
  35974. 1e    No Change
  35975. features
  35976. allows
  35977. users
  35978. chess
  35979. network
  35980.  uncomment to test in an AS editor
  35981.     tell application "Finder"
  35982.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:Folder Watching:"
  35983.         activate
  35984.     end tell
  35985. on error errMsg number errNum
  35986.     --enter statements to perform when no records are found such as...
  35987.     display dialog "Sorry, the item you selected could not be found."
  35988.     return
  35989. end try
  35990. e    No ChangefNbackground-only applications
  35991. PBCatSearch
  35992. AppleScript subroutines
  35993. Apple Events
  35994. Dev.CD Nov 00 TC Disk 1
  35995. All Packages
  35996. Fonts 6.0.4O
  35997. Dev CD Vol. VP
  35998. Dev CD Vol. V
  35999. 70178X
  36000. Vol. V
  36001. appleevent
  36002. interaction
  36003. aeinteractwithusera
  36004. appleevent
  36005. manager
  36006. coercionf
  36007. appleevent
  36008. manager
  36009. coercion
  36010. handlers
  36011. appleevent
  36012. manager
  36013. suspend/resume
  36014. aesuspendthecurrente
  36015. appleeventsO
  36016. appleevents
  36017. applescript
  36018. appleevent
  36019. object
  36020. model
  36021. appleevents
  36022. applescript
  36023. scriptable
  36024. editorO
  36025. appleevents
  36026. applescript
  36027. scriptable
  36028. editor
  36029. appleevent
  36030. appleglot
  36031. appleglot
  36032. localization
  36033. internationalization
  36034. translation
  36035. applescriptO
  36036. applescript
  36037. apple
  36038. events
  36039. aegizmosg
  36040. applescript
  36041. apple
  36042. events
  36043. appleevents
  36044. finder
  36045. ng an FBA. 'Folder Watcher Script App' is a AppleScript script application which notifies the 'FW Receiver' of changes by sending AppleScript subroutine Apple events.
  36046. JA Read Me
  36047. Folder Watcher FBA
  36048. Folder Watcher Script App
  36049. FW ReceiverK
  36050. Apr 96L
  36051. May 97M
  36052. System 7.1, AppleScript
  36053. qttimecode
  36054. timecode
  36055. track
  36056. movie
  36057. topseeturvee
  36058. total
  36059. tpifile
  36060. tpifile
  36061. tpifile
  36062. tpifile
  36063. tpifile
  36064. tpifileregister
  36065. tpifileregister
  36066. tpifiletest
  36067. tpifiletest
  36068. helper
  36069. traceroute
  36070. trackgworlds
  36071. trackgworlds
  36072. trackgworlds
  36073. traddriverloaderlib
  36074. traddriverloaderlib
  36075. traddriverloaderlib
  36076. traddriverloaderlib
  36077. traddriverloaderlib
  36078. traditional
  36079. traffic
  36080. trainingS
  36081. transferprovider
  36082. transferprovider
  36083. transferprovider
  36084. transferprovider
  36085. transitioneffect
  36086. transitioneffect
  36087. transitions
  36088. Open Transport 1.1.1 or higherN9Open Transport, STREAMS, module, driver, asynchronous I/OO7Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:TPIFile:P?Dev.CD Nov 00 TC Disk 1
  36089.  - Sample Code
  36090.  - Networking
  36091.  - TPIFileV
  36092. 72992X
  36093. Nov 00^    TC Disk 1
  36094. --set theItem to choose file -- uncomment to test in an AS editor
  36095.     tell application "Finder"
  36096.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:TPIFile:"
  36097.         activate
  36098.     end tell
  36099. on error errMsg number errNum
  36100.     --enter statements to perform when no records are found such as...
  36101.     display dialog "Sorry, the item you selected could not be found."
  36102.     return
  36103. end try
  36104. e    No Changef5Open Transport
  36105. STREAMS
  36106. module
  36107. driver
  36108. asynchronous I/O
  36109. monitorh
  36110. moofencoder
  36111. moofwars
  36112. atsui
  36113. moreappearance
  36114. moreappleevents
  36115. moreappleevents
  36116. moreappleeventslib
  36117. moreappleeventslib
  36118. moreautopush
  36119. morecarbonaccessors
  36120. morecarbonaccessors
  36121. moredebugging
  36122. moredesktopmgr
  36123. moredesktopmgr
  36124. moredesktopmgr
  36125. moredialogs
  36126. morefiles
  36127. morefiles
  36128. morefiles
  36129. morefilesextras
  36130. morefilesextras
  36131. morefilesextras
  36132. morefilesreadme
  36133. morefinderevents
  36134. morefinderevents
  36135. morefinderevents
  36136. morefinderevents
  36137. moreinterfacelib
  36138. ommunication@
  36139. compatibility
  36140. issues@
  36141. complete@
  36142. completed@
  36143. compressimage@
  36144. computing@
  36145. concurrently@
  36146. conjuntion@
  36147. connections@
  36148. connectivity@
  36149. containing@
  36150. contains
  36151. contains
  36152. demonstrating
  36153. write
  36154. engine@
  36155. content
  36156. contents@
  36157. e    No Changef
  36158. Alias Manager
  36159. relative aliasq
  36160. Dev.CD Nov 00 TC Disk 1
  36161. All Packages
  36162. Restore Screen Cluts
  36163. This snippet shows how to restore all the screen's color tables back to what they normally are using two different methods. To demonstrate this, set your main screen to eight bits per pixel and run the program and open the Flowers PICT file. A window that displays the contents of the PICT file appears on the main screen, and its color table should change to the one in the PICT file. The is controlled by a palette full of tolerant colors. Now close the window, and you'll see that the screenB
  36164. 's color table does not get set back to the default color table. But if you go to the Display menu and choose either of the commands there, all the screen's color tables should be restored back to what they normally are.
  36165. 72487X
  36166. 1e    No Change
  36167. winprefix
  36168. wiredp
  36169. wired
  36170. movies
  36171. spritesp
  36172. withv
  36173. workgroupT
  36174. working
  36175. quicktime
  36176. object
  36177. panorama
  36178. quickt
  36179. qtzoo
  36180. qualified
  36181. query
  36182. queue
  36183. quick
  36184. quickdraw
  36185. quickdraw
  36186. windows
  36187. metafile
  36188. copybits
  36189. newgworld
  36190. gworld
  36191. carbon
  36192. bandai
  36193. bandwidthA
  36194. barrier
  36195. baseaddr
  36196. based
  36197. batch
  36198. beginfullscreen
  36199. behavior
  36200. bi-directional
  36201. bitblitz
  36202. This sample code creates a sprite movie containing a sprite track. 
  36203. The sprite track contains three sprites: a space ship, an icon, and a world. Optionally, the track also contains a fourth sprite, a background picture. The space ship and icon move about as the sprite movie plays.
  36204. This sample code also shows how to test for mouse clicks ("hits") on a sprite. Open a movie containing a sprite track and then click on a sprite; its visibility state is toggled between visible and invisible. 
  36205. Application Files
  36206. Building QT Samples
  36207. Common Files
  36208. QTSprites 68k
  36209. QTSprites 68k.mcp
  36210. QTSprites PPC
  36211. QTSprites PPC.mcp
  36212. QTSprites Win.mcp
  36213. QTSprites.c
  36214. QTSprites.exe
  36215. QTSprites.h
  36216. QTSprites.mak
  36217. QTSprites.r
  36218. README - QTSpritesM
  36219. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.OQDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Wired Movies and Sprites:QTSprites:
  36220. Jan 96L
  36221. May 97M
  36222. System 7.1, AppleScriptNXAppleEvents, AppleScript, scriptable text editor, AppleEvent Object Model, attachabilityOGDev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:MenuScripter:PODev.CD Nov 00 TC Disk 1
  36223.  - Sample Code
  36224.  - Interapplication Comm
  36225.  - MenuScripterV
  36226. 71996X
  36227. Nov 00^    TC Disk 1
  36228. --set theItem to choose file -- uncomment to test in an AS editor
  36229.     tell application "Finder"
  36230.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:MenuScripter:"
  36231.         activate
  36232.     end tell
  36233. on error errMsg number errNum
  36234.     --enter statements to perform when no records are found such as...
  36235.     display dialog "Sorry, the item you selected could not be found."
  36236.     return
  36237. end try
  36238. e    No ChangefTAppleEvents
  36239. AppleScript
  36240. scriptable text editor
  36241. AppleEvent Object Model
  36242. attachabilityq
  36243. Dev.CD Nov 00 TC Disk 1
  36244. All Packages
  36245. F    MeterTest
  36246. 71997X
  36247. ? Example Scripts
  36248.  Read Me
  36249. Associated Documentation
  36250. CodeWarrior 8 Projects
  36251. MenuScripter
  36252. MenuScripter.68K.7
  36253. MenuScripter.68K.
  36254. MenuScripter.make
  36255. MenuScripter.PPC.7
  36256. MenuScripter.PPC.
  36257. Objects68K
  36258. ObjectsPPC
  36259. Resources
  36260. script changecreator
  36261. script datestring
  36262. script get/set selection
  36263. script shift
  36264. script topseeturvee
  36265. Sources
  36266. found."
  36267.     return
  36268. end try
  36269. --set theItem to choose file -- uncomment to test in an AS editor
  36270.     tell application "Finder"
  36271.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:Menu Defproc 1.0.3:"
  36272.         activate
  36273.     end tell
  36274. on error errMsg number errNum
  36275.     --enter statements to perform when no records are found such as...
  36276.     display dialog "Sorry, the item you selected could not be found."
  36277.     return
  36278. end try
  36279. Toolbox Managers and  several common, and some not so common, features of these 
  36280. Managers:
  36281.  Code Fragment Manager
  36282. -Loading and preparing a code fragment from the data fork of a file.
  36283. -Retrieving a list of exported symbols fr
  36284. 70180X
  36285. drawtkl
  36286. drawtkl
  36287. drive
  36288. drive
  36289. setup
  36290. drive
  36291. setup
  36292. guide
  36293. drive
  36294. utilities
  36295. driveidsample
  36296. driver
  36297. drivergestalt
  36298. drivergestalt
  36299. drivergestalt
  36300. drivergestaltdemo
  36301. drivergestaltdemo
  36302. drivergestaltdemo
  36303. drivergestaltexplore
  36304. lected could not be found."
  36305.     return
  36306. end try
  36307. applications/utiliti
  36308. applied
  36309. applies
  36310. apply
  36311. applying
  36312. appreciated
  36313. approach
  36314. approaches
  36315. appropriate
  36316. appropriately
  36317. approval
  36318. approved
  36319. approximate
  36320. approximately
  36321. approximations
  36322. boxes
  36323. branch
  36324. brand{
  36325. brave
  36326. braving
  36327. brazilian
  36328. break
  36329. breakline
  36330. breakpoints
  36331. breaks
  36332. breakthroughs
  36333. breeze
  36334. brian
  36335. bridge
  36336. bridges
  36337. brief
  36338. brigham
  36339. brightness
  36340. bring
  36341. bring-up
  36342. bringing
  36343. brings
  36344. brink
  36345. british
  36346. broad
  36347. browser
  36348. browsermaker
  36349. browsermaker
  36350. create
  36351. document
  36352. links
  36353. other
  36354. browsers
  36355. browsing
  36356. bruce
  36357. bruyndonckx
  36358. bryan
  36359. budget
  36360. bufferr
  36361. buffercmd
  36362. buffered
  36363. buffering
  36364. bugfix
  36365. buggy
  36366. e    No Changeq
  36367. Dev.CD Nov 00 TC Disk 1
  36368. All Packages
  36369. MenuScripter
  36370. The purpose of the MenuScripter sample code is to demonstrate advanced features of the Open Scripting Architecture (OSA). Using the OSA allows MenuScripter to have its behavior altered by attaching scripts to objects such as a document. The scripts can be created in the Script Editor, MenuScripter itself, or any other script editing application.
  36371. MenuScripter 4.0 implements many of the of the techniques described in the develop articles - 'Programming for Flexibility: The Open Scripting ArB
  36372. chitecture' and 'Implementing Inheritance In Scripts' (see references). If you intend to use the OSA then it is recommended that you read these articles.
  36373. Jan 96L
  36374. May 97V
  36375. 71996X
  36376. 1e    No Change
  36377. -Non standard text styles in a dialog, including popup menus and editable text items.
  36378. -Support a number of moveable modal dialogs in an application.
  36379. It also demonstrates:
  36380. -How to properly support the standard event loop
  36381. --set theItem to choose file -- uncomment to test in an AS editor
  36382.     tell application "Finder"
  36383.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Menu 'cicn' fun:"
  36384.         activate
  36385.     end tell
  36386. on error errMsg number errNum
  36387.     --enter statements to perform when no records are found such as...
  36388.     display dialog "Sorry, the item you selected could not be found."
  36389.     return
  36390. end try
  36391. les. 
  36392. This is not intended to be a definitive 'document' on how to EFimplement these features, but 
  36393. illustrates one approach you can take. 
  36394. QAppleEventStuff.c
  36395. AppleEventStuff.h
  36396. DialogStuff.c
  36397. DialogStuff.h
  36398. DragStuff.c
  36399. Fragment Tool(PPC)
  36400. Fragment Tool.mcp
  36401. Fragments.c
  36402. FragmentStuff.h
  36403. FragmentTool.c
  36404. FragmentTool.h
  36405. FragmentTool.rsrc
  36406. Initialize.c
  36407. Lists.c
  36408. MenusStuff.c
  36409. MenuStuff.h
  36410. Prototypes.h
  36411. ReadMe-Fragment Tool
  36412. Streams.c
  36413. Streams.h
  36414. Test Fragments
  36415. Utilities.c
  36416. Utilities.h
  36417. Windows.c
  36418. Jan 96L
  36419. May 97N
  36420. CFM, Code Fragment Manager
  36421. e    No Changeq
  36422. Dev.CD Nov 00 TC Disk 1
  36423. All Packages
  36424. Menu Defproc 1.0.3
  36425. Summary: This is a menu definition procedure (MDEF) with source code. It looks similar to the standard MDEF, though there are differences. This is sample code which is best used when you to see how an MDEF can be written.
  36426. Features: Concordia includes the normal features for a text MDEF, plus pop-up menus, hierarchical menus, and scrolling. It doesn
  36427. t support color icons, multiple scripts, bidirectional scripts, or gray dimming.
  36428. ChooseTkl.c
  36429. ChooseTkl.h
  36430. Concordia
  36431. Concordia Info
  36432. Concordia Info.txt
  36433. Concordia.c
  36434. Concordia.h
  36435. Concordia.make
  36436. Concordia.r
  36437. DrawTkl.c
  36438. DrawTkl.h
  36439. PopUpTkl.c
  36440. PopUpTkl.h
  36441. SizeTkl.c
  36442. SizeTkl.hK
  36443. Vol IIIL
  36444. Vol VIIM-Any Macintosh, This MDEF is not fully tested.O>Dev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:Menu Defproc 1.0.3:PFDev.CD Nov 00 TC Disk 1
  36445.  - Tool Chest
  36446.  - Toolbox
  36447.  - Menu Defproc 1.0.3V
  36448. 71995X
  36449. Nov 00^    TC Disk 1
  36450. e    No Change
  36451. All Packages
  36452. System UpdateO
  36453. Dev.CD Apr 94P
  36454. Dev.CD Apr 9V
  36455. 72951X
  36456. Apr 94
  36457. b--set theItem to choose file -- uncomment to test in an AS editor
  36458.     tell application "Finder"
  36459.         open item "Dev.CD Apr 94"
  36460.         activate
  36461.     end tell
  36462. on error errMsg number errNum
  36463.     --enter statements to perform when no records are found such as...
  36464.     display dialog "Sorry, the item you selected could not be found."
  36465.     return
  36466. end try
  36467. All Packages
  36468. System UpdateO
  36469. Dev.CD Apr 94
  36470. Dev.CD Jan 94P
  36471. Dev.CD Apr 94
  36472. Dev.CD Jan 9V
  36473. 72952X
  36474. Apr 94
  36475. p--set theItem to choose file -- uncomment to test in an AS editor
  36476.     tell application "Finder"
  36477.         open item "Dev.CD Apr 94
  36478. Dev.CD Jan 94"
  36479.         activate
  36480.     end tell
  36481. on error errMsg number errNum
  36482.     --enter statements to perform when no records are found such as...
  36483.     display dialog "Sorry, the item you selected could not be found."
  36484.     return
  36485. end try
  36486. All Packages
  36487. System UpdateO
  36488. Dev.CD Apr 94V
  36489. 72953X
  36490. All Packages
  36491. System Enabler 003 (LC III)OEDev.CD Apr 94
  36492. Dev.CD Jan 94
  36493. Dev.CD Oct 93
  36494. Dev.CD Jul 93
  36495. Dev.CD Apr 93PDDev.CD Apr 94
  36496. Dev.CD Jan 94
  36497. Dev.CD Oct 93
  36498. Dev.CD Jul 93
  36499. Dev.CD Apr 9V
  36500. 72737X
  36501. Apr 94
  36502. --set theItem to choose file -- uncomment to test in an AS editor
  36503.     tell application "Finder"
  36504.         open item "Dev.CD Apr 94
  36505. Dev.CD Jan 94
  36506. Dev.CD Oct 93
  36507. Dev.CD Jul 93
  36508. Dev.CD Apr 93"
  36509.         activate
  36510.     end tell
  36511. on error errMsg number errNum
  36512.     --enter statements to perform when no records are found such as...
  36513.     display dialog "Sorry, the item you selected could not be found."
  36514.     return
  36515. end try
  36516. All Packages
  36517. System Enabler 003 (LC III)OEDev.CD Apr 94
  36518. Dev.CD Jan 94
  36519. Dev.CD Oct 93
  36520. Dev.CD Jul 93
  36521. Dev.CD Apr 93PDDev.CD Apr 94
  36522. Dev.CD Jan 94
  36523. Dev.CD Oct 93
  36524. Dev.CD Jul 93
  36525. Dev.CD Apr 9V
  36526. 72738X
  36527. Apr 94
  36528. 72983X
  36529. Oct 00^
  36530. --set theItem to choose file -- uncomment to test in an AS editor
  36531.     tell application "Finder"
  36532.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Thread Manager:"
  36533.         activate
  36534.     end tell
  36535. on error errMsg number errNum
  36536.     --enter statements to perform when no records are found such as...
  36537.     display dialog "Sorry, the item you selected could not be found."
  36538.     return
  36539. end try
  36540. e    No Changef9Thread Manager
  36541. thread
  36542. threads
  36543.  tasks
  36544. tasking
  36545. multitaskingq
  36546. Dev.CD Oct 00 SDK1
  36547. All Packages
  36548. Thumbnail TestI
  36549. This sample has been updated for the Carbon API.  This contains a routine to illustrate the use of copybits to generate thumbnail images.
  36550. JxCarbonPrefix.h
  36551. CarbonRes.rsrc
  36552. ReadMe
  36553. ShrinkToBW.c
  36554. Test Text Pict
  36555. Thumbnail(PPC)
  36556. Thumbnail.c
  36557. Thumbnail.mcp
  36558. Thumbnail.rsrcL
  36559. Nov 00M
  36560. QuickDraw, CarbonLibO?Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Thumbnail Test:V
  36561. 72984X
  36562. 1e    No Changeo&http://developer.apple.com/samplecode/
  36563. UFailure (or Signals) is a set of exception handling routines suitable for use with MacApp, MPW Pascal, and MPW C.  It is a "jazzed-up" version of the original MacApp UFailure unit, and it includes a set of C interfaces too.J
  36564. CTestSignal
  36565. CTestSignal.c
  36566. CTestSignal.c.o
  36567. CTestSignal.make
  36568. Note-register variables
  36569. PTestSignal
  36570. PTestSignal.make
  36571. PTestSignal.p
  36572. PTestSignal.p.o
  36573. README
  36574. UFailure.a
  36575. UFailure.a.o
  36576. UFailure.h
  36577. UFailure.inc1.p
  36578. UFailure.o
  36579. UFailure.p
  36580. UFailure.p.oN$MacApp, Exception, UFailure, SignalsO@Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:Signals:PHDev.CD Nov 00 TC Disk 2
  36581.  - Sample Code
  36582.  - Platforms and Tools
  36583.  - SignalsV
  36584. 72554X
  36585. Nov 00^    TC Disk 2
  36586. e    No Change
  36587. g4interface
  36588. g4interface
  36589. g4lava
  36590. g4lava
  36591. g4main
  36592. g4main
  36593. g4play
  36594. g4play
  36595. g4prefs
  36596. g4prefs
  36597. g4resources
  36598. g4resources
  36599. g4setuptakedown
  36600. g4setuptakedown
  36601. g4sound
  36602. g4sound
  36603. g4utilities
  36604. g4utilities
  36605. footprintx
  36606. WAll Packages
  36607. Mac OS SDK Edition
  36608. GameSprocket SDKs
  36609. learn
  36610. learning{
  36611. learning
  36612. eomodeler
  36613. learning
  36614. effectively
  36615. eomodeler
  36616. application
  36617. learning/testing
  36618. least
  36619. leave
  36620. leaving
  36621. ledapp
  36622. legal
  36623. length
  36624. length-2
  36625. lengths
  36626. less{
  36627. lesser
  36628. lessons
  36629. letter
  36630. letters
  36631. letting_
  36632. levela
  36633.  leaks.
  36634. Features:  Memory Monitor provides infomation about memory usage from three vantage points: 
  36635. 1) From Macsbug's point of view you can obtain the same info as the Heap Totals (HT), Heap Zones (HZ), and Heap Check (HC) commands.
  36636. 2) From the Process Manager's point of view you can obtain a list of active processes and get the information provided by the GetProcessInformation tool box call for each process.
  36637. 3) From Finder's point of view you can obtain the numbers provided by the "AbouC
  36638. t this Macintosh" dialog.
  36639. Virtual User tools.imgK
  36640. Jul 93L
  36641. Aug 94
  36642. Memory Monitor requires System Software 7.0 or greater, and Apple
  36643.  Event Manager v1.0.1 or later. Memory Monitor can be utilized by either Virtual User 2.0 or any AppleScript capable environment. Memory Monitor runs on all Macintosh models including and after the Macintosh Plus. 
  36644. N(Testing, Memory, Virtual User, DebuggingOJDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:ge
  36645. PRDev.CD Nov 00 TC Disk 1
  36646.  - Tool Chest
  36647.  - Testing & Debugging
  36648.  - Virtual User tools develop a Macintosh game.
  36649.  DrawSprocket 1.7.2 provides support for viewing game images, including setting screen resolution and color depth, choosing a monitor (on computers with multiple monitors), accelerating screen updates, and other features.
  36650. InputSprocket 1.7.2 provides support for using joysticks, keyboards, mice, and other input devices when playing games on your Macintosh computer.
  36651.  NetSprocket 1B
  36652. .7.1 lets you play games with other players over an AppleTalk or TCP/IP 
  36653.  SoundSprocket 1.7.1 lets you hear 3D sound effects in some applications with only two speakers connected to your computer.
  36654. JDDrawSprocket SDK
  36655. InputSprocket SDK
  36656. NetSprocket_SDK
  36657. SoundSprocket_SDKK
  36658. Jun 96L
  36659. Jan 00NISprockets, Games, DrawSprocket, InputSprocket, NetSprocket, SoundSprocketO=Dev.CD Oct 00 SDK1:Development Kits:Mac OS:GameSprocket SDKs:PEDev.CD Oct 00 SDK1
  36660.  - Development Kits
  36661.  - Mac OS
  36662.  - GameSprocket SDKs
  36663. enabler
  36664. encoding
  36665. installation_
  36666. installations
  36667. installedf
  36668. installer
  36669. installer
  36670. chinese
  36671. language
  36672. installers
  36673. installingV
  36674. installment
  36675. installsf
  36676. instance
  36677. instances
  36678. instantly
  36679. instead
  36680. instruction
  36681. instructional
  36682. instructions_
  36683. insure
  36684. int'l
  36685. integer
  36686. integral
  36687. integrate
  36688. integrated
  36689. integrates
  36690. integrating
  36691. integrating
  36692. computer-based
  36693. media
  36694. broadcast
  36695. environment
  36696. integration
  36697. memory-efficient
  36698. memory-intensive
  36699. memory/video
  36700. mensch
  36701. mentat
  36702. mention
  36703. mentioned
  36704. mentors
  36705. menuU
  36706. menubar
  36707. menuhandle
  36708. menuhook/mbarhook
  36709. menumanager
  36710. menusv
  36711. menuscripter
  36712. merchandised
  36713. merchandising
  36714. merely
  36715. message
  36716. methodology
  36717. methods
  36718. metrowerks
  36719. 71993X
  36720. Nov 00^    TC Disk 1
  36721. --set theItem to choose file -- uncomment to test in an AS editor
  36722.     tell application "Finder"
  36723.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:"
  36724.         activate
  36725.     end tell
  36726. on error errMsg number errNum
  36727.     --enter statements to perform when no records are found such as...
  36728.     display dialog "Sorry, the item you selected could not be found."
  36729.     return
  36730. end try
  36731. e    No Changef%Testing
  36732. Memory
  36733. Virtual User
  36734. Debuggingq
  36735. Dev.CD Nov 00 TC Disk 1
  36736. All Packages
  36737. menu 'cicn' funIRThis sample illustrates how to add color icons of different sizes to menu items.  JOMenu 'cicn' fun(PPC)
  36738. menu 'cicn' fun.c
  36739. Menu 'cicn' fun.mcp
  36740. Menu 'cicn' fun.rsrcOLDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:Menu 'cicn' fun:PTDev.CD Nov 00 TC Disk 1
  36741.  - Sample Code
  36742.  - Human Interface Toolbox
  36743.  - Menu 'cicn' funV
  36744. 71994X
  36745. Nov 00^    TC Disk 1
  36746. e    No Change
  36747. IMPORTANT INFORMATION ABOUT THIS SDK
  36748. This package has been removed from the Developer CD. For the latest information on QuickTime development and products, please see the QuickTime web site at
  36749. http://www.apple.com/quicktime/.
  36750. QuickTime IC is an extension to the QuickTime system extension that abstracts applications from image capture devices such as the QuickTake 200. It is a modular architecture that provides opportunities for developers, as well as Apple, to provide additional benefit 
  36751. for users. 
  36752. For example, the QuickTake 200 comes with three components: 
  36753.  Camera Access application 
  36754.  QuickTime IC system extension 
  36755.  QuickTake 200 camera component 
  36756. Camera Access is an application that leverages the QuickTime IC system extension, as well as QuickTime and or other system services. It is what a person uses to communicate with the QuickTake 200, view images, and transfer them to the desktop. It also provides several image enhancement functions such as cropping, image li
  36757. g--set theItem to choose file -- uncomment to test in an AS editor
  36758.     tell application "Finder"
  36759.         open item "Dev.CD Jan 96 SDK1"
  36760.         activate
  36761.     end tell
  36762. on error errMsg number errNum
  36763.     --enter statements to perform when no records are found such as...
  36764.     display dialog "Sorry, the item you selected could not be found."
  36765.     return
  36766. end try
  36767. bridge
  36768. broadcast
  36769. broadcasting
  36770. browse
  36771. browse
  36772. internet
  36773. services
  36774. browser
  36775. btstbool
  36776. btstq
  36777. bufcallback
  36778. buffer
  36779. buffered
  36780. buffered
  36781. system
  36782. builder
  36783. built-in
  36784. bundle
  36785. bundle
  36786. services
  36787. burned-in
  36788. burned-in
  36789. address
  36790. burning
  36791. burning
  36792. business
  36793. business
  36794. processes
  36795. button
  36796. buttons
  36797. opentransport
  36798. standard
  36799. library
  36800. cacheA
  36801. cache
  36802. ratesA
  36803. cacheline
  36804. snippet
  36805. shows
  36806. control's
  36807. snippet
  36808. shows
  36809. create
  36810. install
  36811. custom
  36812. snippet
  36813. shows
  36814. determine
  36815. whether
  36816. running
  36817. snippet
  36818. shows
  36819. screen
  36820. snippet
  36821. shows
  36822. window
  36823. constrained
  36824. snippet
  36825. shows
  36826. restore
  36827. screen's
  36828. color
  36829. snippet
  36830. shows
  36831. retrieve
  36832. colortable
  36833. multi
  36834. snippet
  36835. shows
  36836. custom
  36837. document
  36838. icons
  36839. snippet
  36840. shows
  36841. stdpix
  36842. intercept
  36843. snippet
  36844. shows
  36845. access
  36846. desktop
  36847. pattern
  36848. snippet
  36849. shows
  36850. example
  36851. resource
  36852. snippet
  36853. shows
  36854. steps
  36855. necessary
  36856. implement
  36857. scroll
  36858. source
  36859. standard
  36860. compression
  36861. chapter
  36862. survival
  36863. guide
  36864. series
  36865. regarding
  36866. webobjec
  36867. survival
  36868. guide
  36869. offers
  36870. overview
  36871. audio
  36872. versions`
  36873. versit{
  36874. versus
  36875. :OS Utilities:Gestalt Selectors List 4.3:PSDev.CD Nov 00 TC Disk 1
  36876.  - Tool Chest
  36877.  - OS Utilities
  36878.  - Gestalt Selectors List 4.3V
  36879. 70184X
  36880. Nov 00^    TC Disk 1
  36881. --set theItem to choose file -- uncomment to test in an AS editor
  36882.     tell application "Finder"
  36883.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:OS Utilities:Gestalt Selectors List 4.3:"
  36884.         activate
  36885.     end tell
  36886. on error errMsg number errNum
  36887.     --enter statements to perform when no records are found such as...
  36888.     display dialog "Sorry, the item you selected could not be found."
  36889.     return
  36890. end try
  36891. e    No Changef
  36892. Gestalt Selector Codes
  36893. Gestalt Manager
  36894. Machine Identification
  36895. System Identification
  36896. System Software Release
  36897. Version
  36898. Capabilities
  36899. System Featuresq
  36900. Dev.CD Nov 00 TC Disk 1
  36901. All Packages
  36902. 70185X
  36903. restoredeviceclut
  36904. restoredeviceclut
  36905. getdevicelist
  36906. newpalette
  36907. setpalette
  36908. testde
  36909. retrievepictinfo
  36910. return
  36911. return
  36912. investment
  36913. business
  36914. processes
  36915. interactive
  36916. media
  36917. reverb
  36918. rgbbackcolor
  36919. rgbforecolor
  36920. rhapsody
  36921. rhapsody
  36922. yellow
  36923. openstep
  36924. rhapsody
  36925. pages
  36926. access
  36927. access
  36928. scripting
  36929. urlaccess
  36930. urlaccess
  36931. urlaccess
  36932. urlaccess
  36933. urlaccess68k
  36934. urlaccess68k
  36935. urlaccesslib
  36936. urlaccesslib
  36937. urlservices
  36938. distribution
  36939. guide
  36940. usage
  36941. usage
  36942. history
  36943. 1.4.6f11
  36944. driver
  36945. useful
  36946. useful
  36947. addmenu
  36948. script
  36949. manual
  36950. user's
  36951. userchkgestaltfuncti
  36952. userchkgestaltfuncti
  36953. userchkgestaltfuncti
  36954. --set theItem to choose file -- uncomment to test in an AS editor
  36955.     tell application "Finder"
  36956.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:MemHell:"
  36957.         activate
  36958.     end tell
  36959. on error errMsg number errNum
  36960.     --enter statements to perform when no records are found such as...
  36961.     display dialog "Sorry, the item you selected could not be found."
  36962.     return
  36963. end try
  36964. box (System 7 and higher, or separate install on System 6)N?Communications Toolbox, connection tools, CMChoose, CMGetConfigOKDev.CD Nov 00 TC Disk 1:Sample Code:Communications Toolbox:Get Tool Config:PSDev.CD Nov 00 TC Disk 1
  36965.  - Sample Code
  36966.  - Communications Toolbox
  36967.  - Get Tool ConfigV
  36968. 70185X
  36969. Nov 00^    TC Disk 1
  36970. e    No Change
  36971. e    No Changef2MemHell
  36972. Memory
  36973. stress
  36974. debug
  36975. debugging
  36976. testingq
  36977. Dev.CD Nov 00 TC Disk 1
  36978. All Packages
  36979. Memory Monitor
  36980. Summary:  Memory Monitor is a software utility which provides memory usage information to a programatically driven environment, such as Virtual User (V.U.), AppleScript or any Apple Event capable environment. Memory Monitor was created to assist test engineers using an automated test environment to obtain memory usage information without the need of human intervention. It has been used extensively for gathering Ram foot print information of software products. It can also help locate memory
  36981. 71993X
  36982. call-backs
  36983. callback
  36984. callbackcmd
  36985. callbacks
  36986. calledX
  36987. caller
  36988. callhyper
  36989. calling
  36990. callsh
  36991. calvacom
  36992. camera
  36993. cameras
  36994. cameron
  36995. campaign
  36996. campaigns
  36997. campfire
  36998. s it implement direct memory access to the ROM.
  36999. OEDev.CD Nov 00 TC Disk 1:Sample Code:Networking:GetEnetAddrDirect.ppc:V
  37000. 70187X
  37001. 1e    No Change
  37002. involved
  37003. involves
  37004. involving
  37005. iokitlib
  37006. iostreams
  37007. iotracer
  37008. ipclister
  37009. ipclistports
  37010. copy-and-paste
  37011. copy/paste
  37012. copybitsr
  37013. copybitsspeedpalette
  37014. copydeepmask
  37015. copying
  37016. copymask
  37017. copyright
  37018. copyrighted
  37019. corefoundation
  37020. coresample
  37021. corner
  37022. corporate
  37023. corporation
  37024. correct
  37025. corrected
  37026. correctly
  37027. corrects
  37028. correlate
  37029. correspondence
  37030. corresponding
  37031. corrupt
  37032. corruption
  37033. cosmetic[
  37034. costly
  37035. costs{
  37036. could]
  37037. couldn't
  37038. counter
  37039. counterpart
  37040. counterparts
  37041. countersA
  37042. counting
  37043. country
  37044. couple
  37045. courseS
  37046. coursesS
  37047. ^    TC Disk 2
  37048. --set theItem to choose file -- uncomment to test in an AS editor
  37049.     tell application "Finder"
  37050.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:HyperCard:ShowBalloon XFCN:"
  37051.         activate
  37052.     end tell
  37053. on error errMsg number errNum
  37054.     --enter statements to perform when no records are found such as...
  37055.     display dialog "Sorry, the item you selected could not be found."
  37056.     return
  37057. end try
  37058. e    No Changef
  37059. hypercard
  37060. ShowBalloon XFCNq
  37061. Dev.CD Nov 00 TC Disk 2
  37062. All Packages
  37063. ShowDialogBoxes v2.1
  37064. Summary:  SDB allows you to display dialogs, alerts, and coolAlerts of your application. Requires an associated scriptfile which specifies the relationships between the text and the dialogs. Version 2.1 adds support for displaying coolAlerts under QuickDraw GX.
  37065. ShowDialogBoxes v2.1.imgK
  37066. Vol VIIL
  37067. May 94N
  37068. Testing, InternationalO@Dev.CD Nov 00 TC Disk 1:Tool Chest:Localization:ShowDialogBoxes:V
  37069. 72551X
  37070. 1e    No Change
  37071. nto multiple-node movies. Use the QTVR 1.0 Authoring Tools Suite available in the Apple Developer Catalog for these purposes. 
  37072. The folders Make QTVR Object 1.0b2 and Make QTVR Panorama 1.0b2 contain the source code for the QuickTime VR beta-level, unsupported tools Make QTVR Object and Make QTVR Panorama. This source code is an example of how to use the file format information described in Apple Technote 1035, QuickTime VR 1.0 Panorama Movie File Format, and Apple Technote 1036, QuickTimeD
  37073.  VR 1.0 Object Movie File Format. 
  37074. This code:
  37075.  Is beta-level and unsupported. 
  37076.  Is available as a pair of MPW Projector databases or as individual files. 
  37077. Issues:  These are beta-level tools and are unsupported. 
  37078. Jun 96M
  37079. These tools run on a Macintosh and require several megabytes of free memory -- the larger the files to be created, the more memory is required.   The code requires a Macintosh and an appropriate development environment.O#Dev.CD Oct 98 SDK:Development Kits:inrect
  37080. ager.  This can involve scrambling the system heap or application heap.
  37081. SysBeep interrupt:  The CPU can invoke a SysBeep call during a set interval time (in ticks).  When a movie is currently open, a SysBeep will result only as a menubar flash.  However, if a movie is without a sound track or a movie is closed, the SysBeep will beep normally.
  37082. Define Window Type:  Rather than using just the standard "square" window shape, MegaMovies uses a special WDEF resource for displaying various wind
  37083. ow sizes.  The standard Macintosh WDEFs are also included.  Note that when selecting a particular window shape, all movies opened after that will reflect that change.
  37084. Movie Status:  Opens a window displaying the current movie being examined.  It will tell you all you need to know about movie controllers, frames/sec performance, playback rates, etc.
  37085. Also:  Preference Settings, AppleEvents aware, Flattenning Movies, Hiding and Showing of Controllers
  37086. Jul 92L
  37087. Feb 93m/samplecode/
  37088. MegaMovies
  37089. Read Me
  37090. Read Me.txtK
  37091. Jul 92L
  37092. Feb 93MHMac with 68020 or later, System 6.0.7 or later, QuickTime
  37093.  1.0 extensionO>Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickTime:MegaMovies 1.6.2:PFDev.CD Nov 00 TC Disk 1
  37094.  - Tool Chest
  37095.  - QuickTime
  37096.  - MegaMovies 1.6.2gs into a text file.
  37097. acur.c
  37098. acur.h
  37099. DropShell.68K.
  37100. DropShell.c
  37101. DropShell.h
  37102. DropShell.PPC.
  37103. DropShell.rsrc
  37104. DSAppleEvents.c
  37105. DSAppleEvents.h
  37106. DSGlobals.h
  37107. DSUserProcs.c
  37108. DSUserProcs.h
  37109. DSUtils.c
  37110. DSUtils.h
  37111. GetHelpStrings
  37112. Read MeK
  37113. Dec 95N<balloon help, C, finder help strings, spinning cursors, acurO:Dev.CD Nov 00 TC Disk 1:Tool Chest:Toolbox:GetHelpStrings:PBDev.CD Nov 00 TC Disk 1
  37114.  - Tool Chest
  37115.  - Toolbox
  37116.  - GetHelpStrings
  37117.  The selection portion of the playbar turns black.  After that, all items in the Edit menu will function.  Movies copied to the clipboard will include both the poster PICT and the 'moov' sequence.  The Finder will show only the Poster PICT.
  37118. Looping:  Both forms of looping blayback are supported : normal and palindrome looping.  Palindrome loop involves playing forwards, then backwards then forwards again.  You can perform this operation on the single active movie or on multiple movies.
  37119. oto Beginning or End:  You can hop to the beginning or end of the active movie or for all movies. This can be particularly useful when putting multiple movies in synch.
  37120. Bit Depth switching:  Changing the monitor bit depths from black&white, 4, 16, 256 colors in any order and in any combination.  Switching occurs during a set interval time.
  37121. Heap Scrambling:  During movie play, you can invoke heap scrambling.  This involves moving memory around every time a toolbox call uses the memory man
  37122. All Packages
  37123. System 7 Tune-UpO
  37124. Dev.CD Apr 92
  37125. Dev.CD Mar 92P
  37126. Dev.CD Apr 92
  37127. Dev.CD Mar 9V
  37128. 72659X
  37129. Apr 92
  37130. p--set theItem to choose file -- uncomment to test in an AS editor
  37131.     tell application "Finder"
  37132.         open item "Dev.CD Apr 92
  37133. Dev.CD Mar 92"
  37134.         activate
  37135.     end tell
  37136. on error errMsg number errNum
  37137.     --enter statements to perform when no records are found such as...
  37138.     display dialog "Sorry, the item you selected could not be found."
  37139.     return
  37140. end try
  37141. All Packages
  37142. System 7 Tune-UpO
  37143. Dev.CD Apr 92
  37144. Dev.CD Mar 92P
  37145. Dev.CD Apr 92
  37146. Dev.CD Mar 9V
  37147. 72660X
  37148. Apr 92
  37149. p--set theItem to choose file -- uncomment to test in an AS editor
  37150.     tell application "Finder"
  37151.         open item "Dev.CD Apr 92
  37152. Dev.CD Mar 92"
  37153.         activate
  37154.     end tell
  37155. on error errMsg number errNum
  37156.     --enter statements to perform when no records are found such as...
  37157.     display dialog "Sorry, the item you selected could not be found."
  37158.     return
  37159. end try
  37160. Summary: This test tool application demonstrates the use of the standard movie controllers and its manipulation of movie files.  This tool tests other functions to integrate QuickTime
  37161.  with other components of the System Software.
  37162. Features:
  37163. Multiple Movie Files:  More than one movie an be opened at once.  By selecting "Open Multiple", the user can input the number of movies from the same movie file to open.  This is useful for multiple movie testing.
  37164. Standard Movie Controllers:  The user
  37165.  can control movies with operations : start, stop, sound on/off, frame advance, playbar, size grow box, hide and show of controllers.  The special Movie Controller window allows the user to eliminate movie controllers from any window.
  37166. Movie Editing:  Cut, copy, paste, clear and undo of movies. This tool supports both editing conventions with either the standard controllers or by copying movie selections using the Movie Toolbox.  Use the shift key and move the playbar to make a selection. 
  37167. serialdriverarbitrat
  37168. series
  37169. server
  37170. server
  37171. controls
  37172. server
  37173. developer
  37174. servers
  37175. services
  37176. setcontrolmaximum
  37177. setcontrolminimum
  37178. setcontrolvalue
  37179. setdefaultdtp
  37180. setdeskcpat
  37181. setentrycolor
  37182. sethideonswitch
  37183. setled
  37184. setlinewidth
  37185. setpalette
  37186. erver
  37187. mouse
  37188. mouseinfo
  37189. mouseinfo
  37190. mamake
  37191. mouseinfo
  37192. mousoid
  37193. mousoid
  37194. movablemodal
  37195. movablemodal
  37196. moveablemodaldialog
  37197. moveablemodaldialog
  37198. moveablemodaldialog
  37199. movieY
  37200. movie
  37201. movie
  37202. moviebrowser
  37203. moviebrowser
  37204. moviebrowser
  37205. moviecallbacks
  37206. moviecallbacks
  37207. moviecontrol
  37208. moviecontrol
  37209. moviefile
  37210. moviefile
  37211. moviefile
  37212. 71991X
  37213. Nov 00^    TC Disk 1
  37214. --set theItem to choose file -- uncomment to test in an AS editor
  37215.     tell application "Finder"
  37216.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickTime:MegaMovies 1.6.2:"
  37217.         activate
  37218.     end tell
  37219. on error errMsg number errNum
  37220.     --enter statements to perform when no records are found such as...
  37221.     display dialog "Sorry, the item you selected could not be found."
  37222.     return
  37223. end try
  37224. e    No Changeq
  37225. Dev.CD Nov 00 TC Disk 1
  37226. All Packages
  37227. MemHellIqMemory stress too.   Update to previous version.
  37228. Fixes and ehancements to 1.0a5.  Works with QT 4.0 and Mac OS 9J
  37229. MemHell
  37230. MemHell 1.0a6 ReadMeK
  37231. Dec 93L
  37232. Dec 99M
  37233. System Software 7.0N8MemHell, Tool, Memory, stress, debug, debugging, testingO?Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:MemHell:PGDev.CD Nov 00 TC Disk 1
  37234.  - Tool Chest
  37235.  - Testing & Debugging
  37236.  - MemHellV
  37237. 71992X
  37238. Nov 00^    TC Disk 1
  37239. e    No Change
  37240. F    MDIPlayerI
  37241. MDIPlayer is a sample application that demonstrates how to display QuickTime movies using the MDI (multiple document interface).
  37242. mdiplayer.c
  37243. mdiplayer.dsp
  37244. mdiplayer.dsw
  37245. MDIPlayer.exe
  37246. mdiplayer.ico
  37247. mdiplayer.mak
  37248. mdiplayer.rc
  37249. movie.ico
  37250. mssccprj.scc
  37251. README.txt
  37252. resource.hOCDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:MDIPlayer.win:PNDev.CD Nov 00 TC Disk 2
  37253.  - Sample Code
  37254.  - QuickTime
  37255.  - Basics
  37256.  - MDIPlayer.winV
  37257. 71990X
  37258. Nov 00^    TC Disk 2
  37259. --set theItem to choose file -- uncomment to test in an AS editor
  37260.     tell application "Finder"
  37261.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:MDIPlayer.win:"
  37262.         activate
  37263.     end tell
  37264. on error errMsg number errNum
  37265.     --enter statements to perform when no records are found such as...
  37266.     display dialog "Sorry, the item you selected could not be found."
  37267.     return
  37268. end try
  37269. e    No Changeq
  37270. Dev.CD Nov 00 TC Disk 2
  37271. All Packages
  37272. MegaMovies 1.6.2
  37273. 71991X
  37274. display/context
  37275. displayaudit
  37276. displayed
  37277. displayflags
  37278. displayingv
  37279. displaylib
  37280. displaysi
  37281. displayvideo
  37282. displayvideo
  37283. sample
  37284. display
  37285. about
  37286. dispose
  37287. disposed
  37288. disposehandle
  37289. disposeresource
  37290. disposesystemgammas
  37291. disposing
  37292. distances
  37293. distaste
  37294. distinguish
  37295. distinguished
  37296. distinguishes
  37297. distinguishing
  37298. distribute
  37299. maximizing
  37300. quadra
  37301. floatingpoint
  37302. mccomponent
  37303. mdiplayer
  37304. media
  37305. megamovies
  37306. megamovies
  37307. 1.6.2
  37308. memhell
  37309. memory
  37310. memory
  37311. monitor
  37312. defproc
  37313. 1.0.3
  37314. menuscripter
  37315. metertest
  37316. mdiplayer
  37317. simpleedit
  37318. simpleplayer
  37319. mfcqtclasses
  37320. midiconverter
  37321. minilauncher
  37322. minilauncher
  37323. 1.3b5
  37324. modal
  37325. modal
  37326. textedit
  37327. modeless
  37328. modeless
  37329. dialog
  37330. sample
  37331. modern
  37332. modifymouseaccl
  37333. module
  37334. modules
  37335. monitor
  37336. moofwars
  37337. documentation
  37338. moreappleevents
  37339. moreautopush
  37340. morefiles
  37341. morefinderevents
  37342. moreisbetter
  37343. morenetworksetup
  37344. moreosl
  37345. mountalias
  37346. mountalias
  37347. mouse
  37348. mouseinfo
  37349. movablemodal
  37350. movie
  37351. onescannerx
  37352. opp's
  37353. oracle
  37354. floattolong
  37355. flookup
  37356. floppy
  37357. flowctlmacs
  37358.     tell application "Finder"
  37359.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:GiMeDaPalette with Sound:"
  37360.         activate
  37361.     end tell
  37362. on error errMsg number errNum
  37363.     --enter statements to perform when no records are found such as...
  37364.     display dialog "Sorry, the item you selected could not be found."
  37365.     return
  37366. end try
  37367. e    No Changeq
  37368. Dev.CD Nov 00 TC Disk 1
  37369. All Packages
  37370. MCComponentI
  37371. A sample QuickTime component.J
  37372. FadeScreen.c
  37373. FadeScreen.h
  37374. HideMenuBar.c
  37375. HideMenuBar.h
  37376. MCComponent(PPC)
  37377. MCComponent.mcp
  37378. MyComponent.c
  37379. MyComponent.h
  37380. MyComponent.rsrc
  37381. MyComponentRoutines.c
  37382. MyComponentRoutines.hM    QuickTimeN
  37383. QuickTime, componentOADev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Codecs:MCComponent:PLDev.CD Nov 00 TC Disk 2
  37384.  - Sample Code
  37385.  - QuickTime
  37386.  - Codecs
  37387.  - MCComponentV
  37388. 71989X
  37389. Nov 00^    TC Disk 2
  37390. --set theItem to choose file -- uncomment to test in an AS editor
  37391.     tell application "Finder"
  37392.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Codecs:MCComponent:"
  37393.         activate
  37394.     end tell
  37395. on error errMsg number errNum
  37396.     --enter statements to perform when no records are found such as...
  37397.     display dialog "Sorry, the item you selected could not be found."
  37398.     return
  37399. end try
  37400. e    No Changef
  37401. QuickTime
  37402. componentq
  37403. Dev.CD Nov 00 TC Disk 2
  37404. All Packages
  37405. 71990X
  37406. --set theItem to choose file -- uncomment to test in an AS editor
  37407.     tell application "Finder"
  37408.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:Maximizing Quadra FloatingPoint:"
  37409.         activate
  37410.     end tell
  37411. on error errMsg number errNum
  37412.     --enter statements to perform when no records are found such as...
  37413.     display dialog "Sorry, the item you selected could not be found."
  37414.     return
  37415. end try
  37416. square
  37417. squarewave
  37418. squarewavesynth
  37419. srccopy
  37420. srcxor
  37421. sresource
  37422. stability
  37423. standalone
  37424. standalone
  37425. version
  37426. standard
  37427. standardfile
  37428. standardfilepreview
  37429. standardized
  37430. standards
  37431. starmax
  37432. start
  37433. started
  37434. starting
  37435. starts
  37436. startupf
  37437. stateV
  37438. states
  37439. static
  37440. statistic
  37441. status
  37442. staying
  37443. stays
  37444. stdbits
  37445. stdout
  37446. stdpix
  37447. steal
  37448. PHDev.CD Nov 00 TC Disk 1
  37449.  - Tool Chest
  37450.  - Localization
  37451.  - ShowDialogBoxesV
  37452. 72551X
  37453. Nov 00^    TC Disk 1
  37454. --set theItem to choose file -- uncomment to test in an AS editor
  37455.     tell application "Finder"
  37456.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Localization:ShowDialogBoxes:"
  37457.         activate
  37458.     end tell
  37459. on error errMsg number errNum
  37460.     --enter statements to perform when no records are found such as...
  37461.     display dialog "Sorry, the item you selected could not be found."
  37462.     return
  37463. end try
  37464. e    No Changef
  37465. Testing
  37466. Internationalq
  37467. Dev.CD Nov 00 TC Disk 1
  37468. All Packages
  37469. ShowInitIconIRThis code is intended to let INIT writers easily display an icon at startup time.
  37470. J-ShowInitIcon.c
  37471. ShowInitIcon.h
  37472. Usage & HistoryK
  37473. Aug 95N
  37474. INIT, iconOTDev.CD Nov 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:RAMDisk:ShowInitIcon:PbDev.CD Nov 00 TC Disk 1
  37475.  - Sample Code
  37476.  - Devices and Hardware
  37477.  - Disks
  37478.  - RAMDisk
  37479.  - ShowInitIconV
  37480. 72552X
  37481. Nov 00^    TC Disk 1
  37482. e    No Change
  37483. e    No Changef
  37484. Marquee
  37485. selection tool
  37486. Carbono&http://developer.apple.com/samplecode/q
  37487. Dev.CD Nov 00 TC Disk 1
  37488. All Packages
  37489. Maximizing Quadra FloatingPoint
  37490. !Summary: This software improves the float-to-int conversion speed of the Quadra by over an order of magnitude.
  37491. Features: 
  37492.  Round (to nearest),Truncate (toward zero),
  37493. Floor (toward -
  37494.  Optimized for 68040; functional with 68881/2
  37495.  Over 15X faster on Quadra, but 2.6X slower on the FX
  37496. FloatToLong.a
  37497. ReadMe
  37498. ReadMe.txtK
  37499. Apr 93O`Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:Maximizing Quadra FloatingPoint:PkDev.CD Nov 00 TC Disk 1
  37500.  - Tool Chest
  37501.  - Development Kits
  37502.  - MPW Related
  37503.  - Maximizing Quadra FloatingPointV
  37504. 71988X
  37505. Nov 00^    TC Disk 1
  37506. e    No Change
  37507. --set theItem to choose file -- uncomment to test in an AS editor
  37508.     tell application "Finder"
  37509.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Marquee:"
  37510.         activate
  37511.     end tell
  37512. on error errMsg number errNum
  37513.     --enter statements to perform when no records are found such as...
  37514.     display dialog "Sorry, the item you selected could not be found."
  37515.     return
  37516. end try
  37517.     return
  37518. end try
  37519. 71986X
  37520. Nov 99^
  37521. --set theItem to choose file -- uncomment to test in an AS editor
  37522.     tell application "Finder"
  37523.         open item "Dev.CD Nov 99 TC:Tool Chest:Networking:Manalyzer 2.0d3:"
  37524.         activate
  37525.     end tell
  37526. on error errMsg number errNum
  37527.     --enter statements to perform when no records are found such as...
  37528.     display dialog "Sorry, the item you selected could not be found."
  37529.     return
  37530. end try
  37531. Deletedq
  37532. Dev.CD Nov 99 TC
  37533. All Packages
  37534. MarqueeI
  37535. This sample has been updated for the Carbon API.  Marquee will build and display a marquee similar to the selection rectangle tool in MacPaint
  37536. . JTCarbonPrefix.h
  37537. CarbonRes.rsrc
  37538. Marquee(PPC)
  37539. marquee.c
  37540. Marquee.mcp
  37541. Marquee.rsrc
  37542. ReadMeL
  37543. Nov 00M
  37544. Color QuickDraw, CarbonLibN
  37545. Marquee, selection tool, CarbonO8Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:Marquee:P@Dev.CD Nov 00 TC Disk 1
  37546.  - Sample Code
  37547.  - Graphics 2D
  37548.  - MarqueeV
  37549. 71987X
  37550. Nov 00^    TC Disk 1
  37551. e    No Changeo&http://developer.apple.com/samplecode/
  37552. jSummary: Manalyzer is a Local Area Network Analyzer that works with the Apple NuBus Ethernet card and the NuBus Token Ring card.
  37553. Features: Filters incoming traffic by node, byte or network protocol.
  37554.       - Generates background traffic at any bandwidth.
  37555.       - Displays incoming data in several formats.
  37556.       - Decodes AppleTalk  packets up to the ATP level. 
  37557. JcManalyzer
  37558. Manalyzer Read Me
  37559. Manalyzer Read Me.txt
  37560. Manalyzer Relase Notes
  37561. Manalyzer Relase Notes.txtK
  37562. Vol VIIL
  37563. Vol VIIIMMMacintosh II or better, the NuBus Ethernet card or the NuBus Token Ring card.O7Dev.CD Nov 99 TC:Tool Chest:Networking:Manalyzer 2.0d3:P?Dev.CD Nov 99 TC
  37564.  - Tool Chest
  37565.  - Networking
  37566.  - Manalyzer 2.0d3
  37567. common
  37568. common
  37569. files
  37570. gworld
  37571. ample
  37572. hardware
  37573. hardware
  37574. system
  37575. update
  37576. stack
  37577. localization
  37578. navigator
  37579. hebrew
  37580. hebrew
  37581. language
  37582. hebrew
  37583. language
  37584. v1.0.1
  37585. helper
  37586. helpful
  37587. helpful
  37588. scripts
  37589. hidemenubar
  37590. hiermenus
  37591. hitec
  37592. hitec
  37593. super
  37594. front
  37595. hosesample
  37596. hotsauce
  37597. movie
  37598. movie
  37599. movie
  37600. moviebrowser
  37601. moviebrowser
  37602. moviebrowser
  37603. moviecallbacks
  37604. moviecallbacks
  37605. moviecontrol
  37606. moviecontrol
  37607. moviefile
  37608. moviefile
  37609. moviefile
  37610. graphics
  37611. graphicsimportdispat
  37612. graphicsimporter68k
  37613. graphicsimportversio
  37614. grayishoutline
  37615. grayishoutline
  37616. grayishoutline
  37617. grayishoutline
  37618. grayscale
  37619. graytext
  37620. graytext
  37621. graytext
  37622. graytext
  37623. graytext
  37624. gridwindowgrow
  37625. gridwindowgrow
  37626. gridwindowgrow
  37627. gridwindowgrow
  37628. groupdrawing
  37629. groupdrawing
  37630. growtogrid
  37631. growtogrid
  37632. easyview
  37633. snippet
  37634. converts
  37635. resource
  37636. snippet
  37637. demonstrates
  37638. create
  37639. directory
  37640. snippet
  37641. demonstrates
  37642. determine
  37643. whether
  37644. snippet
  37645. demonstrates
  37646. standard
  37647. select
  37648. snippet
  37649. demonstrates
  37650. record
  37651. metering
  37652. through
  37653. snippet
  37654. demonstrates
  37655. check
  37656. existence
  37657. snippet
  37658. demonstrates
  37659. writing
  37660. simple
  37661. which
  37662. snippet
  37663. races
  37664. copybits
  37665. using
  37666. region
  37667. snippet
  37668. shows
  37669. messages
  37670. snippet
  37671. shows
  37672. custom
  37673. document
  37674. icons
  37675. snippet
  37676. shows
  37677. stdpix
  37678. intercept
  37679. snippet
  37680. shows
  37681. access
  37682. desktop
  37683. pattern
  37684. snippet
  37685. shows
  37686. example
  37687. resource
  37688. snippet
  37689. shows
  37690. steps
  37691. necessary
  37692. implement
  37693. scroll
  37694. survival
  37695. guide
  37696. offers
  37697. overview
  37698. audio
  37699. level
  37700. printers it sends PostScript, on QuickDraw printers it sends Color QuickDraw calls.  If a QuickDraw printer does not use a CGrafPort, the gray text comes out as black.  Unfortunately, there's currently no good way to handle that situation.
  37701. JCGrayText(PPC)
  37702. GrayText.mcp
  37703. GrayText.p
  37704. GrayText.rsrc
  37705. PrintComments.pN(print, gray, text, PostScript, QuickDrawO6Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:GrayText:P>Dev.CD Nov 00 TC Disk 2
  37706.  - Sample Code
  37707.  - Printing
  37708.  - GrayText
  37709. All Packages
  37710. F!System Enabler 304 (Performa 600)O
  37711. Dev.CD Jul 93
  37712. Dev.CD May 93P
  37713. Dev.CD Jul 93
  37714. Dev.CD May 9V
  37715. 72904X
  37716. Jul 93
  37717. p--set theItem to choose file -- uncomment to test in an AS editor
  37718.     tell application "Finder"
  37719.         open item "Dev.CD Jul 93
  37720. Dev.CD May 93"
  37721.         activate
  37722.     end tell
  37723. on error errMsg number errNum
  37724.     --enter statements to perform when no records are found such as...
  37725.     display dialog "Sorry, the item you selected could not be found."
  37726.     return
  37727. end try
  37728. All Packages
  37729. F!System Enabler 308 (Performa 450)O
  37730. Dev.CD Jul 93
  37731. Dev.CD May 93P
  37732. Dev.CD Jul 93
  37733. Dev.CD May 9V
  37734. 72905X
  37735. Jul 93
  37736. CWDefines.h
  37737. debugf.c
  37738. debugf.h
  37739. MakeFile
  37740. MakeStartupAliasToMe
  37741. MakeStartupAliasToMe.c
  37742. MakeStartupAliasToMe.prj
  37743. MakeStartupAliasToMe.r
  37744. MakeStartupAliasToMe.rsrc
  37745. PackageExample
  37746. ReadMe
  37747. ScriptsM    CarbonLibN AppleScript, Calling AppleScriptOODev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:MakeStartupAliasToMe:PWDev.CD Nov 00 TC Disk 1
  37748.  - Sample Code
  37749.  - Interapplication Comm
  37750.  - MakeStartupAliasToMeV
  37751. 71985X
  37752. Nov 00^    TC Disk 1
  37753. --set theItem to choose file -- uncomment to test in an AS editor
  37754.     tell application "Finder"
  37755.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:MakeStartupAliasToMe:"
  37756.         activate
  37757.     end tell
  37758. on error errMsg number errNum
  37759.     --enter statements to perform when no records are found such as...
  37760.     display dialog "Sorry, the item you selected could not be found."
  37761.     return
  37762. end try
  37763. e    No Changef
  37764. AppleScript
  37765. Calling AppleScriptq
  37766. Dev.CD Nov 00 TC Disk 1
  37767. D!All Packages
  37768. Tool Chest Edition
  37769. Manalyzer 2.0d3
  37770. ,Summary: MakeMake is an MPW tool which generates correct, complete makefiles.
  37771. Features: Automatically generates complete included-file dependencies for C, C++, Pascal, Asm, and Rez sources. The makefiles are self-maintaining and easily modified or updated. Handles builds of almost any complexity.  
  37772. Makemake
  37773. Makemake manualK
  37774. Vol IIIL
  37775. Aug 92OPDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:MakeMake 2.0d38:P[Dev.CD Nov 00 TC Disk 1
  37776.  - Tool Chest
  37777.  - Development Kits
  37778.  - MPW Related
  37779.  - MakeMake 2.0d38va
  37780.  - GroupDrawingV
  37781. 70199X
  37782. Nov 00^    TC Disk 2
  37783. e    No Change
  37784. NSGetDeviceList, GDeviceChanged, GetNextDevice, GetMainDevice, NewPalette, SetPaletteO;Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:MakeITable:PCDev.CD Nov 00 TC Disk 1
  37785.  - Sample Code
  37786.  - Graphics 2D
  37787.  - MakeITableV
  37788. 71983X
  37789. Nov 00^    TC Disk 1
  37790. --set theItem to choose file -- uncomment to test in an AS editor
  37791.     tell application "Finder"
  37792.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:MakeITable:"
  37793.         activate
  37794.     end tell
  37795. on error errMsg number errNum
  37796.     --enter statements to perform when no records are found such as...
  37797.     display dialog "Sorry, the item you selected could not be found."
  37798.     return
  37799. end try
  37800. e    No ChangefNGetDeviceList
  37801. GDeviceChanged
  37802. GetNextDevice
  37803. GetMainDevice
  37804. NewPalette
  37805. SetPaletteq
  37806. Dev.CD Nov 00 TC Disk 1
  37807. All Packages
  37808. MakeMake 2.0d38
  37809. 71984X
  37810. 71984X
  37811. Nov 00^    TC Disk 1
  37812. --set theItem to choose file -- uncomment to test in an AS editor
  37813.     tell application "Finder"
  37814.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:MakeMake 2.0d38:"
  37815.         activate
  37816.     end tell
  37817. on error errMsg number errNum
  37818.     --enter statements to perform when no records are found such as...
  37819.     display dialog "Sorry, the item you selected could not be found."
  37820.     return
  37821. end try
  37822. e    No Changeq
  37823. Dev.CD Nov 00 TC Disk 1
  37824. All Packages
  37825. MakeStartupAliasToMe
  37826. This small application illustrating how to launch an AppleScript
  37827. and send a list of files to it for processing.  This a simple way
  37828. for your application to access the powerful high level facilities
  37829. provided by AppleScript.
  37830. Includes an example of how you could include a 'Scripts' subfolder
  37831. inside of a Mac OS 9 package and then call the scripts in that
  37832. subfolder from inside of your application.
  37833. 71985X
  37834. 1e    No Change
  37835. --set theItem to choose file -- uncomment to test in an AS editor
  37836.     tell application "Finder"
  37837.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:4PM 5.0:"
  37838.         activate
  37839.     end tell
  37840. on error errMsg number errNum
  37841.     --enter statements to perform when no records are found such as...
  37842.     display dialog "Sorry, the item you selected could not be found."
  37843.     return
  37844. end try
  37845. d you just happened to get the same pointer again. PortList also drops into macsbug with the message "Port not found in PortList." if you call ClosePort wit
  37846. h a pointer that was never passed to InitPort or OpenPort.
  37847. The init is really small, has little overhead, should not affect the performance of your machine. Please use it peridically for testing and debugging purposes. You'll make the Mac a nicer place to work.
  37848. General tools.imgK
  37849. Feb 94OEDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:V
  37850. 71453X
  37851. 1e    No Change
  37852. Application Files
  37853. Building QT Samples
  37854. Common Files
  37855. MakeEffectShow 68k.mcp
  37856. MakeEffectShow PPC.mcp
  37857. MakeEffectShow Win.mcp
  37858. MakeEffectSlideShow 68k
  37859. MakeEffectSlideShow PPC
  37860. MakeEffectSlideShow.c
  37861. MakeEffectSlideShow.exe
  37862. MakeEffectSlideShow.h
  37863. MakeEffectSlideShow.mak
  37864. README
  37865. N3QuickTime, Effects, Video, Track, Slideshow, ImagesOJDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Effects:MakeEffectSlideShow:PUDev.CD Nov 00 TC Disk 2
  37866.  - Sample Code
  37867.  - QuickTime
  37868.  - Effects
  37869.  - MakeEffectSlideShowevelopment Kits (Disc 2)
  37870.  - Quickdraw GX Init Update
  37871.  - GXGraphics 1.1.6 initV
  37872. 70201X
  37873. Apr 98^
  37874. PADev.CD Nov 00 TC Disk 1
  37875.  - Sample Code
  37876.  - Graphics 2D
  37877.  - MakeIconV
  37878. 71982X
  37879. Nov 00^    TC Disk 1
  37880. --set theItem to choose file -- uncomment to test in an AS editor
  37881.     tell application "Finder"
  37882.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:MakeIcon:"
  37883.         activate
  37884.     end tell
  37885. on error errMsg number errNum
  37886.     --enter statements to perform when no records are found such as...
  37887.     display dialog "Sorry, the item you selected could not be found."
  37888.     return
  37889. end try
  37890. e    No Changef5Icon
  37891. MakeIcon
  37892. SICNq
  37893. Dev.CD Nov 00 TC Disk 1
  37894. All Packages
  37895. MakeITableI
  37896. This is a very boring app which just forces QuickDraw to update the ITable of
  37897. all the monitors.  The Resolution will end up at 5 bits.  The ITable will change
  37898. when you select start from the file menu.J;MakeITable(PPC)
  37899. MakeITable.c
  37900. MakeITable.mcp
  37901. MakeITable.rsrcM
  37902. System 6 or laterO;Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:MakeITable:V
  37903. 71983X
  37904. 1e    No Change
  37905. Mac OS 8.5N0Finder scripting, window positions, burning a CDOMDev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:Set Folder Windows:PUDev.CD Nov 00 TC Disk 1
  37906.  - Sample Code
  37907.  - Interapplication Comm
  37908.  - Set Folder WindowsV
  37909. 72532X
  37910. Nov 00^    TC Disk 1
  37911. --set theItem to choose file -- uncomment to test in an AS editor
  37912.     tell application "Finder"
  37913.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:Set Folder Windows:"
  37914.         activate
  37915.     end tell
  37916. on error errMsg number errNum
  37917.     --enter statements to perform when no records are found such as...
  37918.     display dialog "Sorry, the item you selected could not be found."
  37919.     return
  37920. end try
  37921. e    No Changef.Finder scripting
  37922. window positions
  37923. burning a CDq
  37924. Dev.CD Nov 00 TC Disk 1
  37925. All Packages
  37926. SetDefaultDTP
  37927. 72533X
  37928. tracker
  37929. tracking
  37930. tracks
  37931. traddriverloaderlib
  37932. trade
  37933. trade-offs
  37934. trademark
  37935. tradition
  37936. traditional
  37937. traffic
  37938. trained
  37939. training{
  37940. traits
  37941. transaction
  37942. transfer
  37943. transferred
  37944. transferring
  37945. transfers
  37946. transform
  37947. transformation
  37948. transformations
  37949. transition
  37950. translate
  37951. translated
  37952. translaterotate
  37953. translaterotate
  37954. two-dimensional
  37955. translation
  37956. rotatio
  37957. translates
  37958. translation
  37959. translations
  37960. translators
  37961. translucent
  37962. transmission
  37963. raversing
  37964. treat
  37965. treatment
  37966. 71981X
  37967. Nov 00^    TC Disk 2
  37968. --set theItem to choose file -- uncomment to test in an AS editor
  37969.     tell application "Finder"
  37970.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Effects:MakeEffectSlideShow:"
  37971.         activate
  37972.     end tell
  37973. on error errMsg number errNum
  37974.     --enter statements to perform when no records are found such as...
  37975.     display dialog "Sorry, the item you selected could not be found."
  37976.     return
  37977. end try
  37978. e    No Changef.QuickTime
  37979. Effects
  37980. Video
  37981. Track
  37982. Slideshow
  37983. Imagesq
  37984. Dev.CD Nov 00 TC Disk 2
  37985. All Packages
  37986. MakeIconI[This program shows how to take any size pixmap and scale it down to any size or depth icon.J
  37987. IconUtil.c
  37988. IconUtil.h
  37989. InitMac.c
  37990. InitMac.h
  37991. MakeIcon(PPC)
  37992. MakeIcon.c
  37993. MakeIcon.mcp
  37994. MakeIcon.output
  37995. MakeIcon.rsrc
  37996. MiscCode.c
  37997. MiscCode.h
  37998. OldBitMap.c
  37999. OldBitMap.h
  38000. TN120_Gworld.cM
  38001. Color QuickDrawN>Icon, MakeIcon, icl8, icl4, ICN#, ICON, ics#, ics4, ics8, SICNO9Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:MakeIcon:V
  38002. 71982X
  38003. 1e    No Change
  38004. e    No Changef
  38005. QuickTime
  38006. Effects
  38007. o&http://developer.apple.com/samplecode/q
  38008. Dev.CD Nov 00 TC Disk 2
  38009. All Packages
  38010. MakeEffectSlideShow
  38011. This application takes the video tracks from two or more movies, asks the user to select a 2-source effect, and makes a slide show movie which uses the effect to switch from one video track to the next. 
  38012. Short video tracks are scaled up to a minimum length, and we can import all sorts of graphical image formats as movies, so you can use this to generate a slide show movie from still images -- or even a collection of stills and movies.
  38013. 68k or PowerPC (or newer) machines running System 8.B
  38014. 5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  38015. 71981X
  38016. 1e    No Change
  38017.  - QuickDraw GX
  38018.  - GXOverrideToolV
  38019. 70203X
  38020. Nov 00^    TC Disk 1
  38021. e    No Change
  38022. 2.0.1
  38023. 2.0.2
  38024. 2.0.4
  38025. 2.0.6
  38026. 2.0.7
  38027. 2.0.8
  38028. 2.0a1
  38029. 2.0v2
  38030. --set theItem to choose file -- uncomment to test in an AS editor
  38031.     tell application "Finder"
  38032.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTimeIntro:MakeEffectMovie:"
  38033.         activate
  38034.     end tell
  38035. on error errMsg number errNum
  38036.     --enter statements to perform when no records are found such as...
  38037.     display dialog "Sorry, the item you selected could not be found."
  38038.     return
  38039. end try
  38040. 72249X
  38041. Nov 00^    TC Disk 2
  38042. --set theItem to choose file -- uncomment to test in an AS editor
  38043.     tell application "Finder"
  38044.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtreadwritejpeg:"
  38045.         activate
  38046.     end tell
  38047. on error errMsg number errNum
  38048.     --enter statements to perform when no records are found such as...
  38049.     display dialog "Sorry, the item you selected could not be found."
  38050.     return
  38051. end try
  38052. e    No Changeq
  38053. Dev.CD Nov 00 TC Disk 2
  38054. All Packages
  38055. QTShellI
  38056. QTShell is a simple QuickTime and QuickTime VR viewer framework. It demonstrates how to incorporate QuickTime and QuickTime VR movie support into an application.
  38057. Can be compiled and run under the Mac OS and under Windows.J
  38058. Application Files
  38059. Building QT Samples
  38060. Common Files
  38061. QTShell 68k
  38062. QTShell 68k.mcp
  38063. QTShell PPC
  38064. QTShell PPC.mcp
  38065. QTShell Win.mcp
  38066. QTShell.exe
  38067. QTShell.mak
  38068. READMEO=Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:QTShell:V
  38069. 72250X
  38070. 1e    No Change
  38071. backlight
  38072. backlight
  38073. control
  38074. backscrap
  38075. backscrap
  38076. backscrap
  38077. backscrap
  38078. backscrapextension
  38079. balloonify
  38080. balloonify
  38081. balloonify
  38082. balloony
  38083. balloony
  38084. balloony
  38085. resources
  38086. balloonyhelp
  38087. balloonyhelp
  38088. balloonyres
  38089. balloonyres
  38090. copying
  38091. sequel
  38092. copying
  38093. sequel
  38094. bandcopyingsequel
  38095. bandcopyingsequel
  38096. bandcopyingthesequel
  38097. bandcopyingthesequel
  38098. barebones
  38099. barebones
  38100. barebones
  38101. barnesandnoble
  38102. barnesandnoble
  38103. baseservices
  38104. basic
  38105. basic
  38106. connectivity
  38107. 1.1.1
  38108. basicdiskimage
  38109. basicdiskimage
  38110. basicdiskimage
  38111. basicdiskimage-68k
  38112. hwindowide
  38113. draghook
  38114. hypercardn
  38115. hypercard
  38116. update
  38117. hypercard
  38118. balloons
  38119. hypercard
  38120. player
  38121. stacks
  38122. hypercard
  38123. variable
  38124. button
  38125. field
  38126. instance
  38127. variables
  38128. global
  38129. mailsuite
  38130. mailsuite
  38131. mainframe
  38132. mainframe
  38133. mainframebeaninfo
  38134. mainframebeaninfo
  38135. mainfrm
  38136. mainfrm
  38137. mainfrm
  38138. mainfunctions
  38139. mainfunctions
  38140. mainfunctions
  38141. mainmenu
  38142. mainmenu
  38143. e    No Change
  38144. All Packages
  38145. MakeEffectMovieI
  38146. Demonstrates how to create a movie with an effects track allowing the user to specify the effect using the standard effects dialog.
  38147. Part of An Introduction to QuickTime.JNClippings
  38148. Completed Lab
  38149. MakeEffectMovie
  38150. MakeEffectMovie.mcp
  38151. Samples
  38152. Start CodeK
  38153. Nov 00M
  38154. A PowerMacintosh Computer running MacOS 8.6 or later (9.0.4 recommended), QuickTime 4.1.2, CarbonLib 1.0.4 and Universal Interfaces 3.3.2.N
  38155. QuickTime, Effects
  38156. OMDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTimeIntro:MakeEffectMovie:PXDev.CD Nov 00 TC Disk 2
  38157.  - Sample Code
  38158.  - QuickTime
  38159.  - QuickTimeIntro
  38160.  - MakeEffectMovieV
  38161. 71980X
  38162. Nov 00^    TC Disk 2
  38163. e    No Changeo&http://developer.apple.com/samplecode/
  38164. p--set theItem to choose file -- uncomment to test in an AS editor
  38165.     tell application "Finder"
  38166.         open item "Dev.CD Apr 95
  38167. Dev.CD Jan 95"
  38168.         activate
  38169.     end tell
  38170. on error errMsg number errNum
  38171.     --enter statements to perform when no records are found such as...
  38172.     display dialog "Sorry, the item you selected could not be found."
  38173.     return
  38174. end try
  38175. bundle
  38176. object
  38177. panorama
  38178. makeicon
  38179. management
  38180. managerN
  38181. media
  38182. memhell
  38183. memory
  38184. memory
  38185. manager
  38186. memory
  38187. monitor
  38188. menuy
  38189. items
  38190. manager
  38191. menus
  38192. messages
  38193. metafile
  38194. metertest
  38195. metrics
  38196. middleware
  38197. missA
  38198. mixed
  38199. mixed
  38200. mixer
  38201. modal
  38202. modal
  38203. dialog
  38204. model
  38205. modes
  38206. modifymouseaccl
  38207. moduleN
  38208. monitor
  38209. JxDemo of Mail Suite Dict. 1.0
  38210. Mail Suite (1.0)
  38211. Mail Suite Dictionary ('aete')
  38212. MailFoo
  38213. MailSuite.h
  38214. ReadMe - Mail Suite 1.0K
  38215. Nov 96N,Mail Suite, Apple Events, AppleScript, emailOrDev.CD Dec 00 RL Disk 1:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:Mail Suite 1.0:P}Dev.CD Dec 00 RL Disk 1
  38216.  - Technical Documentation
  38217.  - Apple Event Registry & Suites
  38218.  - Apple Event Registry
  38219.  - Mail Suite 1.0V
  38220. 71979X
  38221. Dec 00^    RL Disk 1
  38222. --set theItem to choose file -- uncomment to test in an AS editor
  38223.     tell application "Finder"
  38224.         open item "Dev.CD Dec 00 RL Disk 1:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:Mail Suite 1.0:"
  38225.         activate
  38226.     end tell
  38227. on error errMsg number errNum
  38228.     --enter statements to perform when no records are found such as...
  38229.     display dialog "Sorry, the item you selected could not be found."
  38230.     return
  38231. end try
  38232. e    No Changef)Mail Suite
  38233. Apple Events
  38234. AppleScript
  38235. emailq
  38236. Dev.CD Dec 00 RL Disk 1
  38237. ideal
  38238. ideally
  38239. identical
  38240. identified
  38241. identifier
  38242. identifiers
  38243. identify
  38244. identifying
  38245. identity
  38246. identitydb
  38247. 72549X
  38248. Nov 00^    TC Disk 2
  38249. --set theItem to choose file -- uncomment to test in an AS editor
  38250.     tell application "Finder"
  38251.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Basics:Show Movie:"
  38252.         activate
  38253.     end tell
  38254. on error errMsg number errNum
  38255.     --enter statements to perform when no records are found such as...
  38256.     display dialog "Sorry, the item you selected could not be found."
  38257.     return
  38258. end try
  38259. e    No Changef
  38260. QuickTime
  38261. callback
  38262. movie
  38263. loopq
  38264. Dev.CD Nov 00 TC Disk 2
  38265. All Packages
  38266. ShowBalloon XFCNIGA simple XFCN that calls HMShowBalloon with the appropriate parameters.JKShowBalloon
  38267. ShowBalloon Demo
  38268. ShowBalloon.c
  38269. ShowBalloon.c.o
  38270. ShowBalloon.makeM*Hypercard, XFCN, Balloon help, ShowBalloonN!hypercard, XFCN, ShowBalloon XFCNOSDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:HyperCard:ShowBalloon XFCN:P^Dev.CD Nov 00 TC Disk 2
  38271.  - Sample Code
  38272.  - Platforms and Tools
  38273.  - HyperCard
  38274.  - ShowBalloon XFCNV
  38275. 72550X
  38276. Nov 00e    No Change
  38277. makeN
  38278. makeeffectmovie
  38279. makeeffectmovie
  38280. makeeffectmovie
  38281. makeeffectmovie
  38282. makeeffectmovie
  38283. makeeffectmovie
  38284. makeeffectmovie
  38285. makeeffectmovie
  38286. makeeffectmovie
  38287. makeeffectmovie
  38288. makeeffectmovie
  38289. makeeffectshow
  38290. makeeffectshow
  38291. makeeffectshow
  38292. makeeffectshow
  38293. makeeffectslideshow
  38294. makeeffectslideshow
  38295. makeeffectslideshow
  38296. makeeffectslideshow
  38297. makeeffectslideshow
  38298. makeeffectslideshow
  38299. makeeffectslideshow
  38300. after
  38301. wombat
  38302. getmouse
  38303. mouseevent
  38304. jdirect
  38305. native
  38306. mouse
  38307. location
  38308. streaming
  38309. server
  38310. audio
  38311. broadcasting
  38312. multithrea
  38313. jbindery
  38314. jdirect
  38315. jdirect
  38316. speach
  38317. manager
  38318. jmanager
  38319. joystick
  38320. kernel
  38321. keyboardV
  38322. keyboard
  38323. setled
  38324. keyboard
  38325. keychain
  38326. keychain
  38327. password
  38328. storage
  38329. passphrase
  38330. password
  38331. keychain
  38332. access
  38333. cryptography
  38334. signing
  38335. keymap
  38336. keysv
  38337. kiosk
  38338. knowspict
  38339. korean
  38340. label
  38341. label
  38342. labels
  38343. labels
  38344. example
  38345. demonstrates
  38346. script
  38347. applicatio
  38348. example
  38349. simpletext
  38350. 1.4d16
  38351. source
  38352. SampleUtils.c
  38353. SampleUtils.hM    CarbonLibNXCarbon, Scrolling, Scroll, Scrollbars, Handy, Handyman, proportional, hand, mouse moved.OQDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:HandyScrollingSample:PYDev.CD Nov 00 TC Disk 1
  38354.  - Sample Code
  38355.  - Human Interface Toolbox
  38356.  - HandyScrollingSampleV
  38357. 70206X
  38358. Nov 00^    TC Disk 1
  38359. --set theItem to choose file -- uncomment to test in an AS editor
  38360.     tell application "Finder"
  38361.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:HandyScrollingSample:"
  38362.         activate
  38363.     end tell
  38364. on error errMsg number errNum
  38365.     --enter statements to perform when no records are found such as...
  38366.     display dialog "Sorry, the item you selected could not be found."
  38367.     return
  38368. end try
  38369. e    No ChangefPCarbon
  38370. Scrolling
  38371. Scroll
  38372. Scrollbars
  38373. Handy
  38374. Handyman
  38375. proportional
  38376. mouse moved.
  38377. MlApple Macintosh with Power PC processor, 64 megs of RAM, System 8.1, MRJ 2.0 or Later
  38378. MRJ SDK 2.1 (optional)NIJava, AppleScript, Scripting, AppleScript for Java, Magic Oracle, fortuneO6Dev.CD Nov 00 TC Disk 1:Sample Code:Java:Magic Oracle:P>Dev.CD Nov 00 TC Disk 1
  38379.  - Sample Code
  38380.  - Java
  38381.  - Magic Oracle   activate
  38382.     end tell
  38383. on error errMsg number errNum
  38384.     --enter statements to perform when no records are found such as...
  38385.     display dialog "Sorry, the item you selected could not be found."
  38386.     return
  38387. end try
  38388. All Packages
  38389. Hardware System UpdateO
  38390. Dev.CD Jul 93
  38391. Dev.CD Apr 93P
  38392. Dev.CD Jul 93
  38393. Dev.CD Apr 9V
  38394. 70208X
  38395. Jul 93
  38396. All Packages
  38397. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  38398. Dev.CD Jan 94
  38399. Dev.CD Oct 93
  38400. Dev.CD Jul 93
  38401. Dev.CD Apr 93PDDev.CD Apr 94
  38402. Dev.CD Jan 94
  38403. Dev.CD Oct 93
  38404. Dev.CD Jul 93
  38405. Dev.CD Apr 9V
  38406. 72922X
  38407. Apr 94
  38408. --set theItem to choose file -- uncomment to test in an AS editor
  38409.     tell application "Finder"
  38410.         open item "Dev.CD Apr 94
  38411. Dev.CD Jan 94
  38412. Dev.CD Oct 93
  38413. Dev.CD Jul 93
  38414. Dev.CD Apr 93"
  38415.         activate
  38416.     end tell
  38417. on error errMsg number errNum
  38418.     --enter statements to perform when no records are found such as...
  38419.     display dialog "Sorry, the item you selected could not be found."
  38420.     return
  38421. end try
  38422. All Packages
  38423. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  38424. Dev.CD Jan 94
  38425. Dev.CD Oct 93
  38426. Dev.CD Jul 93P6Dev.CD Apr 94
  38427. Dev.CD Jan 94
  38428. Dev.CD Oct 93
  38429. Dev.CD Jul 9V
  38430. 72923X
  38431. Apr 94
  38432. OBDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Parameters:PJDev.CD Nov 00 TC Disk 1
  38433.  - Tool Chest
  38434.  - Testing & Debugging
  38435.  - ParametersV
  38436. 72548X
  38437. Nov 00^    TC Disk 1
  38438. --set theItem to choose file -- uncomment to test in an AS editor
  38439.     tell application "Finder"
  38440.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Parameters:"
  38441.         activate
  38442.     end tell
  38443. on error errMsg number errNum
  38444.     --enter statements to perform when no records are found such as...
  38445.     display dialog "Sorry, the item you selected could not be found."
  38446.     return
  38447. end try
  38448. e    No Changeq
  38449. Dev.CD Nov 00 TC Disk 1
  38450. All Packages
  38451. Show Movie
  38452. 72549X
  38453. import
  38454. import/export
  38455. import/export
  38456. important
  38457. importersp
  38458. importers
  38459. exportersp
  38460. includefiles
  38461. includefiles
  38462. indata
  38463. f--set theItem to choose file -- uncomment to test in an AS editor
  38464.     tell application "Finder"
  38465.         open item "Dev.CD Jun 97 SSW"
  38466.         activate
  38467.     end tell
  38468. on error errMsg number errNum
  38469.     --enter statements to perform when no records are found such as...
  38470.     display dialog "Sorry, the item you selected could not be found."
  38471.     return
  38472. end try
  38473. hierarchical
  38474. level
  38475. hinting
  38476. hooper
  38477. hotspot
  38478. hp-ux
  38479. rendering
  38480. htmlrenderinglib
  38481. human
  38482. human
  38483. interface
  38484. guidelines
  38485. hwindowide
  38486. hypercard
  38487. hypercard
  38488. player
  38489. cardbus
  38490. ibook
  38491. utilities
  38492. 71978X
  38493. Nov 00^    TC Disk 1
  38494. --set theItem to choose file -- uncomment to test in an AS editor
  38495.     tell application "Finder"
  38496.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Java:Magic Oracle:"
  38497.         activate
  38498.     end tell
  38499. on error errMsg number errNum
  38500.     --enter statements to perform when no records are found such as...
  38501.     display dialog "Sorry, the item you selected could not be found."
  38502.     return
  38503. end try
  38504. e    No ChangefDJava
  38505. AppleScript
  38506. Scripting
  38507. AppleScript for Java
  38508. Magic Oracle
  38509. fortuneq
  38510. Dev.CD Nov 00 TC Disk 1
  38511. All Packages
  38512. Mail Suite 1.0
  38513. Summary:  The Mail Suite provides the framework and some tools for creating an Apple Event suite for mail within applications. This package contains Mail Suite documentation, a sample dictionary (ATET resource), a demo script, a .h header file and a dummy application (MailFoo).
  38514. Nov 96V
  38515. 71979X
  38516. 1e    No Change
  38517. on:HC Stack Localization Navigator:V
  38518. 70209X
  38519. 1e    No Change
  38520. This example demonstrates how to script your Java Application using
  38521. AppleScript. Functionality mimics the old black billiard ball that you
  38522. asked a fortune and then shook vigorously in order to receive a cryptic
  38523. reply.
  38524. To submit your question to the "Magic Oracle", type your yes or no
  38525. question in the text field and click the "Ask Oracle" button, press
  38526. return or enter, or grab the ball with your mouse and shake it around
  38527. the screen.
  38528. This sample demonstrates:
  38529.  Adding basic scriptability sB
  38530. upport to your Java application
  38531.  How to create a bean info to enhance the automatically generated 'aete' created by the introspector
  38532.  How to script your java application using the Scriptable Text Editor
  38533. BufferedDrawer.java
  38534. BufferedImage.java
  38535. Fortune.java
  38536. images
  38537. Magic Oracle
  38538. Magic Oracle readme
  38539. Magic Oracle.
  38540. Magic Script
  38541. MagicOracle.jar
  38542. MainFrame.java
  38543. MainFrameBeanInfo.java
  38544. resources
  38545. Util.javaO6Dev.CD Nov 00 TC Disk 1:Sample Code:Java:Magic Oracle:
  38546. readme
  38547. readme
  38548. important
  38549. readme
  38550. installer
  38551. readme
  38552. suite
  38553. readme
  38554. networkstream
  38555. readme
  38556. nosound
  38557. readme
  38558. otherresinfo-mungede
  38559. readme
  38560. packman
  38561. readme
  38562. password
  38563. readme
  38564. qtsprites
  38565. readme
  38566. qtwiredsprites
  38567. readme
  38568. rekeytrans
  38569. readme-fragment
  38570. readme-fragment
  38571. readmefirst
  38572. receive
  38573. receive
  38574. script
  38575. receiver
  38576. receiver
  38577. receiver
  38578. rsrca
  38579. recievera
  38580. reciever
  38581. recipes
  38582. record
  38583. record
  38584. sound
  38585. redants
  38586. redants
  38587. redants
  38588. redistribution
  38589. reference
  38590. references
  38591. registratiS
  38592. registration
  38593. registry~
  38594. relase
  38595. related
  38596. release
  38597. release
  38598. notes
  38599. vmsify
  38600. vmsify
  38601. sample
  38602. streams
  38603. module
  38604. actually
  38605. somethi
  38606. vmsify's
  38607. vocabulary
  38608. voice
  38609. voltages
  38610. volume
  38611. volumemount
  38612. volumes`
  38613. vrbackbuffer
  38614. vrbackbuffer
  38615. quicktime
  38616. panorama
  38617. movie
  38618. vrcursors
  38619. vrcursors
  38620. illustrates
  38621. change
  38622. vrefnum
  38623. vrmakeobject
  38624. collect
  38625. vumark
  38626. w/mathlib
  38627. w/sound
  38628. w/sys
  38629. waiting
  38630. waitnextevent
  38631. waits
  38632. wake100
  38633. wakes
  38634. walk-through
  38635. walks
  38636. walkthrough
  38637. hidemenubar
  38638. hidemenubar
  38639. hidemenubar
  38640. hiermenus
  38641. hiermenus
  38642. hiermenus
  38643. hiermenus
  38644. hiermenus
  38645. highsierra
  38646. highsierra
  38647. higuidelines
  38648. retrieves
  38649. control
  38650. panel
  38651. settings
  38652. longitude
  38653. retrieving
  38654. retry
  38655. return
  38656. returnedh
  38657. returning
  38658. returns{
  38659. reusable
  38660. reuse{
  38661. reusing
  38662. reuter
  38663. revealed
  38664. revelant
  38665. revert
  38666. review
  38667. revise
  38668. J@MacTCP+ Tool
  38669. README for MacTCP+ Tool
  38670. README for MacTCP+ Tool.txtK
  38671. Mar 92M
  38672. MacTCP 1.1, System 7, Mac+OBDev.CD Nov 00 TC Disk 1:Tool Chest:Networking:MacTCP:MacTCP+ Tool:PMDev.CD Nov 00 TC Disk 1
  38673.  - Tool Chest
  38674.  - Networking
  38675.  - MacTCP
  38676.  - MacTCP+ ToolV
  38677. 71977X
  38678. Nov 00^    TC Disk 1
  38679. --set theItem to choose file -- uncomment to test in an AS editor
  38680.     tell application "Finder"
  38681.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Networking:MacTCP:MacTCP+ Tool:"
  38682.         activate
  38683.     end tell
  38684. on error errMsg number errNum
  38685.     --enter statements to perform when no records are found such as...
  38686.     display dialog "Sorry, the item you selected could not be found."
  38687.     return
  38688. end try
  38689. e    No Changeq
  38690. Dev.CD Nov 00 TC Disk 1
  38691. All Packages
  38692. Magic Oracle
  38693. 71978X
  38694. pluses
  38695. pmforecolor
  38696. point
  38697. point-to-point
  38698. pointer
  38699. pointers
  38700. pointing
  38701. points
  38702. polaschek
  38703. polish
  38704. polished
  38705. polyhedral
  38706. polymorphic
  38707. polymorphism
  38708. pop-up
  38709. popular{
  38710. populatey
  38711. popupy
  38712. popupcdef
  38713. popupclicks
  38714. popupfuncs
  38715. popupmenuselect
  38716. popupmenuselectwithc
  38717. popupmenuselectwithc
  38718. demonstrates
  38719. which
  38720. memory
  38721. globals
  38722. popupmenuwithcurfont
  38723. popups
  38724. portU
  38725. portability
  38726. potential
  38727. potentially
  38728. pottier
  38729. powemac{
  38730. P[Dev.CD Nov 00 TC Disk 1
  38731.  - Tool Chest
  38732.  - Networking
  38733.  - MacTCP
  38734.  - MacTCP Token Ring MTU ToolV
  38735. 71976X
  38736. Nov 00^    TC Disk 1
  38737. --set theItem to choose file -- uncomment to test in an AS editor
  38738.     tell application "Finder"
  38739.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Networking:MacTCP:MacTCP Token Ring MTU Tool:"
  38740.         activate
  38741.     end tell
  38742. on error errMsg number errNum
  38743.     --enter statements to perform when no records are found such as...
  38744.     display dialog "Sorry, the item you selected could not be found."
  38745.     return
  38746. end try
  38747. e    No Changeq
  38748. Dev.CD Nov 00 TC Disk 1
  38749. All Packages
  38750. MacTCP+ Tool 1.0
  38751. ASummary: This tool updates the MacTCP 1.1 driver to correct a problem with the reception of packets on Macintosh Pluses running System 7.0 or later. 
  38752. Features: The modified MacTCP driver will work on Apple Macintosh Plus Computers running System 7.  The release version 1.1 of MacTCP does not work in this configuration.
  38753. Mar 92V
  38754. 71977X
  38755. 1e    No Change
  38756. robustness
  38757. build/download
  38758. 3.2.4
  38759. romresourcedump
  38760. rotate
  38761. rotate
  38762. bitmap
  38763. rotated
  38764. rotated
  38765. thingies
  38766. rotatestring
  38767. rubber
  38768. rubber
  38769. bandit
  38770. runtime
  38771. error
  38772. codes
  38773. samplea
  38774. sample
  38775. sample
  38776. traffic
  38777. light
  38778. samplemakeeffectmovi
  38779. sampler
  38780. samplerateavail
  38781. samples
  38782. print
  38783. record
  38784. saver
  38785. scalable
  38786. scalable
  38787. postscript
  38788. scanners
  38789. scomm
  38790. scrap
  38791. scrap
  38792. color
  38793. scrap
  38794. parsing
  38795. screen
  38796. sdevk
  38797. selectors
  38798. prgeneral
  38799. prgram
  38800. price
  38801. prices{
  38802. primarily
  38803. primary
  38804. primer
  38805. primitive
  38806. primitivesu
  38807. principles
  38808. print_
  38809. print
  38810. clipped
  38811. offscreen
  38812. takes
  38813. string
  38814. turns
  38815. print
  38816. multipage
  38817. takes
  38818. larger
  38819. print2
  38820. printable
  38821. printdialogmagic
  38822. printed
  38823. printenv
  38824. printer
  38825. printing-related
  38826. prints
  38827. prior
  38828. priorities
  38829. private
  38830. technical
  38831. technical
  38832. notes
  38833. technical
  38834. technique
  38835. techniques
  38836. technotes
  38837. technotes
  38838. techpubsfeedback
  38839. techpubsfeedback
  38840. techpubsfind
  38841. techpubsfind
  38842. techqa
  38843. techqa
  38844. shtml
  38845. tecommon
  38846. tecommon
  38847. tedocument
  38848. tedocument
  38849. tedocument
  38850. tedocument
  38851. telecom
  38852. telephone
  38853. telephone
  38854. manager
  38855. telephony~
  38856. telephony
  38857. suite~
  38858. templated
  38859. template
  38860. template
  38861. template
  38862. terminologyd
  38863. terminology
  38864. 3/92d
  38865. tesample
  38866. tesample
  38867. tesample
  38868. tesample
  38869. tesample
  38870. tesample
  38871. tesample
  38872. tesample
  38873. tesample
  38874. tesample
  38875. tesample
  38876. testbanks
  38877. testbed
  38878. example2
  38879. example3
  38880. example3
  38881. examplecodec
  38882. examplecodec
  38883. examplecodec
  38884. examplecodec
  38885. examplecodec
  38886. examples
  38887. exceptions
  38888. exceptions
  38889. exceptions
  38890. exceptions
  38891. expand
  38892. experimental
  38893. experimental
  38894. interfacelib
  38895. experimental
  38896. stuff
  38897. export
  38898. exportersp
  38899. exrom-1func
  38900. exrom-1func
  38901. sresource
  38902. extendprintrecord
  38903. extendprintrecord
  38904. extendprintrecord
  38905. extensionv
  38906. extension
  38907. extension
  38908. extensions
  38909. extractitems
  38910. extractitems
  38911. extractors
  38912. fadescreen
  38913. fadescreen
  38914. fadescreen
  38915. failure
  38916. failure
  38917. fastdither
  38918. fastdither
  38919. tcp/ip/lpr
  38920. tcpclose
  38921. tcpreceive
  38922. tcpsend
  38923. teach
  38924. teamw
  38925. tear-off
  38926. tech{
  38927. technicalT
  38928. technical
  38929. overview
  38930. technically
  38931. technique
  38932. techniques
  38933. technogeek
  38934. technological{
  38935. technologies
  38936. technologyy
  38937. technote
  38938. sub-menus
  38939. subroutines
  38940. suite
  38941. summaryj
  38942. suspend/resume
  38943. switch
  38944. switcher
  38945. switching
  38946. symantec
  38947. symbiotic
  38948. synccmd
  38949. synchronization
  38950. synthesis
  38951. systemn
  38952. systems
  38953. table
  38954. tables
  38955. tablet
  38956. tanzania
  38957. tanzania
  38958. zanzibar
  38959. starmax
  38960. firmware
  38961. target
  38962. tasking
  38963. tasks
  38964. tcp/ip
  38965. tcp/ip
  38966. appletalk
  38967. reconfiguration
  38968. network
  38969. setup
  38970. ottcpwilldial
  38971. composit
  38972. composite
  38973. composited
  38974. compositepictures
  38975. compositing
  38976. composition
  38977. compositor
  38978. compound
  38979. compound-document
  38980. comprehensive
  38981. compress
  38982. compressed
  38983. appletalk's
  38984. appletalk/ip
  38985. applets
  38986. applevision/colorsyn
  38987. applicationA
  38988. international
  38989. glossaries
  38990. internationalization
  38991. internet
  38992. interrupt
  38993. invert
  38994. iostreams
  38995. e attempting to update MacTCP.  Be aware that opening or configuring MacTCP may cause it to modify itself.
  38996. NOTE:  Developers should do all new development with Open Transport where possible.
  38997. 2.0.6 Files:
  38998. MacTCP - Read Me First
  38999. MacTCP 2.x Docs:
  39000. MacTCP Developer Tools:
  39001. TCP/IP Administration.image
  39002. TCP/IP Connection.imageK
  39003. Apr 96N
  39004. MacTCP, TCP/IPO4Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:P9Dev.CD Apr 98 SDK1
  39005.  - Development Kits (Disc 1)
  39006.  - MacTCPNo Changeq
  39007. Dev.CD Nov 00 TC Disk 1
  39008. All Packages
  39009. HideMenuBarI
  39010. HideMenuBar shows how to hide the menu bar by simply creating a window with a visRgn that includes the entire main screen's gray region and its menu bar.J.HideMenuBar(PPC)
  39011. HideMenuBar.c
  39012. HideMenuBar.mcpK
  39013. Aug 95M-System 7 or greater, Universal Interfaces 2.0N
  39014. hide, menu, visRgnOHDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:HideMenuBar:PPDev.CD Nov 00 TC Disk 1
  39015.  - Sample Code
  39016.  - Human Interface Toolbox
  39017.  - HideMenuBarV
  39018. 70216X
  39019. Nov 00e    No Change
  39020. v2.0.4
  39021. v2.0.6
  39022. v2.5ss
  39023. v2.6.5]
  39024. v3.0.1^
  39025. v7.1.2
  39026. vacinity
  39027. valid
  39028. validate
  39029. validating
  39030. validation
  39031.  can be given and the default answer can be specified.
  39032.   IsCheckedOut script will allow a user to see if any of the files in an MPW projector are checked out and by whom.  This is VERY helpful when managing a project and when you are about to do a build to see who is still modi
  39033. fying source code.
  39034.    MakeTheFolder is an improvement over the MPW command MakeFolder.  This script accepts one input parameter.  This is the name of a folder to be created.  Whereas the MPW command NewFolder will also create folders, the NewFolder command will not create a  named folder if all of its parent folders do not already exist.  This script will insure all folders in the path exist.  So this script may be called once using the full pathname of the  desired folder and this script
  39035. current
  39036. release
  39037. mactcp
  39038. v2.0.6
  39039. mactcp
  39040. admin
  39041. v2.0.6
  39042. currently\
  39043. cursive
  39044. cursor
  39045. cursordevice
  39046. cursordevicemanager
  39047. cursordevices
  39048. cursordevicesetaccel
  39049. cursors
  39050. curve
  39051. curves
  39052. customl
  39053. customchoose
  39054. customenabler
  39055. customer
  39056. customer's
  39057. customers{
  39058. customget
  39059. customgetfile
  39060. Summary:  This package contains:
  39061.  current release of MacTCP  (v2.0.6) and MacTCP Admin (v2.0.6)
  39062.  TCP/IP Connection for Macintosh (v2.0.4)
  39063.  TCP/IP Administration for Macintosh (v2.0.4)
  39064. This folder also includes:
  39065.  MacTCP 2.0.6 Release Notes
  39066.  an updater for the MacTCP and MacTCP Admin control panels (from v2.0.4 to 2.0.6)
  39067.  MacTCP development tools and documentation
  39068. IMPORTANT NOTES
  39069.  This is one of the electronic distribution channels available for MacTCP documentation and developer to
  39070. ols.  These options replace the separate Developer Kits previously available for individual networking products.
  39071.  Only the MacTCP and MacTCP Admin control panels have changed to 2.0.6.  The Connection and Administration disks have not been re-rolled to use the new files.
  39072. The MacTCP 2.0.4 to 2.0.6 Patch is an update for MacTCP 2.0.4.  Since the MacTCP 2.0.4 to 2.0.6 Patch must be applied to an unmodified MacTCP 2.0.4, be sure to get or install a fresh copy from your original disks befor
  39073. 71975X
  39074. Apr 98^
  39075. --set theItem to choose file -- uncomment to test in an AS editor
  39076.     tell application "Finder"
  39077.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:"
  39078.         activate
  39079.     end tell
  39080. on error errMsg number errNum
  39081.     --enter statements to perform when no records are found such as...
  39082.     display dialog "Sorry, the item you selected could not be found."
  39083.     return
  39084. end try
  39085. e    No Changef
  39086. MacTCP
  39087. TCP/IPq
  39088. Dev.CD Apr 98 SDK1
  39089. All Packages
  39090. MacTCP Token Ring MTU ToolI
  39091. Summary: The MacTCP Token Ring Extension supports an MTU (maximum transmission unit) of 2000 bytes.  This tool allows users to increase this MTU size to take advantage of higher capacity networks.J
  39092. MTU Tool
  39093. Read me
  39094. Read me.txtK
  39095. Aug 92M8MacTCP 1.1, MacTCP Token Ring Extension, Token Ring cardOPDev.CD Nov 00 TC Disk 1:Tool Chest:Networking:MacTCP:MacTCP Token Ring MTU Tool:V
  39096. 71976X
  39097. 1e    No Change
  39098. OJDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:PRDev.CD Nov 00 TC Disk 1
  39099.  - Tool Chest
  39100.  - Testing & Debugging
  39101.  - Virtual User toolsV
  39102. 72547X
  39103. Nov 00^    TC Disk 1
  39104. --set theItem to choose file -- uncomment to test in an AS editor
  39105.     tell application "Finder"
  39106.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:"
  39107.         activate
  39108.     end tell
  39109. on error errMsg number errNum
  39110.     --enter statements to perform when no records are found such as...
  39111.     display dialog "Sorry, the item you selected could not be found."
  39112.     return
  39113. end try
  39114. e    No Changeq
  39115. Dev.CD Nov 00 TC Disk 1
  39116. All Packages
  39117. Show GlobalsI
  39118. Summary: Show globals is a MultiFinder friendly application that can help you monitor global variables in drivers and code resources.  It uses a description file and it shows the values of your variables in a scrolling window.
  39119. Parameters.imgK
  39120. Vol IVL
  39121. Vol VIIV
  39122. 72548X
  39123. 1e    No Change
  39124. udefiles
  39125. indata
  39126. OKDev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:MacTCP Developer Tools:PSDev.CD Apr 98 SDK1
  39127.  - Development Kits (Disc 1)
  39128.  - MacTCP
  39129.  - MacTCP Developer ToolsV
  39130. 71974X
  39131. Apr 98^
  39132. --set theItem to choose file -- uncomment to test in an AS editor
  39133.     tell application "Finder"
  39134.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:MacTCP Developer Tools:"
  39135.         activate
  39136.     end tell
  39137. on error errMsg number errNum
  39138.     --enter statements to perform when no records are found such as...
  39139.     display dialog "Sorry, the item you selected could not be found."
  39140.     return
  39141. end try
  39142. e    No Changef!TCP/IP
  39143. networking
  39144. standards basedq
  39145. Dev.CD Apr 98 SDK1
  39146. D!All Packages
  39147. Mac OS SDK Edition
  39148. MacTCP SDK 2.0.6
  39149. large
  39150. large
  39151. count
  39152. laser
  39153. laser
  39154. doctor
  39155. laserwriter
  39156. laserwriter
  39157. 8.5.1
  39158. latest
  39159. latest
  39160. launch
  39161. launch
  39162. launchdoc
  39163. launchdoc
  39164. launchwithdoc
  39165. launchwithdoc
  39166. sting tests and collect groups of tests into suites.  HITEC also provides various controls over the execution of tests and suites, such as setting a group of target systems on which to execute th
  39167. e tests, determining the CPU type of target system and making timing adjustments to best suit that system, and verifying that a system is still functional after the execution of previous tests. 
  39168. Hardware:  One controller system and at least one target system.  The controller system should have 1MB or more of RAM to run MPW 3.0 or higher.  The target system(s) should be a Macintosh Plus or higher.
  39169. Software:  (Controller) MPW 3.1 or higher and Virtual User 1.0 or higher.  (Target) Agent VU,
  39170. MrMacTCP 2.0.2 driver, which is available as part of the TCP/IP Connection from Macintosh product or on the E
  39171. O CDN#TCP/IP, networking, standards based
  39172. Virtual User tools.imgK
  39173. Jan 92OJDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:PRDev.CD Nov 00 TC Disk 1
  39174.  - Tool Chest
  39175.  - Testing & Debugging
  39176.  - Virtual User tools
  39177. preferences
  39178. services
  39179. preliminary
  39180. premixer
  39181. preview
  39182. prgeneral
  39183. print
  39184. printable
  39185. printable
  39186. format
  39187. printer
  39188. printer
  39189. access
  39190. protocol
  39191. printer
  39192. driver
  39193. printers
  39194. printing
  39195. private
  39196. processN
  39197. expiration
  39198. explain
  39199. explained
  39200. explaining
  39201. explains
  39202. explanation
  39203. explanatory
  39204. explicit
  39205. explicitly
  39206. exploded
  39207. exploit
  39208. exploiting
  39209. exploits
  39210. explore
  39211. th System 7.5.
  39212. AppleTalk
  39213. MacSNMP - Read Me First
  39214. MacSNMP demo and test:
  39215. MacSNMP Dev Docs:
  39216. MacSNMP Update 1.1.1:
  39217. MacTCP
  39218. SNMP Transports Dev Kit:K
  39219. Jan 96O5Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacSNMP:P:Dev.CD Apr 98 SDK1
  39220.  - Development Kits (Disc 1)
  39221.  - MacSNMPnts to perform when no records are found such as...
  39222.     display dialog "Sorry, the item you selected could not be found."
  39223.     return
  39224. end try
  39225. Deletedq
  39226. Dev.CD Nov 99 TC
  39227. All Packages
  39228. How to Detect a CD
  39229. ISummary:  Sample code and discussion of how to detect whether a volume is a CD or not.  Discusses the various drawbacks of all the different approaches.
  39230. Features:  C sample code demonstrating how to use the device manager, SCSI, and calls to the CD-ROM driver to give pretty good hints about whether a volume is a CD-ROM or not.
  39231. JRidentifyCD.
  39232. main.c
  39233. Makefile
  39234. Not used in this example
  39235. ReadMe
  39236. WhereCDs.c
  39237. WhereCDs.hK
  39238. Dec 95N CD-ROM, SCSI, Device Manager, CD
  39239. connections
  39240. connectix
  39241. conrad
  39242. considerx
  39243. considerable
  39244. consideration
  39245. considerationsx
  39246. consideredx
  39247. consideringx
  39248. consistencyu
  39249. consistent
  39250. consistsg
  39251. console
  39252. constant
  39253. constantly
  39254. constants`
  39255. constitute
  39256. constrained
  39257. construct
  39258. constructing
  39259. construction
  39260. constructs
  39261. consult
  39262. consumer
  39263. consumers
  39264. consuming
  39265. contactj
  39266. contacting
  39267. contacts
  39268. containT
  39269. contained
  39270. container
  39271. containing
  39272. containsS
  39273. contains
  39274. e    No Changef7QuickTime
  39275. Speech
  39276. Voice
  39277. Navigate
  39278. Panorama
  39279. Object
  39280. Nodeq
  39281. Dev.CD Nov 00 TC Disk 2
  39282. All Packages
  39283. VU Assist Modules for MacAppI
  39284. Summary: This folder contains the VU Assist C++ tool to increase Virtual User compatibility with MacApp applications.
  39285. Features: There is a different tool for MacApp 2.0.1 and MacApp 3.0.J
  39286. Virtual User tools.imgK
  39287. Aug 92L
  39288. Nov/Dec 92MiMPW 3.2, MacApp 2.0.1 or 3.0 application, Virtual User Host and target, VU Agent installed on Target CPU.N
  39289. VU, Virtual UserOJDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:PRDev.CD Nov 00 TC Disk 1
  39290.  - Tool Chest
  39291.  - Testing & Debugging
  39292.  - Virtual User toolsV
  39293. 73040X
  39294. Nov 00^    TC Disk 1
  39295. e    No Change
  39296. imran's
  39297. virtual
  39298. keycodes
  39299. Summary:  This folder contains the MacSNMP developer's kit. It has all the interface files, documentation, demo and test software that are necessary to start development of agents for the MacSNMP architecture.
  39300. This folder also contains the MacSNMP transport developer's kit. It contains all the additional information you would need to implement SNMP over transports other than AppleTalk or TCP (which are supplied by Apple).
  39301. In order to install a working SNMP client on your Macintosh, you n
  39302. eed to install the AppleTalk Connection and/or TCP/IP Connection product software. These products are included on E.T.O. - an alias has been provided for your convenience.
  39303. The current version of MacSNMP (v1.1) is compatible with version 1.1.2 of the Apple Shared Library Manager. This folder contains all components of ASLM 1.1.2 needed to develop MacSNMP agents.
  39304. The folder MacSNMP Update 1.1.1 contains a new version of the SNMP Macintosh Agent that fixes a problem with the gestaltTable wi
  39305. programmer's{
  39306. programmers
  39307. chnical
  39308. notesT
  39309. access
  39310. acrobat_
  39311. analyzer
  39312. 1.0d6U
  39313. 1.0.1b3V
  39314. parser
  39315. 5.0.7W
  39316. adbreinitX
  39317. adbreinit
  39318. addframetomovie
  39319. addhtactions
  39320. addresmenu7.1
  39321. addvractions
  39322. adlib]
  39323. adlib
  39324. 2.6.5]
  39325. adlib
  39326. 3.0.1^
  39327. adobe_
  39328. adobe
  39329. acrobat
  39330. reader_
  39331. adorner
  39332. advanced`
  39333. advanced
  39334. color
  39335. imaging
  39336. interaction
  39337. samplea
  39338. sample
  39339. applicationsb
  39340. toolsc
  39341. terminology
  39342. 3/92d
  39343. aecdev/aedaemon
  39344. aecoercion
  39345. aegizmosg
  39346. aegizmos
  39347. 1.4.2g
  39348. aetrackerh
  39349. aetracker
  39350. aevti
  39351. dcmdi
  39352. aiffk
  39353. writer
  39354. sdevk
  39355. aiffwriter
  39356. alawm
  39357. scomm
  39358. aliasn
  39359. alias
  39360. javao
  39361. debugger
  39362. detection
  39363. debuggerpresence
  39364. debuggers
  39365. debugging
  39366. declaration
  39367. decompress
  39368. decompression
  39369. decompressor
  39370. decompressors
  39371. default
  39372. default
  39373. folder
  39374. delete
  39375. delsearch
  39376. demos
  39377. dependency
  39378. depth
  39379. design
  39380. designing
  39381. printer
  39382. default
  39383. setdefaultdtp
  39384. quickdraw
  39385. desktop
  39386. desktop
  39387. database
  39388. detection
  39389. detector
  39390. detectorsy
  39391. developerz
  39392. developer
  39393. documentation
  39394. developer
  39395. notes
  39396. developer
  39397. tools
  39398. developers
  39399. development
  39400. device
  39401. device
  39402. driver
  39403. device
  39404. manager
  39405. devices
  39406. access
  39407. dirid
  39408. disabled
  39409. disassembler
  39410. disassembly
  39411. device
  39412. driver
  39413. drivers
  39414. 71973X
  39415. Apr 98^
  39416. --set theItem to choose file -- uncomment to test in an AS editor
  39417.     tell application "Finder"
  39418.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacSNMP:"
  39419.         activate
  39420.     end tell
  39421. on error errMsg number errNum
  39422.     --enter statements to perform when no records are found such as...
  39423.     display dialog "Sorry, the item you selected could not be found."
  39424.     return
  39425. end try
  39426. e    No Changeq
  39427. Dev.CD Apr 98 SDK1
  39428. D!All Packages
  39429. Mac OS SDK Edition
  39430. MacTCP Developer Tools
  39431. Summary:  Contains documentation, header files, and tools to enable developers to write applications which use MacTCP as a networking protocol.
  39432. Issues:  User license required for MacTCP. Redistribution license required from Apple if you want to ship the MacTCP driver to your customers
  39433. J]802 LAP:
  39434. HyperCard MacTCP Toolkit 1.0:
  39435. MacTCP LAP Tech Note
  39436. Universal Interfaces:
  39437. ZapTCP 1.1:K
  39438. Aug 93nge
  39439. dtscpluslibrary
  39440. dumparpcache
  39441. dumpnetworksetup
  39442. dumpobj
  39443. duplication
  39444. content
  39445. development
  39446. entertainment
  39447. consumer
  39448. electronics
  39449. dynamic
  39450. translation
  39451. manager
  39452. translation
  39453. editing
  39454. editorO
  39455. eenie
  39456. effect
  39457. effects
  39458. eject
  39459. erver
  39460. Summary:  This is a functional OpenTransport  sample  that implements a Macintosh background process that will respond to simple  HTTP requests via TCP/IP.  It utilizes C++, exceptions,  IOStreams, Mac Thread manager, OpenTransport (accepting connections and no-copy reads).
  39461. Issues:  Doesnt parse HTTP yet, but replies with a test page.. 
  39462. IOStreams recv not functional yet,  OT Listen/Accept loop needs improvement
  39463. Mar 96
  39464. MacsBug is Apple's assembly-level PowerPC and 68K debugger. It fully supports debugging in the mixed-mode PowerPC and 68K environment. This is a must-have tool for any serious Macintosh software or hardware developer.
  39465. This version contains many new features including dynamic register colorization (displays registers as they change in hilighted colors), supports displays at any bit depth (previous versions required 8-bit or less), as well as a host of bug fixes (Memory Manager heaps are beB
  39466. tter examined for consistency).
  39467. Building dcmds
  39468. Emulator Update Extension
  39469. into Debugger Prefs file
  39470. into MacsBug Preferences folder
  39471. into System folder
  39472. MacsBug 6.6 Read Me
  39473. MacsBugAppK
  39474. Apr 94L
  39475. Feb 00M@Macintosh running  Mac OS 8.x or later and a Power PC processor.N,MacsBug, debugger, debugging, assembly, bugsOUDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Debuggers & dcmds:MacsBug 6.6:P`Dev.CD Nov 00 TC Disk 1
  39476.  - Tool Chest
  39477.  - Testing & Debugging
  39478.  - Debuggers & dcmds
  39479.  - MacsBug 6.6
  39480. OTDev.CD Dec 00 RL Disk 1:Technical Documentation:Human Interface:MacOS8Documentation:P\Dev.CD Dec 00 RL Disk 1
  39481.  - Technical Documentation
  39482.  - Human Interface
  39483.  - MacOS8DocumentationV
  39484. 71971X
  39485. Dec 00^    RL Disk 1
  39486. --set theItem to choose file -- uncomment to test in an AS editor
  39487.     tell application "Finder"
  39488.         open item "Dev.CD Dec 00 RL Disk 1:Technical Documentation:Human Interface:MacOS8Documentation:"
  39489.         activate
  39490.     end tell
  39491. on error errMsg number errNum
  39492.     --enter statements to perform when no records are found such as...
  39493.     display dialog "Sorry, the item you selected could not be found."
  39494.     return
  39495. end try
  39496. e    No Changef#Mac OS 8
  39497. Human Interface Guidelinesq
  39498. Dev.CD Dec 00 RL Disk 1
  39499. All Packages
  39500. MacsBug 6.6
  39501. 71972X
  39502. 71972X
  39503. Nov 00^    TC Disk 1
  39504. --set theItem to choose file -- uncomment to test in an AS editor
  39505.     tell application "Finder"
  39506.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Debuggers & dcmds:MacsBug 6.6:"
  39507.         activate
  39508.     end tell
  39509. on error errMsg number errNum
  39510.     --enter statements to perform when no records are found such as...
  39511.     display dialog "Sorry, the item you selected could not be found."
  39512.     return
  39513. end try
  39514. e    No Changef(MacsBug
  39515. debugger
  39516. debugging
  39517. assembly
  39518. bugsoOftp://ftp.apple.com/developer/Tool_Chest/Testing_-_Debugging/Debuggers_-_dcmds/q
  39519. Dev.CD Nov 00 TC Disk 1
  39520. D!All Packages
  39521. Mac OS SDK Edition
  39522. MacSNMP
  39523. All Packages
  39524. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  39525. Dev.CD Jan 94
  39526. Dev.CD Oct 93
  39527. Dev.CD Jul 93
  39528. Dev.CD Apr 93PDDev.CD Apr 94
  39529. Dev.CD Jan 94
  39530. Dev.CD Oct 93
  39531. Dev.CD Jul 93
  39532. Dev.CD Apr 9V
  39533. 72910X
  39534. Apr 94
  39535. --set theItem to choose file -- uncomment to test in an AS editor
  39536.     tell application "Finder"
  39537.         open item "Dev.CD Apr 94
  39538. Dev.CD Jan 94
  39539. Dev.CD Oct 93
  39540. Dev.CD Jul 93
  39541. Dev.CD Apr 93"
  39542.         activate
  39543.     end tell
  39544. on error errMsg number errNum
  39545.     --enter statements to perform when no records are found such as...
  39546.     display dialog "Sorry, the item you selected could not be found."
  39547.     return
  39548. end try
  39549. All Packages
  39550. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  39551. Dev.CD Jan 94
  39552. Dev.CD Oct 93
  39553. Dev.CD Jul 93P6Dev.CD Apr 94
  39554. Dev.CD Jan 94
  39555. Dev.CD Oct 93
  39556. Dev.CD Jul 9V
  39557. 72911X
  39558. Apr 94
  39559. icon_
  39560. icon's
  39561. System Enabler 111 (PB 160/180)O
  39562. Dev.CD Apr 93P
  39563. Dev.CD Apr 9V
  39564. 72825X
  39565. Apr 93
  39566. b--set theItem to choose file -- uncomment to test in an AS editor
  39567.     tell application "Finder"
  39568.         open item "Dev.CD Apr 93"
  39569.         activate
  39570.     end tell
  39571. on error errMsg number errNum
  39572.     --enter statements to perform when no records are found such as...
  39573.     display dialog "Sorry, the item you selected could not be found."
  39574.     return
  39575. end try
  39576. All Packages
  39577. System Enabler 111 (PB 160/180)O
  39578. Dev.CD Apr 93P
  39579. Dev.CD Apr 9V
  39580. 72826X
  39581. Apr 93
  39582. b--set theItem to choose file -- uncomment to test in an AS editor
  39583.     tell application "Finder"
  39584.         open item "Dev.CD Apr 93"
  39585.         activate
  39586.     end tell
  39587. on error errMsg number errNum
  39588.     --enter statements to perform when no records are found such as...
  39589.     display dialog "Sorry, the item you selected could not be found."
  39590.     return
  39591. end try
  39592. All Packages
  39593. System Enabler 111 (PB 160/180)O
  39594. Dev.CD Apr 93V
  39595. 72827X
  39596. entertainment
  39597. environment
  39598. eomodeler
  39599. eomodeler
  39600. database
  39601. error
  39602. applesearch
  39603. appleshare
  39604. gatewayT
  39605. ethernetR
  39606. ethernet
  39607. built-in
  39608. address
  39609. burned-in
  39610. address
  39611. getenetaddr
  39612. ethernet
  39613. transport
  39614. address
  39615. ethernet
  39616. multicast
  39617. mdata
  39618. 802.2
  39619. 802.3
  39620. ethertalk
  39621. etsda
  39622. eventi
  39623. eventsb
  39624. example
  39625. exception
  39626. exchange
  39627. expansion
  39628. export
  39629. exporters
  39630. exporting
  39631. extension
  39632. external
  39633. extractor
  39634. faceless
  39635. family
  39636. fcode
  39637. features
  39638. fetch
  39639. field
  39640. numerals
  39641. numeric
  39642. numerous
  39643. nvram
  39644. nvramrc
  39645. objectR
  39646. object-based
  39647. object-bases
  39648. object-orientedj
  39649. objective
  39650. objective-c
  39651. objects{
  39652. objectsupportlib
  39653. obscure
  39654. obsolete
  39655. obsolete/pre-asip
  39656. obtain
  39657. obtained
  39658. communication
  39659. communications{
  39660. community
  39661. compact
  39662. companies
  39663. companion_
  39664. companion
  39665. source
  39666. media
  39667. files
  39668. web-based
  39669. company
  39670. company's
  39671. compare
  39672. compared
  39673. comparedirtext
  39674. comparelastrevision
  39675. compareproc
  39676. compares
  39677. comparing
  39678. comparisions
  39679. comparison
  39680. comparisons
  39681. compatibility^
  39682.  of human interface guidelines for Macintosh applications.
  39683. Features: The introduction to the Human Interface Notes has been updated to provide more accurate information about the Human Interface Notes and Guidelines, and how to contact the Human Interface groups at Apple.
  39684. Jul 93V
  39685. 70224X
  39686. 1e    No Change
  39687. install
  39688. image
  39689. sample
  39690. image
  39691. tools
  39692. image
  39693. odclassref
  39694. odcookbook
  39695. sample
  39696. parts
  39697. odf-interest
  39698. odf-interest
  39699. archive
  39700. odfdev
  39701. odflibrary
  39702. odflibrary
  39703. odprogguide
  39704. odupdates
  39705. offscreen
  39706. offscreen
  39707. offscreen
  39708. offscreencontrol
  39709. offscreencontrol
  39710. offscreencontrolupda
  39711. offscreencontrolupda
  39712. offscreencontrolupda
  39713. offscreencontrolupda
  39714. offscreencontrolupda
  39715. oldbitmap
  39716. oldbitmap
  39717. oldbitmap
  39718. ooptesample
  39719. ooptesample
  39720. openz
  39721. install
  39722. browser
  39723. beginz
  39724. browser
  39725. transport
  39726. debug
  39727. transport
  39728. opencheckedout
  39729. opendoc
  39730. Summary:  MacODBC is the standard way for developers to write MacOS-based applications that communicate to databases using the Open DataBase Connectivity (ODBC) standard.  This folder contains the software development kit for MacODBC version 2.1.2 GM.  
  39731. Features:
  39732.  Cross-platform remote database access
  39733.  Wide range of third party drivers
  39734.  All major relational databases covered
  39735.  Many Mac OS databases also supported (Butler from Everyware Corp. , dTF from theta group and many more )
  39736. PleaB3se report bugs and problems to kodom@visigenic.com.
  39737. J\Documentation:
  39738. ODBC Install.image
  39739. ODBC Sample Bins.image
  39740. ODBC Tools.image
  39741. Readme - InstallerK
  39742. Sep 93L
  39743. Sep 96M
  39744. MacOS System 7.5NNODBC, MacODBC, Database, Connectivity, Drivers, Network, Middleware, VisigenicO5Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacODBC:P:Dev.CD Apr 98 SDK1
  39745.  - Development Kits (Disc 1)
  39746.  - MacODBC
  39747. e    No Changeq
  39748. Dev.CD Nov 00 TC Disk 1
  39749. All Packages
  39750. F    StreamNOPIsStreamNOP is a sample STREAMS module that was designed for you to use as a template when creating STREAMS modules.
  39751. J;Read Me About StreamNOP
  39752. StreamNOP
  39753. StreamNOP.c
  39754. StreamNOP.mcpK
  39755. Oct 97L
  39756. Nov 00M
  39757. Open Transport 1.1.1 or higherN'Open Transport, STREAMS, module, driverO9Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:StreamNOP:PADev.CD Nov 00 TC Disk 1
  39758.  - Sample Code
  39759.  - Networking
  39760.  - StreamNOPV
  39761. 72625X
  39762. Nov 00^    TC Disk 1
  39763. --set theItem to choose file -- uncomment to test in an AS editor
  39764.     tell application "Finder"
  39765.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Networking:StreamNOP:"
  39766.         activate
  39767.     end tell
  39768. on error errMsg number errNum
  39769.     --enter statements to perform when no records are found such as...
  39770.     display dialog "Sorry, the item you selected could not be found."
  39771.     return
  39772. end try
  39773. e    No Changef$Open Transport
  39774. STREAMS
  39775. module
  39776. drivero&http://developer.apple.com/samplecode/
  39777. human
  39778. interface
  39779. guidelines
  39780. ultimate
  39781. upgrade
  39782. anyone
  39783. internet
  39784. runtime
  39785. runtime
  39786. 2.2.2
  39787. upgrade
  39788. runtime
  39789. 2.2.3
  39790. debug
  39791. debugging
  39792. summary
  39793. document
  39794. contains
  39795. helpful
  39796. converti@
  39797. summary
  39798. document
  39799. discusses
  39800. apple's
  39801. creating@
  39802. summary
  39803. folder
  39804. contains
  39805. complete
  39806. information
  39807. develop@
  39808. summary
  39809. folder
  39810. contains
  39811. following
  39812. localized
  39813. version@
  39814. summary
  39815. folder
  39816. contains
  39817. tools
  39818. useful
  39819. develo@
  39820. summary
  39821. which
  39822. plays
  39823. sounds
  39824. summary
  39825. software
  39826. apple
  39827. macintosh
  39828. display@
  39829. summary
  39830. package
  39831. provides
  39832. something
  39833. replacement
  39834. killer
  39835. content
  39836. workbook
  39837. sponsored
  39838. apple
  39839. comput@
  39840. theme@
  39841. then@
  39842. they're@
  39843. this@
  39844. PaDev.CD Nov 00 TC Disk 1
  39845.  - What's New?
  39846.  - Technical Documentation
  39847.  - Macintosh Technotes and Q&AsV
  39848. 71969X
  39849. Nov 00^    TC Disk 1
  39850. --set theItem to choose file -- uncomment to test in an AS editor
  39851.     tell application "Finder"
  39852.         open item "Dev.CD Nov 00 TC Disk 1:What's New?:Technical Documentation:Macintosh Technotes and Q&As:"
  39853.         activate
  39854.     end tell
  39855. on error errMsg number errNum
  39856.     --enter statements to perform when no records are found such as...
  39857.     display dialog "Sorry, the item you selected could not be found."
  39858.     return
  39859. end try
  39860. e    No Changef
  39861. Macintosh
  39862. Technotes
  39863. Q&Aso.http://developer.apple.com/techpubs/index.htmlq
  39864. Dev.CD Nov 00 TC Disk 1
  39865. D!All Packages
  39866. Mac OS SDK Edition
  39867. MacODBC 2.1.2 GM
  39868. 71970X
  39869. Apr 98^
  39870. --set theItem to choose file -- uncomment to test in an AS editor
  39871.     tell application "Finder"
  39872.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacODBC:"
  39873.         activate
  39874.     end tell
  39875. on error errMsg number errNum
  39876.     --enter statements to perform when no records are found such as...
  39877.     display dialog "Sorry, the item you selected could not be found."
  39878.     return
  39879. end try
  39880. e    No ChangefGODBC
  39881. MacODBC
  39882. Database
  39883. Connectivity
  39884. Drivers
  39885. Network
  39886. Middleware
  39887. Visigenicq
  39888. Dev.CD Apr 98 SDK1
  39889. All Packages
  39890. MacOS8Documentation
  39891. Mac OS 8 Human Interface Guidelines
  39892. This new supplement to Macintosh Human Interface Guidelines will help developers take advantage of Mac OS 8 and beyond. Get the inside information on the Appearance Manager, new and upgraded controls, dialog box layout guidelines and much more!
  39893. MacOS8 HIGuidelines.pdf
  39894. READMEK
  39895. Oct 97N$Mac OS 8, Human Interface Guidelines
  39896. --set theItem to choose file -- uncomment to test in an AS editor
  39897.     tell application "Finder"
  39898.         open item "Dev.CD Apr 94
  39899. Dev.CD Jan 94
  39900. Dev.CD Oct 93
  39901. Dev.CD Jul 93
  39902. Dev.CD Apr 93"
  39903.         activate
  39904.     end tell
  39905. on error errMsg number errNum
  39906.     --enter statements to perform when no records are found such as...
  39907.     display dialog "Sorry, the item you selected could not be found."
  39908.     return
  39909. end try
  39910. ready-to-print-with
  39911. real{
  39912. real-time
  39913. real-world
  39914. realistic
  39915. reality{
  39916. realizes
  39917. really
  39918. realtime
  39919. rearrange
  39920. reason
  39921. reasonabler
  39922. reasonably
  39923. reasons
  39924. reassemble
  39925. reassembler
  39926. reboot
  39927. rebooting
  39928. rebuild^
  39929. rebuilding
  39930. rebuilds
  39931. rebuilt^
  39932. receivee
  39933. PADev.CD Apr 00 SDK1
  39934.  - Development Kits
  39935.  - Mac OS
  39936.  - Sound ManagerV
  39937. 72596X
  39938. Apr 00^
  39939. --set theItem to choose file -- uncomment to test in an AS editor
  39940.     tell application "Finder"
  39941.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Sound Manager:"
  39942.         activate
  39943.     end tell
  39944. on error errMsg number errNum
  39945.     --enter statements to perform when no records are found such as...
  39946.     display dialog "Sorry, the item you selected could not be found."
  39947.     return
  39948. end try
  39949. Deletedq
  39950. Dev.CD Apr 00 SDK1
  39951. All Packages
  39952. Sound PreMixer effectI
  39953. A sound manager pre-mixer effect component shows how to look at and/or mofify the sound data for a particular sound channel before it gets to the mixer.
  39954. JfComponentDispatch.c
  39955. Sound PreMixer read me
  39956. VU-Meter(PPC)
  39957. VU-Meter.c
  39958. VU-Meter.h
  39959. VU-Meter.mcp
  39960. VU-Meter.rK
  39961. Aug 97M
  39962. Sound Manager 3.2O@Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:Sound PreMixer effect:V
  39963. 72597X
  39964. 1e    No Change
  39965. mwprefixrezppc
  39966. print
  39967. record@
  39968. myregistercomponent
  39969. audio
  39970. features
  39971. newformat@
  39972. norway@
  39973. nubuslist
  39974. objects68k@
  39975. kg3series@
  39976. privateconditionals@
  39977. programming
  39978. information
  39979. qd3d@
  39980. quickstart@
  39981. quit@
  39982. rdocproc@
  39983. aecdev-aedaemon@
  39984. readme
  39985. readme
  39986. dcmd@
  39987. readme
  39988. html@
  39989. renderinglib@
  39990. rfc1334
  39991. authentication@
  39992. sample
  39993. applescripts@
  39994. schedule@
  39995. setlockbitatomsample
  39996. simpleplayermfcdoc@
  39997. sites@
  39998. sound@
  39999. support
  40000. systemfolder@
  40001. tech@
  40002. testfinderlaunch
  40003. testprinterclass
  40004. textchanger
  40005. 2.0.1@
  40006. than@
  40007. topseeturvee@
  40008. transitions
  40009. themes@
  40010. ueenie@
  40011. umousetrackbehavior
  40012. updates@
  40013. userstartup
  40014. goodies@
  40015. validator
  40016. 1.11@
  40017. webobjects
  40018. database
  40019. Summary:  The Macintosh Technical Q&As are designed to provide Macintosh developers with solutions, workarounds and code snippets to help in  development efforts.  The questions are those that Apple's Developer Support Center (DSC) has received on specific topics, along with answers from DSC engineers.   Please send any feedback on the new structure to AppleLink DEVFEEDBACK or devfeedback@applelink.apple.com.
  40020. J)Open Me With Web Browser
  40021. techqa.shtmlK
  40022. Sep 95L
  40023. Dec 96M
  40024. Netscape 2.0 or later.OBDev.CD Dec 99 RL:Technical Documentation:Macintosh Technical Q&As:PGDev.CD Dec 99 RL
  40025.  - Technical Documentation
  40026.  - Macintosh Technical Q&Asme VR movies
  40027.  ability to open a nearly unlimited number of files using HyperTalk
  40028.  enhanced script editor window for easier navigation
  40029.  improved Picture XCMD
  40030.  more script commands and new syntax
  40031. For more information on these features and how to use them, see Using HyperCard 2.4.
  40032. Sep 97L
  40033. Jul 98
  40034. 71968X
  40035. Dec 99^
  40036. --set theItem to choose file -- uncomment to test in an AS editor
  40037.     tell application "Finder"
  40038.         open item "Dev.CD Dec 99 RL:Technical Documentation:Macintosh Technical Q&As:"
  40039.         activate
  40040.     end tell
  40041. on error errMsg number errNum
  40042.     --enter statements to perform when no records are found such as...
  40043.     display dialog "Sorry, the item you selected could not be found."
  40044.     return
  40045. end try
  40046. Deletedq
  40047. Dev.CD Dec 99 RL
  40048. All Packages
  40049. Macintosh Technotes and Q&As
  40050.     AqThe latest Macintosh Technotes and Q&As from the Apple developer web site and Developer Technical  Support group.
  40051. J/Technical Notes
  40052. Technical Q&As
  40053. Technotes & Q&AsK
  40054. Jan 00L
  40055. Aug 00M
  40056. web browserN
  40057. Macintosh, Technotes, Q&AsOYDev.CD Nov 00 TC Disk 1:What's New?:Technical Documentation:Macintosh Technotes and Q&As:V
  40058. 71969X
  40059. 1e    No Changeo.http://developer.apple.com/techpubs/index.html
  40060. 73049X
  40061. Mar OO^
  40062. RLDisk 1
  40063. --set theItem to choose file -- uncomment to test in an AS editor
  40064.     tell application "Finder"
  40065.         open item "Dev.CD Mar OO RLDisk 1:Interactive Media Resources:"
  40066.         activate
  40067.     end tell
  40068. on error errMsg number errNum
  40069.     --enter statements to perform when no records are found such as...
  40070.     display dialog "Sorry, the item you selected could not be found."
  40071.     return
  40072. end try
  40073. DeletedfZtraversing related tables
  40074. referential integrity rules
  40075. validation and reformatting
  40076. databaseq
  40077. Dev.CD Mar OO RLDisk 1
  40078. D!All Packages
  40079. Tool Chest Edition
  40080. WebObjects Memory Mgmt
  40081. 5thcolumn
  40082. 6.0.3
  40083. 6.0.4
  40084. 6.0.5
  40085. 6.1b9
  40086. palette
  40087. animation
  40088. demonstration
  40089. palette
  40090. animation
  40091. demonstration
  40092. scale
  40093. powerplant
  40094. version
  40095. inputsprocket
  40096. preview
  40097. component
  40098. which
  40099. previews
  40100. sample
  40101. showing
  40102. framework
  40103. macintosh
  40104. appli
  40105. semi-useful
  40106. adorner
  40107. class
  40108. functions
  40109. reproduce
  40110. functionality
  40111. simple
  40112. subclass
  40113. tview
  40114. stays
  40115. centered
  40116. small
  40117. snippet
  40118. detec
  40119. basic
  40120. snippet
  40121. illustrate
  40122. implement
  40123. boring
  40124. which
  40125. forces
  40126. quickdraw
  40127. simple
  40128. sample
  40129. program
  40130. demonstrates
  40131. application
  40132. measure
  40133. intertask
  40134. signaling
  40135. application
  40136. test/demo
  40137. mt/mp
  40138. mpdelayuntil
  40139. codecs
  40140. D!All Packages
  40141. Tool Chest Edition
  40142. Macintosh PowerBook Qualified
  40143. pSummary:  This is the prgram guide for the new Macintosh PowerBook Qualified logo licensing program. This is technical, legal and marketing documentation in Adobe Acrobat format.
  40144. The Kit includes:
  40145. Guide to Macintosh PowerBook Qualified Program
  40146. Program Technical Specifications
  40147. Program Pre-testing Guidelines
  40148. Legal Documentation for licensing and program participation
  40149. found."
  40150.     return
  40151. end try
  40152. e    No ChangefFHyperCard
  40153. variable
  40154. button
  40155. field
  40156. instance variables
  40157. global
  40158. saving stateq
  40159. Dev.CD Nov 00 TC Disk 1
  40160. All Packages
  40161. HyperCard Player 2.4
  40162. 70228X
  40163. builds
  40164. goodies
  40165. goodies
  40166. scripts
  40167. readme
  40168. scripts
  40169. readme
  40170. mpwtool
  40171. mpwtool
  40172. 1.0.1b1c2
  40173. installer
  40174. 2.2.2
  40175. install
  40176. 2.2.3
  40177. debug
  40178. installer
  40179. 1.0.1b1c2
  40180. mrj2.2.3
  40181. mrj2.2.3
  40182. redistribution
  40183. multihider
  40184. multihider
  40185. multimedia
  40186. multimedia
  40187. standards
  40188. multiprocessing
  40189. multiprocessing
  40190. library
  40191. musicp
  40192. music
  40193. soundp
  40194. music
  40195. browsermaker
  40196. helper
  40197. moviebrowser
  40198. mw68k
  40199. mw68k
  40200. browsermaker
  40201. mw68k
  40202. moviebrowser
  40203. mwprefix68k
  40204. mwprefix68k
  40205. mwprefixrez68k
  40206. mwprefixrez68k
  40207. mwprefixrezppc
  40208. 71967X
  40209. May 98^
  40210. --set theItem to choose file -- uncomment to test in an AS editor
  40211.     tell application "Finder"
  40212.         open item "Dev.CD May 98 TC:Programs & Marketing:Macintosh PowerBook Qualified:"
  40213.         activate
  40214.     end tell
  40215. on error errMsg number errNum
  40216.     --enter statements to perform when no records are found such as...
  40217.     display dialog "Sorry, the item you selected could not be found."
  40218.     return
  40219. end try
  40220. e    No ChangefBMPQ
  40221. Macintosh
  40222. PowerBook
  40223. Qualified
  40224. PC Card
  40225. Card and Socket Servicesq
  40226. Dev.CD May 98 TC
  40227. D(All Packages
  40228. Reference Library Edition
  40229. Macintosh Technical Q&As
  40230. J0Guide_To_MPQ.pdf
  40231. MPQ Read Me
  40232. MPQ_Program_Kit.pdfK
  40233. Nov 95M
  40234. Adobe Acrobat ReaderNGMPQ, Macintosh, PowerBook, Qualified, PC Card, Card and Socket ServicesODDev.CD May 98 TC:Programs & Marketing:Macintosh PowerBook Qualified:PIDev.CD May 98 TC
  40235.  - Programs & Marketing
  40236.  - Macintosh PowerBook QualifiedyperCard, you can purchase the HyperCard Development Kit through an authorized Apple dealer.  The HyperCard Development Kit contains the HyperCard software, a complete set of manuals, sample files, and BEpre-scripted objects and tools to help you create software quickly.  
  40237. J=Addresses
  40238. Audio Help
  40239. HyperCard Player
  40240. What is HyperCard?K
  40241. Feb 92L
  40242. Jul 98N
  40243. HyperCard Player, stacksOHDev.CD Dec 00 RL Disk 1:Utilities:HyperCard Player:HyperCard Player 2.4:PPDev.CD Dec 00 RL Disk 1
  40244.  - Utilities
  40245.  - HyperCard Player
  40246.  - HyperCard Player 2.4
  40247. 72598X
  40248. Nov 00^    TC Disk 1
  40249. --set theItem to choose file -- uncomment to test in an AS editor
  40250.     tell application "Finder"
  40251.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Sound:SoundApp:"
  40252.         activate
  40253.     end tell
  40254. on error errMsg number errNum
  40255.     --enter statements to perform when no records are found such as...
  40256.     display dialog "Sorry, the item you selected could not be found."
  40257.     return
  40258. end try
  40259. e    No Changef
  40260. sound
  40261. SoundAppq
  40262. Dev.CD Nov 00 TC Disk 1
  40263. All Packages
  40264. SoundboardI
  40265. CAttachment.cp
  40266. CAttachment.h
  40267. CFilterControl.cp
  40268. CFilterControl.h
  40269. CGrayBox.cp
  40270. CGrayBox.h
  40271. CQuickTimeWindow.cp
  40272. CQuickTimeWindow.h
  40273. CSliderControl.cp
  40274. CSliderControl.h
  40275. CSliderControl.rsrc
  40276. CSoundboardApp.cp
  40277. CSoundboardApp.h
  40278. CSoundboardWindow.cp
  40279. CSoundboardWindow.h
  40280. GWLayers.c
  40281. GWLayers.h
  40282. MCPlayMovie.h
  40283. Soundboard.PPob
  40284. Soundboard.prefix
  40285. Soundboard.rsrc
  40286. SoundBoard.
  40287. Soundboard_debug.prefix
  40288. Why was this archived?
  40289. Feb 00M
  40290. N/A99X
  40291. 1e    No Change
  40292. summary
  40293. appletalk's
  40294. printer
  40295. access
  40296. protocol
  40297. session
  40298. summary
  40299. 2.0.1
  40300. release
  40301. summary
  40302. atrapper
  40303. application
  40304. records
  40305. a-trap
  40306. calls
  40307. summary
  40308. audit
  40309. small
  40310. library
  40311. functions
  40312. provide
  40313. summary
  40314. backlight
  40315. control
  40316. control
  40317. panel
  40318. powerbooks
  40319. o perform when no records are found such as...
  40320.     display dialog "Sorry, the item you selected could not be found."
  40321.     return
  40322. end try
  40323. e    No ChangefMMacTCP
  40324. Communications Toolbox
  40325. Serial ports
  40326. CD Audio toolkit
  40327. Video toolkitq
  40328. Dev.CD Nov 00 TC Disk 1
  40329. D!All Packages
  40330. Mac OS SDK Edition
  40331. ICC Profile SpecI&Latest ICC specification for profiles.J
  40332. Embedding ICC Profile in EPS
  40333. Embedding ICC Profile in GIF89a
  40334. Embedding ICC Profile in Pict
  40335. Embedding ICC Profiles in JFIF
  40336. Embedding ICC Profiles in TIFFK
  40337. Apr 98M
  40338. ColorSync 2.xK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Documentation:Embedding ICC Profiles Docs:V
  40339. 70230X
  40340. 1e    No Change
  40341. PODev.CD Aug 97 TC
  40342.  - What's New?
  40343.  - Developer Notes
  40344.  - Macintosh PowerBook 2400cV
  40345. 71966X
  40346. Aug 97^
  40347. --set theItem to choose file -- uncomment to test in an AS editor
  40348.     tell application "Finder"
  40349.         open item "Dev.CD Aug 97 TC:What's New?:Developer Notes:Macintosh PowerBook 2400c:"
  40350.         activate
  40351.     end tell
  40352. on error errMsg number errNum
  40353.     --enter statements to perform when no records are found such as...
  40354.     display dialog "Sorry, the item you selected could not be found."
  40355.     return
  40356. end try
  40357. e    No Changeq
  40358. Dev.CD Aug 97 TC
  40359. Macintosh PowerBook Qualified
  40360. pSummary:  This is the prgram guide for the new Macintosh PowerBook Qualified logo licensing program. This is technical, legal and marketing documentation in Adobe Acrobat format.
  40361. The Kit includes:
  40362. Guide to Macintosh PowerBook Qualified Program
  40363. Program Technical Specifications
  40364. Program Pre-testing Guidelines
  40365. Legal Documentation for licensing and program participation
  40366. cipation
  40367. Nov 95
  40368. print
  40369. appletalk
  40370. print
  40371. dialog
  40372. print
  40373. postscript
  40374. quickdraw
  40375. print
  40376. hairline
  40377. postscript
  40378. quickdraw
  40379. setlinewidth
  40380. prgeneral
  40381. print
  40382. piccomments
  40383. drivers
  40384. print
  40385. postscript
  40386. print
  40387. record
  40388. print
  40389. printable
  40390. ion demonstrates the use of SnStartFileplay at the same time as doing simple recording.  The sound file is a AIFF file.  The sound will continue to play until it is done.  When the recording is stopped the recorded sound will be played over the currently playing sound.
  40391. EnableSoundThrough:  This application, written in THINK Pascal, demonstrates how to enable input sound playthrough. On a Macintosh LC, enabling playthrough kills sound output; on a Macintosh si, you can play back at the sam
  40392. e time.
  40393. FreqForEverChange:  This sample application shows how to play a sound and how to alter its frequency.
  40394. GiMeDaPalette w/Sound:  This is the original version of GiMeDaPalette with a change to make it possible to play a sound at the same time as the colors are being animated.
  40395. MeterTest:  This snippet demonstrates record metering through the use of SPBGetDeviceInfo() and SPBSetDeviceInfo() using the siLevelMeterOnOff selector.
  40396. MultiPlay:  This sample application shows how to play a 
  40397. libraries
  40398. icl8tocicn
  40399. icl8tocicn
  40400. icl8tocicn
  40401. icntoicon
  40402. icntoicon
  40403. cache
  40404. cache
  40405. cache
  40406. iconcachedemo
  40407. iconcachedemo
  40408. icondimming
  40409. icondimming
  40410. icondimming
  40411. icondimming
  40412. icondimming
  40413. icondisplay
  40414. icondisplay
  40415. icondisplay
  40416. icondisplay
  40417. icondisplay
  40418. iconmenus
  40419. iconmenus
  40420. iconmenus
  40421. udefiles
  40422. includefiles
  40423. indata
  40424. OQDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Streaming:QTSPacketizerReassembler:P\Dev.CD Nov 00 TC Disk 2
  40425.  - Sample Code
  40426.  - QuickTime
  40427.  - Streaming
  40428.  - QTSPacketizerReassemblerV
  40429. 72255X
  40430. Nov 00^    TC Disk 2
  40431. --set theItem to choose file -- uncomment to test in an AS editor
  40432.     tell application "Finder"
  40433.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Streaming:QTSPacketizerReassembler:"
  40434.         activate
  40435.     end tell
  40436. on error errMsg number errNum
  40437.     --enter statements to perform when no records are found such as...
  40438.     display dialog "Sorry, the item you selected could not be found."
  40439.     return
  40440. end try
  40441. e    No Changef.QuickTime
  40442. Packetizer
  40443. Reassembler
  40444. Component
  40445. Dev.CD Nov 00 TC Disk 2
  40446. All Packages
  40447. F    QTSprites
  40448. 72256X
  40449. access
  40450. services
  40451. preliminary
  40452. reference
  40453. usage
  40454. usedistanthdwrmem
  40455. uselocalhdwrmem
  40456. items
  40457. useritems
  40458. worldS
  40459. world's
  40460. world-readable
  40461. worlds
  40462. worldscript
  40463. worldwide
  40464. worldwrite
  40465. worry
  40466. would
  40467. wouldn't
  40468. wprocasm
  40469. wrapcommenttext
  40470. wrapper
  40471. wraps
  40472. wrench
  40473. wringer
  40474. writen
  40475.     return
  40476. end try
  40477. e    No Changef#ColorSync
  40478. Profile Specificationq
  40479. Dev.CD Oct 00 SDK1
  40480. All Packages
  40481. icl8 To cicnIzThis snippet converts a 'icl8' and 'ICN#' resource to a 'cicn' resource.  This sample has been updated for the Carbon API.L
  40482. Nov 00V
  40483. 70231X
  40484. E- Common
  40485.     - Sun Compliant Java Runtime Environment 1.1
  40486.     - QuickTime 3 
  40487.     - QTJava.zip
  40488.     - An Applet viewer - Apple Applet Runner or the sun appletviewer
  40489.     - QTJava media samples
  40490. - Mac OS:
  40491.     - System 8 or later
  40492.     - Macintosh Runtime for Java (MRJ) 2.1
  40493. - Windows 95, 98, or NT::
  40494.     - JRE/JDK from Sun Microsystems, Inc. recommended
  40495. QuickTime, Java, MRJ
  40496. OJDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTimeIntro:WiredSprites:PUDev.CD Nov 00 TC Disk 2
  40497.  - Sample Code
  40498.  - QuickTime
  40499.  - QuickTimeIntro
  40500.  - WiredSpritesV
  40501. 73058X
  40502. Nov 00^    TC Disk 2
  40503. --set theItem to choose file -- uncomment to test in an AS editor
  40504.     tell application "Finder"
  40505.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTimeIntro:WiredSprites:"
  40506.         activate
  40507.     end tell
  40508. on error errMsg number errNum
  40509.     --enter statements to perform when no records are found such as...
  40510.     display dialog "Sorry, the item you selected could not be found."
  40511.     return
  40512. end try
  40513. e    No Changef
  40514. QuickTime
  40515. Spriteso&http://developer.apple.com/samplecode/q
  40516. Dev.CD Nov 00 TC Disk 2
  40517. D!All Packages
  40518. Mac OS SDK Edition
  40519. Word Services SDK 1.0.8
  40520. Summary:  AppleTalk's Printer Access Protocol (PAP) is a session level protocol that enables communication between workstations and printers or print servers. The Macintosh PAP Client Interface implements the workstation side of PAP for the Macintosh.
  40521. PAPWorkStation.o version 8.3.4 fixes a problem which affected some PowerPC Macintosh computers with PCI expansion slots printing to fast printers/print servers.   Note: there are no changes to PAP.h and PAP.p.
  40522. JTPAP Client - Read Me First
  40523. PAP Client Interface
  40524. PAP.a.o
  40525. PAP.h
  40526. PAP.p
  40527. PAPWorkStation.oK
  40528. Apr 96L
  40529. Oct 96N
  40530. Print, AppleTalk, PAPOLDev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh PAP Client Interface:PQDev.CD Apr 98 SDK1
  40531.  - Development Kits (Disc 1)
  40532.  - Macintosh PAP Client InterfaceacheDemo(PPC)
  40533. Too SuiteM
  40534. System 7N.icon, cache, optimization, performance, searchOLDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:icon cache demo:V
  40535. 70232X
  40536. 1e    No Change
  40537. macintosh
  40538. client
  40539. interface
  40540. macintosh
  40541. powerbook
  40542. 2400c
  40543. macintosh
  40544. powerbook
  40545. qualified
  40546. macintosh
  40547. technical
  40548. macintosh
  40549. technotes
  40550. macodbc
  40551. macodbc
  40552. 2.1.2
  40553. macos8documentation
  40554. macro
  40555. macros/templates
  40556. macsbug
  40557. macsbug
  40558. macsnmp
  40559. mactcp
  40560. mactcp
  40561. developer
  40562. tools
  40563. mactcp
  40564. 2.0.6
  40565. mactcp
  40566. token
  40567. mactcp
  40568. mactv
  40569. magic
  40570. magic
  40571. oracle
  40572. magician
  40573. suite
  40574. makeeffectmovie
  40575. makeeffectslideshow
  40576. makeicon
  40577. makeitable
  40578. makemake
  40579. makemake
  40580. 2.0d38
  40581. makestartupaliastome
  40582. management
  40583. manager
  40584. manalyzer
  40585. manalyzer
  40586. 2.0d3
  40587. market
  40588. marquee
  40589. maximizing
  40590. navigator
  40591. newsz
  40592. notesT
  40593. onescannerx
  40594. opp's
  40595. oracle
  40596. Summary:  The QTVR Beta-Level Tools are for use in creating QuickTime VR content.  The tools are beta-level and unsupported. Source code for these tools is available in the folder QTVR Beta-Level Tools Source. 
  40597. Make QTVR Object takes input in the form of a QuickTime movie with frames that are photographs of, or views of, an object. It combines these photographs or views into a single QuickTime VR object. 
  40598. Make QTVR Panorama takes input in the form of a PICT file generated by a computer g
  40599. raphics program or a scanned wide-angle or panoramic photo. It converts the PICT into a QuickTime VR panorama.
  40600. These tools:
  40601.  Make it easy for computer graphics program users to create QuickTime VR content.
  40602.  Make it easy for photographers to convert photographs of an object into a QTVR object, and to convert wide-angle or panoramic photos into a QTVR panorama. 
  40603.  Do not support stitching of photos, the creation of "hot spots" on panoramas, or the combination of panoramas and/or objects i
  40604. 71965X
  40605. Apr 98^
  40606. --set theItem to choose file -- uncomment to test in an AS editor
  40607.     tell application "Finder"
  40608.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh PAP Client Interface:"
  40609.         activate
  40610.     end tell
  40611. on error errMsg number errNum
  40612.     --enter statements to perform when no records are found such as...
  40613.     display dialog "Sorry, the item you selected could not be found."
  40614.     return
  40615. end try
  40616. e    No Changef
  40617. Print
  40618. AppleTalk
  40619. Dev.CD Apr 98 SDK1
  40620. D!All Packages
  40621. Tool Chest Edition
  40622. Macintosh PowerBook 2400c
  40623. This developer note describes the Macintosh PowerBook 2400c computer, a new computer based on the same architecture as the PowerBook 3400 computer but smaller and lighter. This developer note describes only the changes that make the new models different from the PowerBook 3400. 
  40624. Macintosh PowerBook 2400cK
  40625. Aug 97M
  40626. Acrobat ReaderOGDev.CD Aug 97 TC:What's New?:Developer Notes:Macintosh PowerBook 2400c:nge
  40627. 72965X
  40628. Dec 00^    RL Disk 1b
  40629. Revised
  40630. --set theItem to choose file -- uncomment to test in an AS editor
  40631.     tell application "Finder"
  40632.         open item "Dev.CD Dec 00 RL Disk 1:Technical Documentation:Technical Publications:java:"
  40633.         activate
  40634.     end tell
  40635. on error errMsg number errNum
  40636.     --enter statements to perform when no records are found such as...
  40637.     display dialog "Sorry, the item you selected could not be found."
  40638.     return
  40639. end try
  40640. Updated
  40641. QuickTime For Java
  40642. Yellow Box and Java
  40643. AppKit Reference
  40644. Enterprise Objects Framework
  40645. Foundation Reference
  40646. Java Tutorial
  40647. WebObjects and Java
  40648. Enterprise Objects Framework
  40649. Foundation Reference Java Client
  40650. Mac OS Runtime for Java
  40651. MRJ Toolkit
  40652. JManager
  40653. JDirect
  40654. JBindery
  40655. o2http://developer.apple.com/techpubs/java/java.htmlq
  40656. Dev.CD Dec 00 RL Disk 1
  40657. All Packages
  40658. Technical Publications: MacITSummary:
  40659. Collection of Inside Macintosh books and related programming documentation.
  40660. ep 99V
  40661. 72966X
  40662. Deleted
  40663. --set theItem to choose file -- uncomment to test in an AS editor
  40664.     tell application "Finder"
  40665.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Sound:SoundLevel:"
  40666.         activate
  40667.     end tell
  40668. on error errMsg number errNum
  40669.     --enter statements to perform when no records are found such as...
  40670.     display dialog "Sorry, the item you selected could not be found."
  40671.     return
  40672. end try
  40673. updated
  40674. carbon
  40675. marquee
  40676. sample
  40677. updated
  40678. carbon
  40679. pixmap2pixpa
  40680. sample
  40681. updated
  40682. carbon
  40683. rotates
  40684. sample
  40685. updated
  40686. carbon
  40687. applica
  40688. sample
  40689. updated
  40690. carbon
  40691. program
  40692. sample
  40693. updated
  40694. carbon
  40695. sample
  40696. sample
  40697. updated
  40698. carbon
  40699. snippet
  40700. sample
  40701. updated
  40702. carbon
  40703. under
  40704. hPTDev.CD Dec 00 RL Disk 1
  40705.  - Technical Documentation
  40706.  - Technical Publications
  40707.  - java
  40708. document's
  40709. document--even
  40710. document-launching
  40711. document/file/applic
  40712. documentationn
  40713. documentation
  40714. topics
  40715. include
  40716. Aug 00MRPower PC with 64 megs of Ram, Mac OS 8.5 or later, MRJ 2.1 or later, QuickTime 4.xN>QuickTime, Java, Tutorial, MRJ, QTZoo, Zoo, QuickTime for JavaONDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:Zoo Tutorial:PYDev.CD Nov 00 TC Disk 2
  40717.  - Sample Code
  40718.  - QuickTime
  40719.  - QuickTime for Java
  40720.  - Zoo TutorialV
  40721. 73076X
  40722. Nov 00^    TC Disk 2
  40723. --set theItem to choose file -- uncomment to test in an AS editor
  40724.     tell application "Finder"
  40725.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:Zoo Tutorial:"
  40726.         activate
  40727.     end tell
  40728. on error errMsg number errNum
  40729.     --enter statements to perform when no records are found such as...
  40730.     display dialog "Sorry, the item you selected could not be found."
  40731.     return
  40732. end try
  40733. e    No Changef8QuickTime
  40734. Tutorial
  40735. QTZoo
  40736. QuickTime for Javao&http://developer.apple.com/samplecode/q
  40737. Dev.CD Nov 00 TC Disk 2
  40738. D!All Packages
  40739. Mac OS SDK Edition
  40740. Zoomed Video Driver v1.0 SDK
  40741. transport
  40742. traversing
  40743. traversing
  40744. related
  40745. tables
  40746. referential
  40747. integrity
  40748. rules
  40749. valida
  40750. textlistview
  40751. tunes
  40752. tutorial
  40753. tween
  40754. txratio
  40755. txratio
  40756. types
  40757. typography
  40758. ufailure
  40759. ufailure
  40760. exception
  40761. handler
  40762. ufailure
  40763. ultraslimfast
  40764. understanding
  40765. unicode
  40766. unicode
  40767. imaging
  40768. bi-directional
  40769. rotation
  40770. double-byt
  40771. universal
  40772. universal
  40773. serial
  40774. storage
  40775. class
  40776. driver
  40777. systems
  40778. workstation
  40779. solaris
  40780. hp-ux
  40781. unloadscrap
  40782. unmount
  40783. unmount
  40784. finder
  40785. apple
  40786. events
  40787. morefiles
  40788. update
  40789. updategworld
  40790. updater
  40791. AmazonBooks.src
  40792. AmazonMusic.src
  40793. Apple.src
  40794. AppleSWUpdates-English.src
  40795. AppleSWUpdates-WW.src
  40796. BarnesAndNoble.src
  40797. CNN.src
  40798. DirectHit.src
  40799. HotBot.src
  40800. LookSmart.src
  40801. MacGuide.src
  40802. XTNow.src
  40803. Yahoo.srcK
  40804. Jan 99L
  40805. Feb 99N
  40806. engine, Internet, SherlockO/Dev.CD Feb 99 TC:What's New?:Sherlock Plug-ins:P4Dev.CD Feb 99 TC
  40807.  - What's New?
  40808.  - Sherlock Plug-ins
  40809. ictbsample
  40810. ictbsample
  40811. ideas
  40812. ideas
  40813. opportunities
  40814. distributors/localiz
  40815. imaaudiortp
  40816. imadecom
  40817. imadecom
  40818. readme
  40819. imadecompression
  40820. imagex
  40821. imagecomp
  40822. imagecompositing
  40823. imagecompositing
  40824. imagecompressionutil
  40825. imagecompressionutil
  40826. imagecompressionutil
  40827. imagedecompressor
  40828. imagedecompressor68k
  40829. imagedecompressorppc
  40830. imagefile
  40831. imagefiledemo
  40832. imagefiledemo
  40833. imageproducing
  40834. imageproducing
  40835. utilities
  40836. dtscpluslibrary
  40837. dumparpcache
  40838. dumpnetworksetup
  40839. duplication
  40840. dynamic
  40841. dynamic
  40842. linking
  40843. protocol
  40844. robustness
  40845. rocket{
  40846. roger
  40847. roland
  40848. rolled
  40849. rollin
  40850. romaja
  40851. roman
  40852. romanized
  40853. romresourcedump
  40854. rosenberg
  40855. rotate
  40856. rotatebegin/end
  40857. rotated
  40858. rotatedbitmap
  40859. rotates
  40860. rotatestring
  40861. routine
  40862. colorize
  40863. pixmap
  40864. dialog
  40865. routinedescriptor
  40866. routinesV
  40867. routingj
  40868. rowbytes
  40869. ruben
  40870. rules
  40871. packages
  40872. MMSystem 7.0 or later.  Power Macintosh required for native translator support.N,Translation, Macintosh Easy Open, TranslatorOADev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:PFDev.CD Apr 98 SDK1
  40873.  - Development Kits (Disc 1)
  40874.  - Macintosh Easy OpenrN
  40875. Icon, desktop, dimmed, custom color search, color table, CopyMask, GetGWorld, NewGWorld, AddSearch, CopyBits, DelSearch, pmTable, ctTable, DisposCTable
  40876. O<Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:IconDimming:PDDev.CD Nov 00 TC Disk 1
  40877.  - Sample Code
  40878.  - Graphics 2D
  40879.  - IconDimmingV
  40880. 70235X
  40881. Nov 00^    TC Disk 1
  40882. --set theItem to choose file -- uncomment to test in an AS editor
  40883.     tell application "Finder"
  40884.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:IconDimming:"
  40885.         activate
  40886.     end tell
  40887. on error errMsg number errNum
  40888.     --enter statements to perform when no records are found such as...
  40889.     display dialog "Sorry, the item you selected could not be found."
  40890.     return
  40891. end try
  40892. Summary:  Macintosh Easy Open (aka The Translation Manager) allows users to open documents created by applications they do not have.  The developer kit allows the application developer to create Macintosh Easy Open
  40893.  savvy applications as well as translation systems which actually perform translation.
  40894. Features:  Contains Macintosh Easy Open 1.1.1 developers kit which allows any user running System 7.0 or later to get automatic document translation.  Macintosh Easy Open also assists in perfB
  40895. orming scrap (in memory) translation.  Kind strings are enhanced in the Finder so document types are more robust.
  40896. Issues:  Please contact Apple Licensing for redistribution information.
  40897. Claris XTND Files:
  40898. Document Converter
  40899. Documentation:
  40900. Macintosh Easy Open
  40901. Macintosh Easy Open Reference
  40902. Open Me
  40903. Read Me First
  40904. Translation Extensions:K
  40905. Jul 93L
  40906. Aug 95OADev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:ailable.
  40907. 70236X
  40908. 1e    No Change
  40909. All Packages
  40910. System Enabler 065 (LC 575)O
  40911. Dev.CD Apr 94
  40912. Dev.CD Jan 94P
  40913. Dev.CD Apr 94
  40914. Dev.CD Jan 9V
  40915. 72788X
  40916. Apr 94
  40917. p--set theItem to choose file -- uncomment to test in an AS editor
  40918.     tell application "Finder"
  40919.         open item "Dev.CD Apr 94
  40920. Dev.CD Jan 94"
  40921.         activate
  40922.     end tell
  40923. on error errMsg number errNum
  40924.     --enter statements to perform when no records are found such as...
  40925.     display dialog "Sorry, the item you selected could not be found."
  40926.     return
  40927. end try
  40928. All Packages
  40929. System Enabler 065 (LC 575)O
  40930. Dev.CD Apr 94
  40931. Dev.CD Jan 94P
  40932. Dev.CD Apr 94
  40933. Dev.CD Jan 9V
  40934. 72789X
  40935. Apr 94
  40936. note_
  40937. apple
  40938. guide
  40939. intended
  40940. those
  40941. developers
  40942. noted
  40943. f--set theItem to choose file -- uncomment to test in an AS editor
  40944.     tell application "Finder"
  40945.         open item "Dev.CD Jun 97 SSW"
  40946.         activate
  40947.     end tell
  40948. on error errMsg number errNum
  40949.     --enter statements to perform when no records are found such as...
  40950.     display dialog "Sorry, the item you selected could not be found."
  40951.     return
  40952. end try
  40953. 71964X
  40954. Apr 98^
  40955. --set theItem to choose file -- uncomment to test in an AS editor
  40956.     tell application "Finder"
  40957.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:"
  40958.         activate
  40959.     end tell
  40960. on error errMsg number errNum
  40961.     --enter statements to perform when no records are found such as...
  40962.     display dialog "Sorry, the item you selected could not be found."
  40963.     return
  40964. end try
  40965. e    No Changef*Translation
  40966. Macintosh Easy Open
  40967. Translatorq
  40968. Dev.CD Apr 98 SDK1
  40969. D!All Packages
  40970. Mac OS SDK Edition
  40971. Macintosh PAP Client Interface
  40972.      as...
  40973.     display dialog "Sorry, the item you selected could not be found."
  40974.     return
  40975. end try
  40976. e    No Changef
  40977. Utils
  40978. Utilitiesq
  40979. Dev.CD Nov 00 TC Disk 1
  40980. All Packages
  40981. ictbSample
  40982. 70237X
  40983. All Packages
  40984. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  40985. Dev.CD Jan 94
  40986. Dev.CD Oct 93
  40987. Dev.CD Jul 93
  40988. Dev.CD Apr 93PDDev.CD Apr 94
  40989. Dev.CD Jan 94
  40990. Dev.CD Oct 93
  40991. Dev.CD Jul 93
  40992. Dev.CD Apr 9V
  40993. 72908X
  40994. Apr 94
  40995. --set theItem to choose file -- uncomment to test in an AS editor
  40996.     tell application "Finder"
  40997.         open item "Dev.CD Apr 94
  40998. Dev.CD Jan 94
  40999. Dev.CD Oct 93
  41000. Dev.CD Jul 93
  41001. Dev.CD Apr 93"
  41002.         activate
  41003.     end tell
  41004. on error errMsg number errNum
  41005.     --enter statements to perform when no records are found such as...
  41006.     display dialog "Sorry, the item you selected could not be found."
  41007.     return
  41008. end try
  41009. All Packages
  41010. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  41011. Dev.CD Jan 94
  41012. Dev.CD Oct 93
  41013. Dev.CD Jul 93
  41014. Dev.CD Apr 93PDDev.CD Apr 94
  41015. Dev.CD Jan 94
  41016. Dev.CD Oct 93
  41017. Dev.CD Jul 93
  41018. Dev.CD Apr 9V
  41019. 72909X
  41020. Apr 94
  41021. --set theItem to choose file -- uncomment to test in an AS editor
  41022.     tell application "Finder"
  41023.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:QuickDraw:Virtual Sphere 1.0.1:"
  41024.         activate
  41025.     end tell
  41026. on error errMsg number errNum
  41027.     --enter statements to perform when no records are found such as...
  41028.     display dialog "Sorry, the item you selected could not be found."
  41029.     return
  41030. end try
  41031. 1.0.0d3
  41032. 1.0.1y
  41033. 1.0.2y
  41034. 1.0.3v
  41035. 1.0.4
  41036. 1.0.6
  41037. 1.0.8
  41038. 1.0a5
  41039. 1.0b1
  41040. 1.0b2
  41041. 1.0d1
  41042. 1.0d8
  41043. 1.1.1
  41044. 1.1.2
  41045. 1.1.3
  41046. windows/dos{
  41047. windowshade
  41048. wintermyre
  41049. wiredZ
  41050. wireless{
  41051. wishu
  41052. wishes
  41053. wishing
  41054. withA
  41055. select
  41056. start
  41057. ialog Manager Q&A technote.
  41058. There is no Rez template for ictb, and no ResEdit template or editor.  This sample ictbSample.r shows how you can do one by hand.
  41059. Resorcerer provides an excellent ictb editor to use ictb in your dialog boxes.
  41060. JBictbSample(PPC)
  41061. ictbSample.mcp
  41062. ictbSample.r
  41063. ictbSample.rsrc
  41064. main.cN
  41065. ictb, Dialog ManagerOGDev.CD Nov 00 TC Disk 1:Sample Code:Human Interface Toolbox:ictbSample:PODev.CD Nov 00 TC Disk 1
  41066.  - Sample Code
  41067.  - Human Interface Toolbox
  41068.  - ictbSample
  41069. provided@
  41070. provides@
  41071. pthreads@
  41072. puts@
  41073. qtmoviefromurl@
  41074. qualified@
  41075. questionaire@
  41076. quickstart@
  41077. quicktime
  41078. oughta
  41079. pictures
  41080. guillermo
  41081. ortiz@
  41082. quicktime
  41083. image
  41084. compression
  41085. manager
  41086. code@
  41087. raises@
  41088. rank@
  41089. readable@
  41090. reading
  41091. response
  41092. modem
  41093. received@
  41094. C Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:ImageCompositing:"
  41095.         activate
  41096.     end tell
  41097. on error errMsg number errNum
  41098.     --enter statements to perform when no records are found such as...
  41099.     display dialog "Sorry, the item you selected could not be found."
  41100.     return
  41101. end try
  41102. e    No Changef
  41103. QuickTime
  41104. Dev.CD Nov 00 TC Disk 2
  41105. All Packages
  41106. F    ImageFileIqThis demo program shows the usage of the GraphicsImporter to import and display a plethora of image file formats.J1if.bat
  41107. ImageFile
  41108. ImageFileDemo.zip
  41109. README.txt
  41110. Feb 00
  41111. 0239X
  41112. 1e    No Change
  41113. allowsB
  41114. summary
  41115. objects
  41116. hypercard
  41117. allowed
  41118. variabl
  41119. summary
  41120. opendoc
  41121. industry
  41122. standard
  41123. architecture
  41124. summary
  41125. opendoc
  41126. j-1.1
  41127. localized
  41128. version
  41129. opendoc
  41130. summary
  41131. control
  41132. strip
  41133. sample
  41134. project
  41135. summary
  41136. manager
  41137. comprehensive
  41138. developm
  41139. summary
  41140. pccts
  41141. purdue
  41142. compiler-constructio
  41143. summary
  41144. pippin
  41145. multimedia
  41146. internet
  41147. playback
  41148. summary
  41149. popupfuncs
  41150. productivity
  41151. developers
  41152. summary
  41153. portlist
  41154. extension
  41155. helps
  41156. summary
  41157. powertracer
  41158. system
  41159. atrap
  41160. powerpc
  41161. function
  41162. summary
  41163. programmer's
  41164. small
  41165. allows
  41166. summary
  41167. projectdrag
  41168. drag-and-drop
  41169. source
  41170. control
  41171. summary
  41172. resedit
  41173. apple's
  41174. standard
  41175. direct-manipulation
  41176. international
  41177. glossaries
  41178. contains
  41179. translat
  41180. summary
  41181. appleevents
  41182. probably
  41183. don't
  41184. provided
  41185. provider
  41186. QuickTime, Java, MRJ
  41187. 72546X
  41188. Feb 99^
  41189. --set theItem to choose file -- uncomment to test in an AS editor
  41190.     tell application "Finder"
  41191.         open item "Dev.CD Feb 99 TC:What's New?:Sherlock Plug-ins:"
  41192.         activate
  41193.     end tell
  41194. on error errMsg number errNum
  41195.     --enter statements to perform when no records are found such as...
  41196.     display dialog "Sorry, the item you selected could not be found."
  41197.     return
  41198. end try
  41199. e    No Changef
  41200. engine
  41201. Internet
  41202. Sherlockq
  41203. Dev.CD Feb 99 TC
  41204. All Packages
  41205. ShimmerMate 2.0.1
  41206. nSummary: This latest version of ShimmerMate names both the Owner's Name and Macintosh Name resources which are found in the Sharing Setup Control Panel (System 7.x systems only).
  41207. Features: Names both the Owner's Name and Macintosh Name resources which are found in the Sharing Setup Control Panel
  41208. Issues: These libraries and tools are not supported Apple products.
  41209. Virtual User tools.imgK
  41210. Jan 93V
  41211. 72547X
  41212. 1e    No Change
  41213. includefiles
  41214. indata
  41215. fix the problem.
  41216. Clipping Extension
  41217. Clippings
  41218. Demo Applications
  41219. Documentation
  41220. Dragging Enabler
  41221. DragLib
  41222. Finder 7.1.3
  41223. Interfaces&Libraries
  41224. Macintosh Drag and Drop
  41225. Read Me FirstK
  41226. Nov 93L
  41227. Aug 94
  41228. Macintosh Drag and Drop 1.1 requires System 7.0 or later to operate.  On System 7.0 or 7.0.1 you may drag within your application windows or between them.
  41229. The inter-application dragging features of Macintosh Drag and Drop require System 7 Pro or use of the Dragging Enabler file with System 7.1.  Support for clipping files requires the Clipping Extension file with Finder version 7.1.3 or later.  Finder version 7.1.3 is included in System 7 Pro and with this Developer
  41230. s Kit.  Note that Finde
  41231. r version 7.1.1 was released in the PowerBook File Assistant product, and with Macintosh Drag and Drop it allows you to receive and promise files, but does not create or support clipping files.  For implicit data type translation, Macintosh Easy Open version 1.0.3 or later is required.
  41232. ~OCDev.CD Oct 00 SDK1:Development Kits:Mac OS:Macintosh Drag and Drop:PKDev.CD Oct 00 SDK1
  41233.  - Development Kits
  41234.  - Mac OS
  41235.  - Macintosh Drag and Drop
  41236.     - Macintosh Runtime for Java (MRJ) 2.1
  41237. - Windows 95, 98, or NT::
  41238.     - JRE/JDK from Sun Microsystems, Inc. recommended
  41239. QuickTime, Java, MRJ
  41240. 71963X
  41241. Oct 00^
  41242. --set theItem to choose file -- uncomment to test in an AS editor
  41243.     tell application "Finder"
  41244.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Macintosh Drag and Drop:"
  41245.         activate
  41246.     end tell
  41247. on error errMsg number errNum
  41248.     --enter statements to perform when no records are found such as...
  41249.     display dialog "Sorry, the item you selected could not be found."
  41250.     return
  41251. end try
  41252. e    No Changeq
  41253. Dev.CD Oct 00 SDK1
  41254. D!All Packages
  41255. Mac OS SDK Edition
  41256. Macintosh Easy Open 1.1.1
  41257.     ev.CD Nov 00 TC Disk 2
  41258. All Packages
  41259. ImporterWinI
  41260. This sample shows how to build three types of QuickTime for Windows components: graphics importers, movie importers and image decompressors.  The example components let QuickTime use Electric Image format files. 
  41261. Nov 00V
  41262. 70242X
  41263. 1e    No Change
  41264. ication and we provide a universal Drag.h file for you to include.  You do not need to include the DragLib file with your application as long as you start your Macintosh with the Macintosh Drag and Drop version 1.1 file in your extension folder.  The extension will provide the DragLib code fragment that your application will link with at run time.
  41265. You may license Macintosh Drag and Drop 1.1 and include it with your products.  Macintosh Drag and Drop 1.1 includes the Macintosh Drag and Dro
  41266. p file, the Clipping Extension file, and the Dragging Enabler file.  You may not license any other files in the Developer
  41267. s Kit.  Please call Apple Software Licensing at (408) 974 4667 for information.
  41268. Issues:
  41269. Macintosh Drag and Drop is incompatible with the graphics acceleration of the 8
  41270. 24 GC video card.  With this card and the 8
  41271. 24 GC control panel installed, Macintosh Drag and Drop may leave bits on the screen while dragging on the 8
  41272. s display.  Remove the 8
  41273. 24 GC control panel to 
  41274. ox.  Use the Drag Manager routines to add drag and drop behavior to your application.  To provide the standard drag and drop interface, you only need to add a few new calls and provide two callback routines that are utilized during drag operations.
  41275. The Drag Manager is integrated with the latest Finder (included in System 7 Pro and System 7.5), allowing users to drag and drop files from the Finder into any applications
  41276.  windows and providing file information for those files.  Applications 
  41277. can also find out where data was dropped in the Finder 
  41278.  for example, that it was dropped into the Trash.
  41279. Version 1.1 of Macintosh Drag and Drop adds support for native PowerPC applications and fixes a number of key bugs with version 1.0.  To support native applications, we've included two new files for your development and we've improved the Macintosh Drag and Drop extension to provide PowerPC glue code.  For development, we provide the DragLib library that you use to link with your appl
  41280. folder
  41281. multiprocessor
  41282. manager
  41283. sample
  41284. ystematically
  41285. --set theItem to choose file -- uncomment to test in an AS editor
  41286.     tell application "Finder"
  41287.         open item "Dev.CD Dec 00 RL Disk 1:Utilities:Macintosh CD-ROM Setup 5.3.2:"
  41288.         activate
  41289.     end tell
  41290. on error errMsg number errNum
  41291.     --enter statements to perform when no records are found such as...
  41292.     display dialog "Sorry, the item you selected could not be found."
  41293.     return
  41294. end try
  41295.  AS editor
  41296.     tell application "Finder"
  41297.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Importers and Exporters:ImporterWin.win:"
  41298.         activate
  41299.     end tell
  41300. on error errMsg number errNum
  41301.     --enter statements to perform when no records are found such as...
  41302.     display dialog "Sorry, the item you selected could not be found."
  41303.     return
  41304. end try
  41305. e    No Changef=QuickTime
  41306. Graphics Importer
  41307. Movie importer
  41308. Image Decompressoro&http://developer.apple.com/samplecode/q
  41309. Dev.CD Nov 00 TC Disk 2
  41310. All Packages
  41311. ImportExportV
  41312. 70243X
  41313. apple
  41314. cd-rom
  41315. apple
  41316. detectors
  41317. apple
  41318. directions
  41319. 01/95{
  41320. apple
  41321. directions
  41322. 01/96|
  41323. apple
  41324. directions
  41325. 01/97}
  41326. apple
  41327. directions
  41328. 02/95{
  41329. apple
  41330. directions
  41331. 02/96|
  41332. apple
  41333. directions
  41334. 02/97}
  41335. apple
  41336. directions
  41337. 03/95{
  41338. apple
  41339. directions
  41340. 03/96|
  41341. apple
  41342. directions
  41343. 03/97}
  41344. apple
  41345. directions
  41346. 04/95{
  41347. apple
  41348. directions
  41349. 04/96|
  41350. apple
  41351. directions
  41352. 04/97}
  41353. apple
  41354. directions
  41355. 05/95{
  41356. apple
  41357. directions
  41358. 05/96|
  41359. ElectricImageImporter.mak
  41360. ElectricImageImporter.qtx
  41361. NewRezWack.bat
  41362. Read Me.txt
  41363. WinPrefix.h
  41364. e    No Changeq
  41365. Dev.CD Nov 00 TC Disk 2
  41366. All Packages
  41367. SimpleText Sample
  41368. This example is SimpleText 1.4d16. It's the same source that Apple's built in 1996. We decided that enough developers had asked for SimpleText source so it was time to actually release it. Note that this code is copyright Apple Computer. The standard disclaimers apply. Here's the copyright information again:
  41369. You may incorporate this sample code into your applications without restriction, though the sample code has been provided "AS IS" and the responsibility for its operation is 100% your
  41370. *s.  However, what you are not permitted to do is to redistribute the source as "DSC Sample Code" after having made changes. If you're going to re-distribute the source, we require that you make it clear in the source that the code was descended from Apple Sample Code, but that you've made changes.
  41371. Nov 96L
  41372. Dec 96V
  41373. 72565X
  41374. 1e    No Change
  41375. }e    No Changeq
  41376. Dev.CD Dec 00 RL Disk 1
  41377. ~D!All Packages
  41378. Mac OS SDK Edition
  41379. Macintosh Drag and Drop v1.1.1
  41380. Summary:  Macintosh Drag and Drop is new technology from Apple, which you should support.  By using Macintosh Drag and Drop, you can easily implement intra and inter-application drag and drop in your applications.  Your products will have an improved user interface, and your users will be able to manipulate and work with their data faster and more intuitively.  Version 1.1.1 corrects a problem with the Universal interface file.
  41381. Macintosh Drag and Drop implements the new Drag Manager toolbfDev.CD Nov 00 TC Disk 2
  41382.  - Sample Code
  41383.  - QuickTime
  41384.  -  All Java
  41385.  - QuickTime for Java
  41386.  - ImportExportV
  41387. 70243X
  41388. Nov 00^    TC Disk 2
  41389. e    No Change
  41390. sing MacGamma.
  41391. RestoreSystemGamms (...)  must be called before exiting to restore original gamma.
  41392. DisposeSystemGammas (...) can then be used to dispose of the system gammas.
  41393. Suspend and Resume:
  41394. RestoreSystemGamms (...); DisposeSystemGammas (...); should also be called prior to suspend.
  41395. GetSystemGammas (...) should be called when resuming.  This architecture prevents users from unknowingly saving display settings with your modified gammas.
  41396. JPMacGamma Read Me
  41397. MacGamma Test
  41398. MacGamma.cpp
  41399. MacGamma.h
  41400. MacGamma.mcp
  41401. Test Main.cpM
  41402. Color QuickDrawO9Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:MacGamma:PADev.CD Nov 00 TC Disk 1
  41403.  - Sample Code
  41404.  - Graphics 2D
  41405.  - MacGamma
  41406. 70244X
  41407. Nov 00^    TC Disk 2
  41408. e    No Change
  41409. machineh
  41410. machinery
  41411. macintoshP
  41412. 71961X
  41413. Nov 00^    TC Disk 1
  41414. --set theItem to choose file -- uncomment to test in an AS editor
  41415.     tell application "Finder"
  41416.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Graphics 2D:MacGamma:"
  41417.         activate
  41418.     end tell
  41419. on error errMsg number errNum
  41420.     --enter statements to perform when no records are found such as...
  41421.     display dialog "Sorry, the item you selected could not be found."
  41422.     return
  41423. end try
  41424. e    No Changeq
  41425. Dev.CD Nov 00 TC Disk 1
  41426. All Packages
  41427. Macintosh CD-ROM Setup 5.3.2IHSummary: This folder contains the net-install for Apple's CD-ROM driver.JHApple CD-ROM
  41428. Apple CD-ROM Read Me
  41429. CD Install Script
  41430. CD SW Tome
  41431. InstallerK
  41432. Feb 93L
  41433. Jun 97O?Dev.CD Dec 00 RL Disk 1:Utilities:Macintosh CD-ROM Setup 5.3.2:PDDev.CD Dec 00 RL Disk 1
  41434.  - Utilities
  41435.  - Macintosh CD-ROM Setup 5.3.2V
  41436. 71962X
  41437. Dec 00^    RL Disk 1
  41438. e    No Change
  41439. such as...
  41440.     display dialog "Sorry, the item you selected could not be found."
  41441.     return
  41442. end try
  41443. e    No Change
  41444. MacGamma is code that one can drop into their application which provides easy access to gamma control for all system displays.  It provides safe saving and restoring of original system gamma so one does not upset users and/or other applications.
  41445. The code is based on a simple 3 channel, 256 entry, 8 bit gamma ramp.  This ramp is basically an array of 256 byte size element red, green and blue channels.  All routines provided use this structure to pass information to and from the systems dis
  41446. plays, this was chosen to simplify application usage.  Some displays may represent gamma data differently, gamma ramps are internally converted internally to what ever format the monitor requires.
  41447. A few usage notes for the source:
  41448. SetDeviceGammaRampXX may not return until the VBL following the call, depending on the display driver, this is due to the handling of the Control call by the driver.
  41449. Startup and Shutdown:
  41450. GetSystemGammas (...) must be called to save the system gammas prior to u
  41451. features
  41452. feedback
  41453. feedback
  41454. request
  41455. 9/1/93
  41456. developer
  41457. synchronization
  41458. guide
  41459. system
  41460. manager
  41461. filecopy
  41462. filecopy
  41463. filehelpers
  41464. filehelpers
  41465. filehelpers
  41466. fileisopen
  41467. fileisopen
  41468. filelogging
  41469. filelogging
  41470. filelogging
  41471. filemaker
  41472. filemaker
  41473. files
  41474. sample
  41475. issue
  41476. itemhider
  41477. logging^
  41478. logic
  41479. logical
  41480. login
  41481. logins
  41482. long-awaited
  41483. long-signal
  41484. long-term
  41485. longer
  41486. longitude
  41487. looking
  41488. looks
  41489. lookup
  41490. lookupmenu
  41491. lookups
  41492. looming
  41493. looney
  41494. lossiness
  41495. low-disk-space
  41496. low-level
  41497. lower
  41498. lower-case
  41499. lower-left
  41500. loyal{
  41501. incompatibilities
  41502. incompatible
  41503. incomplete
  41504. incorporate
  41505. incorporated
  41506. incorporates
  41507. incorporating
  41508. incorrect
  41509. increaseu
  41510. increased
  41511. increases
  41512. increasing
  41513. incredibly
  41514. increment
  41515. incrementalj
  41516. indeed
  41517. independant
  41518. independent
  41519. independently
  41520. indexj
  41521. index2color
  41522. indexed
  41523. indexes
  41524. indexing
  41525. india
  41526. indian
  41527. indicate[
  41528. indicated_
  41529. Summary:  Apple designed MacCheck
  41530.  as a suport tool that provides configuration and software problem detection for the use of Apple phone support people and knowledgable consumers. Intended for 7.1 users, though it will run on all 7.0 and above systems.
  41531.   Provides configuration information, Disk First Aid (7.2) verification code,  system file corruption detection, duplicate System Folder detection, and a logic board test.
  41532. Features:
  41533. Hardware configuration
  41534. Software configuration of startu
  41535. p device (and limited information about other on-line volumes)
  41536. Software problem detection
  41537.   -Directory corruption detection (Disk First Aid 7.2 verification
  41538.      code)
  41539.   -System file (System, Finder, System Enabler, Launcher)
  41540.     corruption detection
  41541.   -Duplicate System Folder detection
  41542.  Logic board test
  41543. Recommended for System 7.1; it will run on System 7.0 and above.
  41544. Issues:
  41545. Not to be licenced with any other products
  41546. Incompatible with Thunder
  41547. Some printing incompatibilities:
  41548. above
  41549. absolute
  41550. absolutely
  41551. abstract
  41552. abstraction
  41553. abstractions
  41554. abstracts
  41555. abuse
  41556. accelerated
  41557. accelerating
  41558. accelerationP
  41559. accelerator{
  41560. accent
  41561. accented
  41562. accept
  41563. accepted
  41564. accepting
  41565. accepts
  41566. accesory
  41567. accessA
  41568. accessed
  41569. accesses
  41570. accessible
  41571. accessing
  41572. ompanies
  41573. accomplish
  41574. accomplished
  41575. accomplishing
  41576. according
  41577. according
  41578. inside
  41579. macintosh
  41580. macin
  41581. ?ot a 100%, but some reports
  41582.   -HP DeskWriter (550, 550C)
  41583.   -Possibly LaserWriter 8.0
  41584. Each log holds only 32K of information
  41585. If the user has many applications, fonts, or files with creation dates > modification dates, not all of the config
  41586. information will fit in the logs.
  41587. MacCheck
  41588.  is a trademark of Apple Computer
  41589. General tools.imgK
  41590. Oct 93M
  41591. MacPlus or aboveN    MacCheck
  41592. OEDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:PMDev.CD Nov 00 TC Disk 1
  41593.  - Tool Chest
  41594.  - Testing & Debugging
  41595.  - General tools
  41596. --set theItem to choose file -- uncomment to test in an AS editor
  41597.     tell application "Finder"
  41598.         open item "Dev.CD Apr 94
  41599. Dev.CD Jan 94
  41600. Dev.CD Oct 93
  41601. Dev.CD Jul 93
  41602. Dev.CD Apr 93"
  41603.         activate
  41604.     end tell
  41605. on error errMsg number errNum
  41606.     --enter statements to perform when no records are found such as...
  41607.     display dialog "Sorry, the item you selected could not be found."
  41608.     return
  41609. end try
  41610. pictdialog
  41611. pictinfotest
  41612. picts
  41613. picture
  41614. pictures
  41615. piece
  41616. placed
  41617. placement
  41618. placesh
  41619. placing
  41620. plain
  41621. plain-text
  41622. plaindbox
  41623. plamondon
  41624. plan{
  41625. plane
  41626. planned
  41627. planning
  41628. plans
  41629. sharedmemory
  41630. sharedmemory
  41631. sample
  41632. demonstrates
  41633. multiple
  41634. applicat
  41635. shareware
  41636. sharing
  41637. sharks
  41638. sharp
  41639. sharware
  41640. sheet
  41641. sheets
  41642. shell
  41643. shelves
  41644. sherlock
  41645. sherlock's
  41646. shift
  41647. shift-command
  41648. shift-rational
  41649. shimmermate
  41650. shipments{
  41651. shippedv
  41652. shipping
  41653. ships{
  41654. shmget
  41655. shook
  41656. shoot
  41657. short
  41658. shortcut
  41659. shortcuts
  41660. interactive
  41661. success
  41662. interapplicationQ
  41663. interapplication
  41664. commQ
  41665. interfaceQ
  41666. interfacelib
  41667. interfaces
  41668. interfaces
  41669. libraries
  41670. interfaces&libraries
  41671. interleave
  41672. Communications Toolbox
  41673. Contributed
  41674. Devices and Hardware
  41675. Files
  41676. Games
  41677. Graphics 2D
  41678. Graphics 3D
  41679. Help Systems
  41680. Human Interface Toolbox
  41681. Interapplication Comm
  41682. Memory
  41683. Networking
  41684. OS Utilities
  41685. Overview
  41686. Platforms and Tools
  41687. Printing
  41688. Processes
  41689. QuickTime
  41690. Runtime Architecture
  41691. Sound
  41692. pen item "Dev.CD Nov 00 TC Disk 2:Sample Code:Text:Inline Input for TextEdit:"
  41693.         activate
  41694.     end tell
  41695. on error errMsg number errNum
  41696.     --enter statements to perform when no records are found such as...
  41697.     display dialog "Sorry, the item you selected could not be found."
  41698.     return
  41699. end try
  41700. e    No ChangefDText Services Manager
  41701. Text Services with TextEdit
  41702. TSMTE
  41703. Inline Inputq
  41704. Dev.CD Nov 00 TC Disk 2
  41705. (D!All Packages
  41706. Mac OS SDK Edition
  41707. InputSprocket SDKI
  41708. This is the SDK for InputSprocket 1.7 which provides support for using joysticks, keyboards, mice,  and other input devices when playing games on your Macintosh computer.e    No Change
  41709. 71960X
  41710. Nov 00^    TC Disk 1
  41711. --set theItem to choose file -- uncomment to test in an AS editor
  41712.     tell application "Finder"
  41713.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:"
  41714.         activate
  41715.     end tell
  41716. on error errMsg number errNum
  41717.     --enter statements to perform when no records are found such as...
  41718.     display dialog "Sorry, the item you selected could not be found."
  41719.     return
  41720. end try
  41721. e    No Changef    MacCheck
  41722. Dev.CD Nov 00 TC Disk 1
  41723. All Packages
  41724. MacGamma
  41725. 71961X
  41726. Aug 94L
  41727. May 97M9Requires the Control Strip control panel to be installed.O0Dev.CD Oct 99 SDK:Development Kits:Control StripP5Dev.CD Oct 99 SDK
  41728.  - Development Kits
  41729.  - Control StriV
  41730. 71959X
  41731. Oct 99^
  41732. --set theItem to choose file -- uncomment to test in an AS editor
  41733.     tell application "Finder"
  41734.         open item "Dev.CD Oct 99 SDK:Development Kits:Control Strip"
  41735.         activate
  41736.     end tell
  41737. on error errMsg number errNum
  41738.     --enter statements to perform when no records are found such as...
  41739.     display dialog "Sorry, the item you selected could not be found."
  41740.     return
  41741. end try
  41742. Deletedq
  41743. Dev.CD Oct 99 SDK
  41744. All Packages
  41745. MacCheck
  41746.  1.0.4
  41747. 71960X
  41748. t_SDK:"
  41749.         activate
  41750.     end tell
  41751. on error errMsg number errNum
  41752.     --enter statements to perform when no records are found such as...
  41753.     display dialog "Sorry, the item you selected could not be found."
  41754.     return
  41755. end try
  41756. e    No Changeo
  41757. http://developer.apple.com/sdk
  41758. Summary: MacBinary Standard
  41759. Features: MacBinary II Conf is a dialog of those defining the MacBinary II standard.  It is interesting if you want to know how the MacBinary II protocol evolved from the original MacBinary.  It also provides  answers to questions regarding implimentation can be found in here.
  41760. The MacBinary-Standard and MacBinary-II-Standard  are the definitions of the MacBinary protocols.  These will be of interest to folks implimenting MacBinary in their communications or fiB
  41761. le compression packages.  
  41762. JMmacbinary-II-conf
  41763. macbinary-II-conf2
  41764. macbinary-II-standard
  41765. macbinary-standardK
  41766. May 93M
  41767. Adobe Acrobat Reader.OJDev.CD Dec 00 RL Disk 1:Technical Documentation:Misc. Standards:MacBinary:PRDev.CD Dec 00 RL Disk 1
  41768.  - Technical Documentation
  41769.  - Misc. Standards
  41770.  - MacBinaryDisk 1
  41771.  - Sample Code
  41772.  - Archive
  41773.  - Games
  41774.  - InputSprocketPPTestV
  41775. 70251X
  41776. Nov 00^    TC Disk 1
  41777. e    No Change
  41778. --set theItem to choose file -- uncomment to test in an AS editor
  41779.     tell application "Finder"
  41780.         open item "Dev.CD Apr 94
  41781. Dev.CD Jan 94
  41782. Dev.CD Oct 93
  41783. Dev.CD Jul 93
  41784. Dev.CD Apr 93"
  41785.         activate
  41786.     end tell
  41787. on error errMsg number errNum
  41788.     --enter statements to perform when no records are found such as...
  41789.     display dialog "Sorry, the item you selected could not be found."
  41790.     return
  41791. end try
  41792. inside
  41793. macintosh
  41794. movie
  41795. toolbox
  41796. sample
  41797. insidemac
  41798. installment
  41799. installsf
  41800. instance
  41801. instances
  41802. instantly
  41803. instead
  41804. instruction
  41805. instructional
  41806. instructions_
  41807. insure
  41808. int'l
  41809. integer
  41810. integral
  41811. integrate
  41812. integrated
  41813. integrates
  41814. integrating
  41815. integrating
  41816. computer-based
  41817. media
  41818. broadcast
  41819. environment
  41820. integration
  41821. Version 1.1: Adds windowed mode that allows creation of an OpenGL context on an already existing window.  Also, cleans up existing implementation of fullscreen mode.  SetupGL still handles all aspects of GL setup on the Macintosh.
  41822. Version 1.0: Added PreflightGL () function.  Fixed various minor errors.  Corrected fade implementation.  Added a little more robustness in the application end in failure conditions, fixed problem with aglFont handling.
  41823. SetupGL is a set of functions that can be
  41824.  used in new and existing applications to handle all aspects of OpenGL setup on the Macintosh under OS 9.  It is designed to handle windowed or full screen set up with good error handling and fall back cases.  The key to SetupGL is that it attempts to match your 3D context requests with the device that is able to handle them rather than pick a single device and hoping that it can handle the 3D requirements.  A version of SetupGL is used in the "Quake III Arena" for the Macintosh by id Soft
  41825. macapp
  41826. framework
  41827. object-oriented
  41828. standard
  41829. library
  41830. carbonli
  41831. macapp
  41832. framework
  41833. object-oriented
  41834. classes
  41835. editor
  41836. resou^
  41837. macapp
  41838. modal
  41839. dialog
  41840. tpicture
  41841. pictdialog
  41842. macapp
  41843. tear-off
  41844. floating
  41845. window
  41846. windoid
  41847. macapp
  41848. level
  41849. macapp
  41850. macapp
  41851. ttextlistview
  41852. ttextgridview
  41853. protoviews
  41854. macapp
  41855. adorner
  41856. custom
  41857. cursor
  41858. dependency
  41859. eenie
  41860. macapp
  41861. windows
  41862. cascade
  41863. windows
  41864. close
  41865. windows
  41866. window
  41867. maccheck
  41868. machine
  41869. machinelocation
  41870. macodbc
  41871. macosxserver
  41872. macosxserver
  41873. appkit
  41874. foundation
  41875. project
  41876. builder
  41877. interface
  41878. macsbugi
  41879. macsbug
  41880. appleevent
  41881. apple
  41882. event
  41883. dcmdi
  41884. macsbug
  41885. debugger
  41886. debugging
  41887. assembly
  41888. mactcp
  41889. mactcp
  41890. communications
  41891. toolbox
  41892. serial
  41893. ports
  41894. audio
  41895. mactcp
  41896. tcp/ip
  41897. magic
  41898. suite
  41899. apple
  41900. events
  41901. applescript
  41902. email
  41903. makeicon
  41904. management
  41905. 71958X
  41906. Dec 00^    RL Disk 1
  41907. --set theItem to choose file -- uncomment to test in an AS editor
  41908.     tell application "Finder"
  41909.         open item "Dev.CD Dec 00 RL Disk 1:Technical Documentation:Misc. Standards:MacBinary:"
  41910.         activate
  41911.     end tell
  41912. on error errMsg number errNum
  41913.     --enter statements to perform when no records are found such as...
  41914.     display dialog "Sorry, the item you selected could not be found."
  41915.     return
  41916. end try
  41917. e    No Changeq
  41918. Dev.CD Dec 00 RL Disk 1
  41919. zD!All Packages
  41920. Mac OS SDK Edition
  41921. MacCalendar 1.1b1I
  41922. Summary:  MacCalendar is a control strip module that displays a calendar when you click on it in the control strip.  The calendar display is configured using a separate application, MacCalendar Setup.
  41923. 71959X
  41924. Deleted
  41925. association
  41926. assume
  41927. assumed
  41928. assuming
  41929. assumption
  41930. assure
  41931. assures
  41932. async
  41933. asynch
  41934. asynchronous
  41935. asking
  41936. askyesno
  41937. aspects
  41938. assembled
  41939. assembler
  41940. assemblers
  41941. assembly
  41942. assembly-language
  41943. assembly-level
  41944. assigned
  41945. assignments
  41946. assist
  41947. assistance
  41948. assistant{
  41949. assistants
  41950. assists
  41951. assocated
  41952. associatedR
  41953. assumed
  41954. assuming
  41955. assumption
  41956. assure
  41957. assures
  41958. async
  41959. asynchronous
  41960. - Common
  41961.     - Sun Compliant Java Runtime Environment 1.1
  41962.     - QuickTime 3 
  41963.     - QTJava.zip
  41964.     - QTJava media samples
  41965. - Mac OS:
  41966.     - System 8 or later
  41967.     - Macintosh Runtime for Java (MRJ) 2.1
  41968. - Windows 95, 98, or NT::
  41969.     - JRE/JDK from Sun Microsystems, Inc. recommended
  41970. QuickTime, Java, MRJV
  41971. itemhider
  41972. itemhider
  41973. items
  41974. iw-half-dither
  41975. iw-half-dither
  41976. iw-half-dither
  41977. iwriterchooserldef
  41978. iwriterchooserpack
  41979. japan
  41980. xO7Dev.CD Aug 00 TC Disk 1:Tool Chest:MacApp:MacApp R14a1:P?Dev.CD Aug 00 TC Disk 1
  41981.  - Tool Chest
  41982.  - MacApp
  41983.  - MacApp R14a1rocketTestV
  41984. 70252X
  41985. Nov 00^    TC Disk 1
  41986. --set theItem to choose file -- uncomment to test in an AS editor
  41987.     tell application "Finder"
  41988.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Games:InputSprocketTest:"
  41989.         activate
  41990.     end tell
  41991. on error errMsg number errNum
  41992.     --enter statements to perform when no records are found such as...
  41993.     display dialog "Sorry, the item you selected could not be found."
  41994.     return
  41995. end try
  41996. e    No Changef-InputSprocket
  41997. Needs
  41998. Elements
  41999. buttonsq
  42000. Dev.CD Nov 00 TC Disk 1
  42001. All Packages
  42002. Inside Mac ICM CodeI(QuickTime Image Compression Manager CodeJ3ICM(PPC)
  42003. icm.c
  42004. icm.h
  42005. Inside Mac ICM Code.mcp
  42006. READMEM QuickTime, System 7.5 and higherN
  42007. QuickTime, image compressionOZDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Importers and Exporters:Inside Mac ICM Code:V
  42008. 70253X
  42009. 1e    No Change
  42010. NCMacApp, Framework, Object-oriented, C++ Standard Library, CarbonLibket, ISp, Needs, Elements, axes, buttons
  42011. e    No Changef
  42012. QuickTime
  42013. Dev.CD Nov 00 TC Disk 2
  42014. All Packages
  42015. SoundRecordIDThis code shows using the SequenceGrabber for simple audio recordingJ/README.txt
  42016. SndRecord
  42017. SoundRecord.zip
  42018. sr.bat
  42019. Feb 00
  42020. - Common
  42021.     - Sun Compliant Java Runtime Environment 1.1
  42022.     - QuickTime 3 
  42023.     - QTJava.zip
  42024.     - QTJava media samples
  42025. - Mac OS:
  42026.     - System 8 or later
  42027.     - Macintosh Runtime for Java (MRJ) 2.1
  42028. - Windows 95, 98, or NT::
  42029.     - JRE/JDK from Sun Microsystems, Inc. recommended
  42030. QuickTime, Java, MRJOMDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:SoundRecord:PXDev.CD Nov 00 TC Disk 2
  42031.  - Sample Code
  42032.  - QuickTime
  42033.  - QuickTime for Java
  42034.  - SoundRecordV
  42035. 72604X
  42036. Nov 00^    TC Disk 2
  42037. e    No Change
  42038. All Packages
  42039. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  42040. Dev.CD Jan 94
  42041. Dev.CD Oct 93P(Dev.CD Apr 94
  42042. Dev.CD Jan 94
  42043. Dev.CD Oct 9V
  42044. 72852X
  42045. Apr 94
  42046. ~--set theItem to choose file -- uncomment to test in an AS editor
  42047.     tell application "Finder"
  42048.         open item "Dev.CD Apr 94
  42049. Dev.CD Jan 94
  42050. Dev.CD Oct 93"
  42051.         activate
  42052.     end tell
  42053. on error errMsg number errNum
  42054.     --enter statements to perform when no records are found such as...
  42055.     display dialog "Sorry, the item you selected could not be found."
  42056.     return
  42057. end try
  42058. All Packages
  42059. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  42060. Dev.CD Jan 94
  42061. Dev.CD Oct 93
  42062. Dev.CD Jul 93P6Dev.CD Apr 94
  42063. Dev.CD Jan 94
  42064. Dev.CD Oct 93
  42065. Dev.CD Jul 9V
  42066. 72853X
  42067. Apr 94
  42068. &Summary:  ZapTCP provides a safety net for MacTCP developers.  It automatically cleans up TCP streams that are left dangling when your application quits unexpectedly.  This prevents a lot of restarting during MacTCP development.
  42069. Version 1.2.1 renders the extension benign under Open Transport.
  42070. About ZapTCP
  42071. ZapTCPK
  42072. Vol IXL
  42073. Sep 96M3Any system with MacTCP or Open Transport installed.N(MacTCP development Open Transport ZapTCPOBDev.CD Nov 00 TC Disk 1:Tool Chest:Networking:MacTCP:ZapTCP 1.2.1:PMDev.CD Nov 00 TC Disk 1
  42074.  - Tool Chest
  42075.  - Networking
  42076.  - MacTCP
  42077.  - ZapTCP 1.2.1
  42078. moofwars
  42079. piece
  42080. sample
  42081. demonstrates
  42082. oracle@
  42083. others@
  42084. outlines@
  42085. paint@
  42086. particular@
  42087. pasmatit@
  42088. performa@
  42089. photograph@
  42090. platform@
  42091. plug-in@
  42092. pluses@
  42093. power@
  42094. powerpc-based@
  42095. preparememoryforio@
  42096. presents@
  42097. prgeneral@
  42098. privileges@
  42099. product@
  42100. profile@
  42101. programs@
  42102. MacApp Release 14 continues the tradition of modernization established by MacApp Release 13. It is a well-designed, modern, mature application framework that uses the most appropriate and modern programming technologies available. Here is a list of some of the major features which you will find in MacApp Release 14:
  42103. * Support for building applications which run on Mac OS X and under Carbon Lib.
  42104. * Continued adoption of "modern" C++ language features with an emphasis on the Standard Templat
  42105. pe portion of the C++ Standard Library 
  42106. * Additional abstractions of formerly 'heavy weight' classes leading to an ever more modular design, as exhibited in new lighter weight classes found in the Apple Class Suites (ACS) 
  42107. * Support for building MacApp-based applications which run under Mac OS X and CarbonLib 
  42108. * Other Fixes and enhancements 
  42109. * Quality considerations 
  42110. Install MacApp R14a1K
  42111. Apr 00L
  42112. Sep 00
  42113. A8Mac OS 8 or later, including Mac OS X.  68020 or better.
  42114. package's
  42115. package--opendoc
  42116. packaged
  42117. packages
  42118. packagetool
  42119. packagetool
  42120. application
  42121. illustrating
  42122. create
  42123. packaging{
  42124. packetU
  42125. packetize
  42126. packetizer
  42127. packetsU
  42128. packman
  42129. packman
  42130. snippet
  42131. showing
  42132. implement
  42133. simple
  42134. choos
  42135. pagez
  42136. pages
  42137. paige
  42138. painless
  42139. struments
  42140. interactiona
  42141. interactive
  42142. interface
  42143. interfaces
  42144. interleaving
  42145. international
  42146. international
  42147. glossaries
  42148. internationalization
  42149. internet
  42150. interrupt
  42151. invert
  42152. investment
  42153. iostreams
  42154. 71957X
  42155. Aug 00^    TC Disk 1
  42156. --set theItem to choose file -- uncomment to test in an AS editor
  42157.     tell application "Finder"
  42158.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:MacApp:MacApp R14a1:"
  42159.         activate
  42160.     end tell
  42161. on error errMsg number errNum
  42162.     --enter statements to perform when no records are found such as...
  42163.     display dialog "Sorry, the item you selected could not be found."
  42164.     return
  42165. end try
  42166. Deletedf?MacApp
  42167. Framework
  42168. Object-oriented
  42169. C++ Standard Library
  42170. CarbonLib
  42171. /A1ftp://ftp.apple.com//developer/Tool_Chest/MacApp/
  42172. Dev.CD Aug 00 TC Disk 1
  42173. All Packages
  42174. F    MacBinary
  42175. 71958X
  42176. Draw GX
  42177. All Packages
  42178. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  42179. Dev.CD Jan 94
  42180. Dev.CD Oct 93
  42181. Dev.CD Jul 93
  42182. Dev.CD Apr 93PDDev.CD Apr 94
  42183. Dev.CD Jan 94
  42184. Dev.CD Oct 93
  42185. Dev.CD Jul 93
  42186. Dev.CD Apr 9V
  42187. 72888X
  42188. Apr 94
  42189. --set theItem to choose file -- uncomment to test in an AS editor
  42190.     tell application "Finder"
  42191.         open item "Dev.CD Apr 94
  42192. Dev.CD Jan 94
  42193. Dev.CD Oct 93
  42194. Dev.CD Jul 93
  42195. Dev.CD Apr 93"
  42196.         activate
  42197.     end tell
  42198. on error errMsg number errNum
  42199.     --enter statements to perform when no records are found such as...
  42200.     display dialog "Sorry, the item you selected could not be found."
  42201.     return
  42202. end try
  42203. All Packages
  42204. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  42205. Dev.CD Jan 94
  42206. Dev.CD Oct 93
  42207. Dev.CD Jul 93
  42208. Dev.CD Apr 93PDDev.CD Apr 94
  42209. Dev.CD Jan 94
  42210. Dev.CD Oct 93
  42211. Dev.CD Jul 93
  42212. Dev.CD Apr 9V
  42213. 72889X
  42214. Apr 94
  42215. integrates
  42216. integrating
  42217. integrating
  42218. computer-based
  42219. media
  42220. broadcast
  42221. environment
  42222. integration
  42223. integrator
  42224. apple
  42225. setup
  42226. modified
  42227. apple
  42228. apple
  42229. international
  42230. glossar
  42231. apple
  42232. apple
  42233. standards
  42234. apple
  42235. styleguide00
  42236. apple
  42237. profiler
  42238. 1.3.1
  42239. apple
  42240. profiler
  42241. 1.3.1
  42242. apple
  42243. telecom
  42244. software
  42245. aymovie
  42246. w/controller
  42247. playmovie
  42248. playqteffectapp
  42249. playqteffectapp
  42250. playsound
  42251. playsound
  42252. playtune
  42253. playtune
  42254. playvideo
  42255. playvideo
  42256. playvideo
  42257. playvideo
  42258. please
  42259. ploticons
  42260. ploticons
  42261. plstringfuncs
  42262. plug-ins
  42263. plugins
  42264. pluginservices
  42265. po-portuguese
  42266. poptag
  42267. manual
  42268. popupcdef
  42269. popupfuncs
  42270. popupfuncs
  42271. 2.6.1
  42272. installer
  42273. popupfuncs
  42274. notes
  42275. popupmenuwithcurfont
  42276. popupmenuwithcurfont
  42277. popupmenuwithcurfont
  42278. popupmenuwithcurfont
  42279. popupmenuwithcurfont
  42280. popups
  42281. popuptkl
  42282. popuptkl
  42283. 58.1.5
  42284. 5thcolumnB
  42285. 6-158
  42286. 6-164
  42287. 6-bits
  42288. 6.0.4
  42289. nd tell
  42290. on error errMsg number errNum
  42291.     --enter statements to perform when no records are found such as...
  42292.     display dialog "Sorry, the item you selected could not be found."
  42293.     return
  42294. end try
  42295. Deletedq
  42296. Dev.CD Dec 99 RL
  42297. All Packages
  42298. Installer SDK 1.2.4
  42299. 70256X
  42300. wPRDev.CD Dec 00 RL Disk 1
  42301.  - What's New
  42302.  - Tool Chest
  42303.  - MacApp
  42304.  - MacApp Release 14describe the system software of Macintosh computers.  Together, these books provide the essential reference for programmers, designers, and engineers creating applications for the Macintosh family of computers.
  42305. QuickDraw GX Progammer's Overview
  42306. This book provides an introduction to the QuickDraw GX development enviroment.  It beings with an overview of QuickDraw GX and the key elements of QuickDraw GX programs a
  42307. nd then moves on to illustrate these features using practical programming examples.
  42308. QuickDraw GX Environment & Utilities
  42309. This book shows you how to set up your program to use QuickDraw GX, how QuickDraw GX relates to the rest of the Macintosh environment, and how to handle errors and debug your code.  It also describes a public data format for objects, and documents several managers that extend the object architecture and provide utility functions.
  42310. QuickDraw GX Graphics
  42311. This book shows  
  42312. MacApp Release 14 continues the tradition of modernization established by MacApp Release 13. It is a well-designed, modern, mature application framework that uses the most modern programming technologies available. Here is a list of some of the major features which you will find in MacApp Release 14:
  42313. * Support for building applications which run on Mac OS X and under Carbon Lib.
  42314. * Continued adoption of "modern" C++ language features with an emphasis on the Standard Template portion of the
  42315.  C++ Standard Library 
  42316. * Additional abstractions of formerly 'heavy weight' classes leading to an ever more modular design, as exhibited in new lighter weight classes found in the Apple Class Suites (ACS) 
  42317. * Bug fixes and enhancements 
  42318. * Quality considerations 
  42319. Install MacApp Release 14.binK
  42320. Nov 97L
  42321. Dec 00M:Mac OS 8.1 or later, including Mac OS X.  68020 or better.N'MacApp, Framework, Object-oriented, C++OGDev.CD Dec 00 RL Disk 1:What's New:Tool Chest:MacApp:MacApp Release 14:ppl
  42322. 71956X
  42323. Dec 00^    RL Disk 1b
  42324. Revised
  42325. --set theItem to choose file -- uncomment to test in an AS editor
  42326.     tell application "Finder"
  42327.         open item "Dev.CD Dec 00 RL Disk 1:What's New:Tool Chest:MacApp:MacApp Release 14:"
  42328.         activate
  42329.     end tell
  42330. on error errMsg number errNum
  42331.     --enter statements to perform when no records are found such as...
  42332.     display dialog "Sorry, the item you selected could not be found."
  42333.     return
  42334. end try
  42335. Updatedf$MacApp
  42336. Framework
  42337. Object-oriented
  42338. /A(http://developer.apple.com/tools/macapp/
  42339. Dev.CD Dec 00 RL Disk 1
  42340. All Packages
  42341. MacApp Release 14a1
  42342. 71957X
  42343. Updatedf=PDF
  42344. documentation
  42345. printable format
  42346. PDF printing instructions
  42347. /A.http://developer.apple.com/techpubs/index.html
  42348. Dev.CD Dec 00 RL Disk 2
  42349. eD(All Packages
  42350. Reference Library Edition
  42351. F"Technical Publications: Enterprise
  42352. Enterprise and Internet Documentation (HTML and PDF formats)
  42353. Includes:
  42354. Web Objects Documentation
  42355. -WebObjects 3.5 Library
  42356. -Getting Started With WebObjects
  42357. -WebObjects Developer's Guide
  42358. -Release Notes
  42359. Enterprise Objects Documentation:
  42360. -Enterprise Objects 2.2
  42361. -Using Enterprise Objects Framework With OPENSTEP
  42362. Web Objects, Enterprise Objects Framework, EOF, WebObjects, Technical Publications, Technical Documentation, Tutorial, Getting Started, Developer's Guide
  42363. J+enterprise.html
  42364. index.html
  42365. WebObjects:K
  42366. Dec 97L
  42367. Dec 98M
  42368. web browserO3Dev.CD Dec 99 RL:Technical Publications:enterprise:tp://developer.apple.com/techpubs/index.html
  42369. nbetterbuserror@
  42370. event@
  42371. everything@
  42372. example
  42373. graphics
  42374. importer
  42375. movie
  42376. importer
  42377. image
  42378. decompres@
  42379. exceptional@
  42380. exists@
  42381. explored@
  42382. external@
  42383. faceless@
  42384. falkenburg@
  42385. favourite@
  42386. feature-rich@
  42387. features
  42388. allows
  42389. users
  42390. chess
  42391. network
  42392. features
  42393. includes
  42394. demonstration
  42395. documentation
  42396. complete@
  42397. fifo@
  42398. file/folder@
  42399. fileinfo@
  42400. final@
  42401. finds@
  42402. firewire@
  42403. fixing@
  42404. focus@
  42405. folders@
  42406. footprint@
  42407. years
  42408. multimedia
  42409. developers
  42410. regarded
  42411. equilibrium's
  42412. forbidden@
  42413. formatted@
  42414. fractional@
  42415. frame@
  42416. frames/sec@
  42417. freed@
  42418. hangul@
  42419. happen@
  42420. having@
  42421. here's@
  42422. high-visibility@
  42423. hints@
  42424. however@
  42425. html@
  42426. http@
  42427. icondispatch@
  42428. illustrates@
  42429. implementation@
  42430. scrollingtextuserpan
  42431. scrollingtextuserpan
  42432. scrollingtextuserpan
  42433. scrollingtextuserpan
  42434. async
  42435. sample
  42436. async
  42437. sample
  42438. async
  42439. sample
  42440. async
  42441. sample
  42442. async
  42443. sample
  42444. driveidsample
  42445. driveidsample
  42446. driver
  42447. example
  42448. devices
  42449. devices
  42450. inquiry
  42451. asynch
  42452. inquiry
  42453. simple
  42454. inquiry
  42455. synch
  42456. simple
  42457. sample
  42458. simple
  42459. sample
  42460. simple
  42461. sample
  42462. simple
  42463. sample
  42464. tools
  42465. tools
  42466. sample
  42467. sample
  42468. vblsample
  42469. scsiasyncsample
  42470. scsiasyncsample
  42471. scsidriveidsample
  42472. scsidriveidsample
  42473. scsidriver
  42474. scsidriver
  42475. scsifinddevices
  42476. scsifinddevices
  42477. scsifinddevicesmain
  42478. This installs the complete MacApp Release 15d1 product into a location of your choosing.  It is installed as a folder called 'Apple C++ Frameworks' and contains everything you need to developer MacApp-based applications for Mac OS 9 and Mac OS X.
  42479. This is a early development release and as such you should probably not utilize it for building final quality commercial applications.  This release contains the new CarbonPlus framework which provides convenient helper classes for working with sB
  42480. ome CoreFoundation components.
  42481. Installation on a 'Mac OS Extended' volume requires approximately 44MB of space (56 MB bytes used).   "Your mileage may vary."
  42482. Please be sure to read the License Agreement.
  42483. The Apple C++ Frameworks Team
  42484. July 27, 2000
  42485. Install MacApp R15d1K
  42486. Sep 00O7Dev.CD Nov 00 TC Disk 1:Tool Chest:MacApp:MacApp R15d1:P?Dev.CD Nov 00 TC Disk 1
  42487.  - Tool Chest
  42488.  - MacApp
  42489.  - MacApp R15d1 experimental instrumented InterfaceLib that was part of E.T.O. 22.
  42490. e    No Change
  42491. cardP
  42492. card-with-bridge-chi
  42493. cardbus
  42494. cardsR
  42495. cards&drivers
  42496. care{
  42497. careful
  42498. carefully
  42499. carole
  42500. carries
  42501. carry
  42502. cartwheels
  42503. cases
  42504. casey
  42505. casts
  42506. catalan
  42507. catalog
  42508. cataloged
  42509. sample
  42510. demonstrates
  42511. cd-romw
  42512. cd-rom-basedw
  42513. cdent
  42514. cdeve
  42515. cdevse
  42516. cdk's
  42517. celestial
  42518. celik
  42519. center
  42520. centered
  42521. centre
  42522. certain
  42523. certainly
  42524. certified
  42525. cfdata
  42526. 71955X
  42527. Nov 00^    TC Disk 1
  42528. --set theItem to choose file -- uncomment to test in an AS editor
  42529.     tell application "Finder"
  42530.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:MacApp:MacApp R15d1:"
  42531.         activate
  42532.     end tell
  42533. on error errMsg number errNum
  42534.     --enter statements to perform when no records are found such as...
  42535.     display dialog "Sorry, the item you selected could not be found."
  42536.     return
  42537. end try
  42538. e    No Change
  42539. /A(http://developer.apple.com/tools/macapp/
  42540. Dev.CD Nov 00 TC Disk 1
  42541. All Packages
  42542. New & RevisedF
  42543. MacApp Release 14
  42544. PbDev.CD Sep 97 RL
  42545.  - Technical Documentation
  42546.  - Toolbox Assistant
  42547.  - QuickView Databases-Standalonegs/incompatibilite
  42548. buildc
  42549. build/settings
  42550. builder
  42551. buildglfromwindow
  42552. q&a's
  42553. qdesign
  42554. qdesign
  42555. decompression
  42556. information
  42557. qdesign's
  42558. qdflushportbuffer
  42559. qdgraphics
  42560. qdmediacommon
  42561. qdmmaker
  42562. qdmmaker
  42563. sample
  42564. application
  42565. creates
  42566. movies
  42567. qdrawhandler
  42568. qdrawmhdlr
  42569. internals
  42570. simple
  42571. quicktime
  42572. application
  42573. dumps
  42574. qt3dtween
  42575. qt3dtween
  42576. sample
  42577. application
  42578. creates
  42579. quicktime
  42580. qtatoms
  42581. qtcanvas
  42582. qtdevwin
  42583. qteditmovie
  42584. qtflattentohandle
  42585. qtflattentohandle
  42586. defines
  42587. functions
  42588. illustrate
  42589. qtframestepper
  42590. qtframestepper
  42591. defines
  42592. functions
  42593. qtic-savvy
  42594. qtimagedrawer
  42595. qtjava
  42596. qtlib
  42597. qtmissingcomp
  42598. qtmissingcomp
  42599. illustrates
  42600. preferred
  42601. method
  42602. quicktime
  42603. qtmovie
  42604. N'MacApp, Framework, Object-oriented, C++8 TC
  42605.  - Programs & Marketing
  42606.  - Market & Distribution GuidesV
  42607. 70258X
  42608. May 98^
  42609. --set theItem to choose file -- uncomment to test in an AS editor
  42610.     tell application "Finder"
  42611.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:"
  42612.         activate
  42613.     end tell
  42614. on error errMsg number errNum
  42615.     --enter statements to perform when no records are found such as...
  42616.     display dialog "Sorry, the item you selected could not be found."
  42617.     return
  42618. end try
  42619. e    No Changeq
  42620. Dev.CD May 98 TC
  42621. 1D!All Packages
  42622. Mac OS SDK Edition
  42623. Interactive Corp Success Guide
  42624. Dear MacApp users!
  42625. First of all, I would like to introduce myself. My name is Ricardo Gonzalez, and I am the Application Frameworks Product Marketing Manager at Apple Computer (e.g. MacApp, OPF-OpenDoc Parts Framework, and potentially other future products). As you can imagine, I will be playing a key role in define future directions for MacApp and new plans regarding framework-based development tools that developers will use to incorporate new Apple technologies into their applications (
  42626. e.g. OpenDoc, AppleScript, etc.). In order to do that, I would like to get a sense of who is using MacApp in the market place, what applications are being developed with it (for commercial or in-house use), and what are your priorities in terms of support for specific features that we should take into consideration for future products.
  42627. I would like to ask each one of you, to please spend a couple of minutes filling the enclosed questionnaire regarding your company and the products develop
  42628. uO7Dev.CD Aug 00 TC Disk 1:Tool Chest:MacApp:MacApp R13u5:P?Dev.CD Aug 00 TC Disk 1
  42629.  - Tool Chest
  42630.  - MacApp
  42631.  - MacApp R13u5V
  42632. 71954X
  42633. Aug 00^    TC Disk 1
  42634. --set theItem to choose file -- uncomment to test in an AS editor
  42635.     tell application "Finder"
  42636.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:MacApp:MacApp R13u5:"
  42637.         activate
  42638.     end tell
  42639. on error errMsg number errNum
  42640.     --enter statements to perform when no records are found such as...
  42641.     display dialog "Sorry, the item you selected could not be found."
  42642.     return
  42643. end try
  42644. Deletedf$MacApp
  42645. Framework
  42646. Object-oriented
  42647. /A(http://developer.apple.com/tools/macapp/
  42648. Dev.CD Aug 00 TC Disk 1
  42649. All Packages
  42650. MacApp R15d1
  42651. 71955X
  42652.  Guide is based on an adaptation of relevant sections of the book to address the specific needs of the interactive media developer community.  It is intended to help you increase your potential for success through project
  42653.     EMonzalez
  42654. Application Frameworks Product Marketing Manager
  42655. Apple Computer, Inc.
  42656. MacApp Developer Survey
  42657. Nov 94O-Dev.CD Nov 99 TC:Tool Chest:Development Kits:P2Dev.CD Nov 99 TC
  42658.  - Tool Chest
  42659.  - Development Kitsuide was prepared specifically for Apple developers. The fundamental message of the book is 
  42660. performance breakthroughs can be achieved by applying interactive media in your company
  42661. s core business processes
  42662. , whereas the focus of the Success Guide is 
  42663. how Apple developerD{s can take advantage of the methodology provided in the book to sell interactive media solutions to the senior executives.
  42664. Interactive Corp Success Gd.pdfK
  42665. Jan 98M
  42666. Adobe Acrobat Reader 3.0NEreturn on investment, business processes, interactive media solutionsOqDev.CD Jan 98 SDK1:What's New:Technical Documentation:Interactive Media Resources:Interactive Corp Success Guide:
  42667. ed with MacApp. Please be as concrete as possible with your answers, so that I can analyze the feedback and be able to make concrete recommendations regarding our framework product strategy.
  42668. Please fill free to forward this document to any other developer, company, and/or integrator who you might know is using MacApp. Also, since many of you will prefer your answers to be kept confidential, please answer directly to me using one of the following mechanisms (e-mail is highly recommended):
  42669. -   AppleLink:  GONZALEZ3
  42670. -   Internet:   gonzalez3@applelink.apple.com
  42671. -   Fax:        (408) 974-9456
  42672. Yes, this will take a couple of minutes, but your feedback is very important and will help us understand more your needs and provide you with better tools to develop your applications. Please, do not leave this for tomorrow (unless you are in the process of shipping today your latest MacApp-based product!). This information is needed ASAP.
  42673. Thanks for your feedback.
  42674. Regards,
  42675. Ricardo G
  42676. N"Disk, Drive Setup, Aid,  utilitiesO
  42677. Dev.CD Oct 00 SDK1:Utilities:P
  42678. Dev.CD Oct 00 SDK1
  42679.  - UtilitiesV
  42680. 73016X
  42681. Oct 00^
  42682. r--set theItem to choose file -- uncomment to test in an AS editor
  42683.     tell application "Finder"
  42684.         open item "Dev.CD Oct 00 SDK1:Utilities:"
  42685.         activate
  42686.     end tell
  42687. on error errMsg number errNum
  42688.     --enter statements to perform when no records are found such as...
  42689.     display dialog "Sorry, the item you selected could not be found."
  42690.     return
  42691. end try
  42692. e    No Changef
  42693. Drive Setup
  42694.  utilitiesq
  42695. Dev.CD Oct 00 SDK1
  42696. All Packages
  42697. VBLSnippetIQA simple example of a persistent VBL written in C that works with 68K or PowerPC.J;VBLSnippet(PPC)
  42698. VBLSnippet.c
  42699. VBLSnippet.mcp
  42700. VBLSnippet.rsrcM!Process Manager (AKA MultiFinder)N
  42701. persistent VBL, periodic timeO9Dev.CD Nov 00 TC Disk 2:Sample Code:Processes:VBLSnippet:PADev.CD Nov 00 TC Disk 2
  42702.  - Sample Code
  42703.  - Processes
  42704.  - VBLSnippetV
  42705. 73017X
  42706. Nov 00^    TC Disk 2
  42707. e    No Change
  42708. ddvractions\
  42709.     Bjion on developing for QuickTime, please see the QuickTime web site, http://apple.com/quicktime/developers/
  42710. J English - 3.0.2
  42711. Japanese - 3.0.1K
  42712. Aug 94L
  42713. Aug 99N"QuickTime, video, streaming, audioOVDev.CD Apr 00 SDK1:Development Kits:Mac OS:QuickTime:QuickTime 3 Installers:Macintosh:PdDev.CD Apr 00 SDK1
  42714.  - Development Kits
  42715.  - Mac OS
  42716.  - QuickTime
  42717.  - QuickTime 3 Installers
  42718.  - Macintoshmp3
  42719. macintosh
  42720. powerbook
  42721. qualified
  42722. socket
  42723. applescript
  42724. toolkit
  42725. jdirect
  42726. appleevent
  42727. receive
  42728. multisync
  42729. multithreaded
  42730. mutable
  42731. native
  42732. needs
  42733. netsprocket
  42734. networkR
  42735. network
  42736. setup
  42737. network
  42738. preferences
  42739. dumpnetworksetup
  42740. networking
  42741. newgworldr
  42742. os-compatible@
  42743. others@
  42744. outlines@
  42745. package's@
  42746. paint@
  42747. paraphernalia@
  42748. particular@
  42749. pasmatit@
  42750. passwords@
  42751. patterns@
  42752. pdoc@
  42753. performa@
  42754. persisting@
  42755. photograph@
  42756. pieces@
  42757. platform@
  42758. plays@
  42759. plug-in@
  42760. pluses@
  42761. portable@
  42762. form@
  42763. power@
  42764. powerpc-based@
  42765. pre-print@
  42766. preparememoryforio@
  42767. presents@
  42768. prgeneral@
  42769. printer-specific@
  42770. privileges@
  42771. processes@
  42772. product@
  42773. profile@
  42774. programmer's@
  42775. programming@
  42776. programs@
  42777. projectdrag@
  42778. protocol's@
  42779. ktime
  42780. object
  42781. panorama
  42782. quickt@
  42783. quickdraw
  42784. calccmask
  42785. calcmask
  42786. seedcfill
  42787. seedfill
  42788. search
  42789. quickdraw
  42790. raster
  42791. imagewriter
  42792. halftone
  42793. dither
  42794. sample
  42795. code@
  42796. quicktime
  42797. sound
  42798. mixer
  42799. output
  42800. device
  42801. component@
  42802. quicktime
  42803. effect
  42804. custom@
  42805. quicktime
  42806. image
  42807. compression@
  42808. quicktime
  42809. sound
  42810. tween@
  42811. package
  42812. contains
  42813. drive
  42814. setup
  42815. v1.7.2
  42816. program
  42817. package
  42818. contains
  42819. processor
  42820. emulator
  42821. extensions
  42822. package
  42823. compatible
  42824. package
  42825. system
  42826. compatible
  42827. program
  42828. demonstrates
  42829. easily
  42830. capture
  42831. program
  42832. displays
  42833. memory
  42834. configuration
  42835. program
  42836. shows
  42837. pixmap
  42838. scale
  42839. program
  42840. shows
  42841. readlocation
  42842. function
  42843. release
  42844. keychain
  42845. focuses
  42846. password
  42847. storage
  42848. sample
  42849. application
  42850. demonstrates
  42851. serial
  42852. sample
  42853. accompanies
  42854. optimization
  42855. strategies
  42856. sample
  42857. creates
  42858. sprite
  42859. movie
  42860. containing
  42861. sprite
  42862. sample
  42863. demonstrates
  42864. quicktime
  42865. sprit
  42866. sample
  42867. illustrates
  42868. tracks
  42869. sample
  42870. illustrates
  42871. compress
  42872. decompress
  42873. 71953X
  42874. Nov 99^
  42875. --set theItem to choose file -- uncomment to test in an AS editor
  42876.     tell application "Finder"
  42877.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:"
  42878.         activate
  42879.     end tell
  42880. on error errMsg number errNum
  42881.     --enter statements to perform when no records are found such as...
  42882.     display dialog "Sorry, the item you selected could not be found."
  42883.     return
  42884. end try
  42885. Deletedq
  42886. Dev.CD Nov 99 TC
  42887. All Packages
  42888. MacApp R13u5 
  42889. MacApp Release 13 is a significant new release of the venerable MacApp application framework. It has been thoroughly modernized and enhanced in preparation for the computing demands of the next millennium. The advent of more capable C++ compilers has finally allowed the MacApp team to incorporate many new capabilities which you, the MacApp developers, have requested for months or years.
  42890. Install MacApp R13U5K
  42891. Apr 00L
  42892. Apr 00
  42893. A@Mac OS 8 or later.  68020 or better.  Mac OS X is not supported.
  42894. notesR
  42895. nothing
  42896. noticable
  42897. notice
  42898. noticed
  42899. notification
  42900. notifications
  42901. notifier
  42902. notifies
  42903. notify
  42904. notions
  42905. novell
  42906. november{
  42907. novice
  42908. nsa/commerce
  42909. nsarray
  42910. nshost
  42911. manager
  42912. library
  42913. plug-ins
  42914. network
  42915. administrator's
  42916. guide
  42917. second
  42918. edition
  42919. nsstring
  42920. nsthread
  42921. Apr 98L
  42922. Nov 99M
  42923. Any text editor.NDtext encoding, character set, Text Encoding Converter, font encodingO
  42924. Dev.CD Nov 99 TC:Sample Code:P
  42925. Dev.CD Nov 99 TC
  42926.  - Sample Code TC Disk 1:Sample Code:Interapplication Comm:IPCLister:"
  42927.         activate
  42928.     end tell
  42929. on error errMsg number errNum
  42930.     --enter statements to perform when no records are found such as...
  42931.     display dialog "Sorry, the item you selected could not be found."
  42932.     return
  42933. end try
  42934. e    No Changef7ICPListPorts
  42935. PPC Toolbox
  42936. PPCBrowser
  42937. network AppleEventsq
  42938. Dev.CD Nov 00 TC Disk 1
  42939. All Packages
  42940. Is PC Exchange InstalledIEThis snippet demonstrates the check for the existence of PC Exchange.JLIsPCExchangeInstalled(PPC)
  42941. IsPCExchangeInstalled.c
  42942. IsPCExchangeInstalled.mcpM
  42943. System 7.0N4File System Manager, PC Exchange, File Exchange, FSMOCDev.CD Nov 00 TC Disk 1:Sample Code:Files:Is PC Exchange Installed:PKDev.CD Nov 00 TC Disk 1
  42944.  - Sample Code
  42945.  - Files
  42946.  - Is PC Exchange InstalledV
  42947. 70262X
  42948. Nov 00^    TC Disk 1
  42949. e    No Change
  42950. Communications Toolbox
  42951. Contributed
  42952. Devices and Hardware
  42953. Files
  42954. Games
  42955. Graphics 2D
  42956. Graphics 3D
  42957. Help Systems
  42958. Human Interface Toolbox
  42959. Interapplication Comm
  42960. Memory
  42961. Networking
  42962. OS Utilities
  42963. Overview
  42964. Platforms and Tools
  42965. Printing
  42966. Processes
  42967. QuickTime
  42968. Runtime Architecture
  42969. Sound
  42970. This is all the IAC capable applications, plus all the PPC ports that have been open for other reasons (unless they were opened non-Network capable).
  42971. It's what the PPC browsers does, but this shows you how yoB2u can do it silently, without putting up a dialog.
  42972. JlIPCListCode.c
  42973. IPCListCode.h
  42974. IPCLister(PPC)
  42975. IPCLister.main.c
  42976. IPCLister.mcp
  42977. IPCLister.rsrc
  42978. Read Me 
  42979.  IPCListerM
  42980. System 7.0N:ICPListPorts, PPC Toolbox, PPCBrowser, network AppleEventsODDev.CD Nov 00 TC Disk 1:Sample Code:Interapplication Comm:IPCLister:PLDev.CD Nov 00 TC Disk 1
  42981.  - Sample Code
  42982.  - Interapplication Comm
  42983.  - IPCLister
  42984. Builds a Windows menu for your application.
  42985. These three files go in your ".r" and your override of TApplication. At first I thought that creating lists, walking the Window Manager list and so forth every time through DoSetupMenus() would take way too much time. The fact is that it doesn
  42986. t. The only serious problem with this technique is that it
  42987. makes use of the rather obscure fact that MacApp puts a reference to the parent TWindow in the refCon field of each Window Manager window. I don
  42988. " consider the fact that it walks the Window Manager window list a problem since that list is documentedin Inside Mac. 
  42989. The biggest advantage of this technique is that it requires no additional support from the TWindows or from the TApplication. Once you put it in you can forget about it.
  42990. J;Windows Menu Doc
  42991. WindowsMenu.cp
  42992. WindowsMenu.h
  42993. WindowsMenu.rM
  42994. MacAppOLDev.CD Nov 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:Windows Menu:
  42995. N*MacApp, tear-off, floating window, Windoid9
  42996. All Packages
  42997. System 7 Tune-UpO
  42998. Dev.CD Sept 92
  42999. Dev.CD Aug 92P
  43000. Dev.CD Sept 92
  43001. Dev.CD Aug 9V
  43002. 72646X
  43003. Sept 9
  43004. q--set theItem to choose file -- uncomment to test in an AS editor
  43005.     tell application "Finder"
  43006.         open item "Dev.CD Sept 92
  43007. Dev.CD Aug 92"
  43008.         activate
  43009.     end tell
  43010. on error errMsg number errNum
  43011.     --enter statements to perform when no records are found such as...
  43012.     display dialog "Sorry, the item you selected could not be found."
  43013.     return
  43014. end try
  43015. All Packages
  43016. System 7 Tune-UpO
  43017. Dev.CD Sept 92
  43018. Dev.CD Aug 92P
  43019. Dev.CD Sept 92
  43020. Dev.CD Aug 9V
  43021. 72647X
  43022. Sept 9
  43023. q--set theItem to choose file -- uncomment to test in an AS editor
  43024.     tell application "Finder"
  43025.         open item "Dev.CD Sept 92
  43026. Dev.CD Aug 92"
  43027.         activate
  43028.     end tell
  43029. on error errMsg number errNum
  43030.     --enter statements to perform when no records are found such as...
  43031.     display dialog "Sorry, the item you selected could not be found."
  43032.     return
  43033. end try
  43034. --set theItem to choose file -- uncomment to test in an AS editor
  43035.     tell application "Finder"
  43036.         open item "Dev.CD Apr 94
  43037. Dev.CD Jan 94
  43038. Dev.CD Oct 93
  43039. Dev.CD Jul 93
  43040. Dev.CD Apr 93"
  43041.         activate
  43042.     end tell
  43043. on error errMsg number errNum
  43044.     --enter statements to perform when no records are found such as...
  43045.     display dialog "Sorry, the item you selected could not be found."
  43046.     return
  43047. end try
  43048. outdated
  43049. outer
  43050. outgoing
  43051. outline
  43052. outlined
  43053. OZDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:SGCapture2Disk:PhDev.CD Nov 00 TC Disk 2
  43054.  - Sample Code
  43055.  - QuickTime
  43056.  -  All Java
  43057.  - QuickTime for Java
  43058.  - SGCapture2DiskV
  43059. 72542X
  43060. Nov 00^    TC Disk 2
  43061. --set theItem to choose file -- uncomment to test in an AS editor
  43062.     tell application "Finder"
  43063.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:SGCapture2Disk:"
  43064.         activate
  43065.     end tell
  43066. on error errMsg number errNum
  43067.     --enter statements to perform when no records are found such as...
  43068.     display dialog "Sorry, the item you selected could not be found."
  43069.     return
  43070. end try
  43071. e    No Changef
  43072. QuickTime
  43073. Dev.CD Nov 00 TC Disk 2
  43074. All Packages
  43075. ShadingWinds
  43076. 72543X
  43077. isppptesttools
  43078. isptest
  43079. isptest
  43080. powerplant
  43081. isptest
  43082. powerplant
  43083. isptest
  43084. isptestglobals
  43085. isptestglobals
  43086. isptestglobals
  43087. isptestmain
  43088. isptestmain
  43089. 71952X
  43090. Nov 99^
  43091. r--set theItem to choose file -- uncomment to test in an AS editor
  43092.     tell application "Finder"
  43093.         open item "Dev.CD Nov 99 TC:Sample Code:"
  43094.         activate
  43095.     end tell
  43096. on error errMsg number errNum
  43097.     --enter statements to perform when no records are found such as...
  43098.     display dialog "Sorry, the item you selected could not be found."
  43099.     return
  43100. end try
  43101. DeletedfAtext encoding
  43102. character set
  43103. Text Encoding Converter
  43104. font encodingq
  43105. Dev.CD Nov 99 TC
  43106. tD!All Packages
  43107. Tool Chest Edition
  43108. MacApp Developer Survey
  43109.     70263X
  43110. Nov 00^    TC Disk 2
  43111. --set theItem to choose file -- uncomment to test in an AS editor
  43112.     tell application "Finder"
  43113.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:IsImageWriter:"
  43114.         activate
  43115.     end tell
  43116. on error errMsg number errNum
  43117.     --enter statements to perform when no records are found such as...
  43118.     display dialog "Sorry, the item you selected could not be found."
  43119.     return
  43120. end try
  43121. BigEasy
  43122. InstrumenPicker Test
  43123. Instrument Editor
  43124. Instrument Editor
  43125. Instrument Editor
  43126. .rsrc
  43127. Instrument Picker Test
  43128. Instrument Picker Test
  43129. .rsrc
  43130. QTMusic Sample Keyboards
  43131. QTMusic Sample Keyboards
  43132. QTMusic Sample Keyboards
  43133. .rsrc
  43134. QTMusic Sample Sequencer
  43135. QTMusic Sample Sequencer
  43136. Sample Code README
  43137. Instrument Editor
  43138. Instrument Picker Test
  43139. QTMusic Sample Keyboards
  43140. QTMusic Sample Sequencer
  43141. QTMusic Test Sequences
  43142. M    QuickTimeN
  43143. QuickTime, musicOIDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:QTMusicToo:PTDev.CD Nov 00 TC Disk 2
  43144.  - Sample Code
  43145.  - QuickTime
  43146.  - Music and Sound
  43147.  - QTMusicToo_
  43148. This package consists of text files that provide information about the various text encodings used for different languages in the Mac OS, including tables showing how the characters in each encoding are mapped to Unicode by the Text Encoding Converter.
  43149. 1 ReadMe file describing general mapping principles and listing all of the Mac OS text encodings.
  43150. 1 file describing Apple
  43151. s use of the Unicode private use area.
  43152. 24 files - one for each encoding - providing specific information about that B
  43153. encoding and specifying the encoding by showing how it maps to Unicode.
  43154. The text encodings and/or the mappings may change from time to time. Changes to a file are noted in a change history at the beginning of the file.
  43155. Apr 98L
  43156. Nov 99
  43157. lications. They will simply be able to provide components that transparently interoperate with the other parts of the system. 
  43158. As always, this architecture, like Apple's QuickTime, provides complete system level interoperability ensuring ease-of-use and true plug-and-play operation. 
  43159. Sample code showing how to create a QuickTime
  43160.  IC-savvy application, as well as sample code showing how to create a panel component.  Complete API documentation is included as well.
  43161. Mac OS-only at this time
  43162. , SDK includes components which allow QTIC-savvy applications to deal with QuickTake 150 and 200 digital cameras. Applications will work with other cameras, if the vendor provides a QuickTime IC camera component.
  43163. Does not work with the original Apple QuickTake 100 digital camera.
  43164. JbDocumentation:
  43165. Interfaces&Libraries:
  43166. QuickTime
  43167.  IC SDK 1.0 contents
  43168. Sample Code:
  43169. Supporting Files:K
  43170. Jul 97ODDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime
  43171.  IC SDK 1.01:
  43172. Application Files
  43173. Building QT Samples
  43174. Common Files
  43175. QTTimeCode 68k
  43176. QTTimeCode 68k.mcp
  43177. QTTimeCode PPC
  43178. QTTimeCode PPC.mcp
  43179. QTTimeCode Win.mcp
  43180. QTTimeCode.c
  43181. QTTimeCode.exe
  43182. QTTimeCode.h
  43183. QTTimeCode.mak
  43184. QTTimeCode.r
  43185. READMEM
  43186. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  43187. N*QuickTime, Timecode, Track, Media, HandlerOCDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:TimeCodes:QTTimeCode:PNDev.CD Nov 00 TC Disk 2
  43188.  - Sample Code
  43189.  - QuickTime
  43190.  - TimeCodes
  43191.  - QTTimeCodeV
  43192. 72263X
  43193. Nov 00^    TC Disk 2
  43194. e    No Change
  43195. atformid
  43196. video
  43197. playback
  43198. player
  43199. playing
  43200. playing
  43201. audio
  43202. plist
  43203. plotting
  43204. plug-in
  43205. plug-ins
  43206. plugin
  43207. pmforecolor
  43208. pmtable
  43209. point
  43210. polymorphic
  43211. polymorphic
  43212. functions
  43213. popup
  43214. printing
  43215. processN
  43216. seamlessly
  43217. searchj
  43218. searched
  43219. searchesy
  43220. searchingy
  43221. searchproc
  43222. searchprocs
  43223. second_
  43224. secondly
  43225. seconds
  43226. secret
  43227. secretary
  43228. secrets
  43229. section{
  43230. sectionreport
  43231. sections
  43232. sector
  43233. sectors
  43234. secure
  43235. securely
  43236. security
  43237. sedit
  43238. installer
  43239. 4.0.8
  43240. installer
  43241. drivers
  43242. installer
  43243. licensing
  43244. installer
  43245. 1.2.3
  43246. installer
  43247. source
  43248. installers
  43249. installing
  43250. installing
  43251. opendoc
  43252. instance
  43253. instance
  43254. variable
  43255. instance
  43256. variables
  43257. instructions
  43258. instrumenpicker
  43259. instrumenpicker
  43260. instrument
  43261. instrument
  43262. editor
  43263. instrument
  43264. editor
  43265. instrument
  43266. picker
  43267. instrument
  43268. picker
  43269. instrumentation
  43270. instrumentation
  43271. stuff
  43272. media
  43273. writer
  43274. resources
  43275. int'l
  43276. int'l
  43277. contacts
  43278. integrated
  43279. integrated
  43280. quicktime
  43281. commQ
  43282. interfaceQ
  43283. interfacelib
  43284. interfaces
  43285. interfaces
  43286. libraries
  43287. interfaces&libraries
  43288. Jan 98M
  43289. Adobe Acrobat Reader 3.0N'WebObjects, OPENSTEP, Memory ManagementO-Dev.CD Feb 00 TC:Interactive Media Resources:P/Dev.CD Feb 00 TC
  43290.  - Interactive Media Resources
  43291. rs or PowerPC microprocessors.You also need System 7.5 or later, a minimum of 8 MB of RAM (16 MB is strongly recommended) and at least 7 MB of free disk space.
  43292. This software is being made available to Apple Developers only and is not for public distribution. We are finishing work on MRJ 1.0.1 and the Software Development Kit (SDK) and expect to post them to <http://applejava.apple.com/> by the end of March 1997.  See the document "About this Pre-Release of MRJ" for details.
  43293. About this Pre-Release of MRJ
  43294. MRJ 1.0.1b1c2 Installer:
  43295. MRJ SDK Installer 1.0.1b1c2
  43296. Pre-Release MRJ JITC:
  43297. Updated Documentation:K
  43298. May 97OFDev.CD Nov 99 TC:What's New?:Development Kits:Mac OS Runtime for Java:PNDev.CD Nov 99 TC
  43299.  - What's New?
  43300.  - Development Kits
  43301.  - Mac OS Runtime for Java
  43302. powerpc-based
  43303. powerpc-only
  43304. powerpc-savvy
  43305. powerplant
  43306. powers
  43307. powertalk{
  43308. powertalk-savvy
  43309. powertracer
  43310. pparameter
  43311. ppc/appleevent
  43312. practical
  43313. practice
  43314. practices
  43315. pre-7.0
  43316. pre-7.5
  43317. pre-defined
  43318. pre-emptively
  43319. pre-installed
  43320. pre-mac
  43321. pre-measured
  43322. pre-mixer
  43323. predefined
  43324. predetermined
  43325. predicates
  43326. predictable
  43327. prediction
  43328. preemptive
  43329. preexisting
  43330. prefer
  43331. preference
  43332. preferences
  43333. preferred
  43334. preflightgl
  43335. prefs
  43336. preliminary
  43337. preloaded
  43338. premastering
  43339. premier
  43340. premierey
  43341. preparation
  43342. prepare
  43343. prepared
  43344. --set theItem to choose file -- uncomment to test in an AS editor
  43345.     tell application "Finder"
  43346.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Devices:NuBus/Slot Manager:Slots"
  43347.         activate
  43348.     end tell
  43349. on error errMsg number errNum
  43350.     --enter statements to perform when no records are found such as...
  43351.     display dialog "Sorry, the item you selected could not be found."
  43352.     return
  43353. end try
  43354. interleave
  43355. interleave
  43356. dimmer2effect
  43357. dimmer2effect
  43358. dimmer2effect68k
  43359. dimmer2effectppc
  43360. diractive
  43361. direct
  43362. direct
  43363. pixel
  43364. access
  43365. direct
  43366. pixel
  43367. access
  43368. direct
  43369. pixel
  43370. access
  43371. directhit
  43372. directhit
  43373. videobottlenecks
  43374. videotape
  43375. vidoutapp
  43376. view]
  43377. viewed
  43378. viewer
  43379. viewing_
  43380. views
  43381. vigorously
  43382. vincent
  43383. virtualV
  43384. virtual
  43385. primary
  43386. apple
  43387. computer
  43388. virtually{
  43389. viruses
  43390. visibility
  43391. visible
  43392. visigenic
  43393. vision
  43394. ptest
  43395. powerplant
  43396. isptest
  43397. isptestglobals
  43398. isptestglobals
  43399. isptestglobals
  43400. isptestmain
  43401. isptestmain
  43402. OWDev.CD Nov 00 TC Disk 1:Tool Chest:Devices:NuBus/Slot Manager:ROM Build/Download 3.2.4:PbDev.CD Nov 00 TC Disk 1
  43403.  - Tool Chest
  43404.  - Devices
  43405.  - NuBus/Slot Manager
  43406.  - ROM Build/Download 3.2.4V
  43407. 72491X
  43408. Nov 00^    TC Disk 1
  43409. --set theItem to choose file -- uncomment to test in an AS editor
  43410.     tell application "Finder"
  43411.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Devices:NuBus/Slot Manager:ROM Build/Download 3.2.4:"
  43412.         activate
  43413.     end tell
  43414. on error errMsg number errNum
  43415.     --enter statements to perform when no records are found such as...
  43416.     display dialog "Sorry, the item you selected could not be found."
  43417.     return
  43418. end try
  43419. e    No ChangefuSlot
  43420. Slot Manager
  43421. Slot Mgr.
  43422. Declaration
  43423. configuration
  43424. configuration ROM
  43425. NuBus
  43426.  CRCPatch
  43427. CRCCalc
  43428. tjs commq
  43429. Dev.CD Nov 00 TC Disk 1
  43430. All Packages
  43431. ROMResourceDump
  43432. 72492X
  43433. systemv
  43434. system
  43435. related
  43436. system
  43437. additions
  43438. system
  43439. folder
  43440. items
  43441. runtime
  43442. architectures
  43443. encodings
  43444. samplecode
  43445. samplecode
  43446. previous
  43447. specific
  43448. files
  43449. system
  43450. alias
  43451. macapp
  43452. macapp
  43453. cdent
  43454. stuff
  43455. macapp
  43456. developer
  43457. survey
  43458. macappclassmeth
  43459. macapplication
  43460. macapplication
  43461. macapplication
  43462. macapplication
  43463. macappprogguide
  43464. macbinary
  43465. macbinary-ii-conf
  43466. macbinary-ii-conf2
  43467. macbinary-ii-standar
  43468. macbinary-standard
  43469. maccalendar
  43470. macdebugprefixl
  43471. macdebugprefix
  43472. macframework
  43473. macframework
  43474. macframework
  43475. macframework
  43476. macgamma
  43477. macgamma
  43478. macgamma
  43479. macgamma
  43480. macgamma
  43481. macgamma
  43482. macguide
  43483. macguide
  43484. machack
  43485. machineloc
  43486. machineloc
  43487. macincludes
  43488. macincludes
  43489. macincludes
  43490. 71951X
  43491. Nov 99^
  43492. --set theItem to choose file -- uncomment to test in an AS editor
  43493.     tell application "Finder"
  43494.         open item "Dev.CD Nov 99 TC:What's New?:Development Kits:Mac OS Runtime for Java:"
  43495.         activate
  43496.     end tell
  43497. on error errMsg number errNum
  43498.     --enter statements to perform when no records are found such as...
  43499.     display dialog "Sorry, the item you selected could not be found."
  43500.     return
  43501. end try
  43502. Deletedq
  43503. Dev.CD Nov 99 TC
  43504. sD!All Packages
  43505. Tool Chest Edition
  43506. Mac OS Text Encodings
  43507. 68k-based
  43508. 7-bit
  43509. 7-specific
  43510. 7.0.0
  43511. 7.0.3
  43512. 7.0foN
  43513. 7.0fo
  43514. after
  43515. module
  43516. which
  43517. demonstrates
  43518. 7.1.2
  43519. 73007200/1207200/906
  43520. 730513255
  43521. 7editO
  43522. architectures
  43523. archivez
  43524. archivecontent
  43525. archivecontent
  43526. archivedV
  43527. arperations
  43528. arperations
  43529. arperations
  43530. arpsample
  43531. arpsample
  43532. arpsample
  43533. arpsampleshell
  43534. arpsampleshell
  43535. artwork
  43536. authenticator
  43537. authenticator
  43538. authenticator
  43539. market
  43540. guide
  43541. asian
  43542. n 2.0 or greater, System 7.N0Tool, Virtual User, External Tool, V.U., VU, IvyOJDev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:PRDev.CD Nov 00 TC Disk 1
  43543.  - Tool Chest
  43544.  - Testing & Debugging
  43545.  - Virtual User tools
  43546. plays
  43547. playsound
  43548. playthrough
  43549. playvideo
  43550. playvideo
  43551. sample
  43552. which
  43553. makes
  43554. requestvideo
  43555. please_
  43556. pleased
  43557. plethora
  43558. plug-and-play
  43559. Deletedf
  43560. Mac OS Runtime Architectureq
  43561. Dev.CD Dec 99 RL
  43562. rD!All Packages
  43563. Tool Chest Edition
  43564. F!Mac OS Runtime for Java 1.0.1b1c2
  43565. Summary:  Mac OS Runtime for Java (MRJ) is Apple
  43566. s implementation of the Java runtime environment from Sun Microsystems, Inc. With MRJ, Mac OS applications can use Java applets and applications.
  43567. MRJ 1.0.1 implements version 1.0.2 of Sun
  43568. s Java. MRJ 1.0.1 includes Apple Applet Runner, a standalone application that runs Java applets, and Apple Applet Viewer, an OpenDoc viewer you use to put Java applets into OpenDoc documents. 
  43569. MRJ 1.0.1 works on computers with 68030 or 68040 microprocessoend try
  43570. Movedf;QuickDraw GX raster ImageWriter Halftone Dither Sample Codeq
  43571. Dev.CD Nov 00 TC Disk 1
  43572. All Packages
  43573. Japanese Language KitOTDev.CD May 97 TC
  43574. Dev.CD Nov 96 TC
  43575. Dev.CD Aug 96 TC
  43576. Dev.CD May 96 TC
  43577. Dev.CD Feb 96 TCPSDev.CD May 97 TC
  43578. Dev.CD Nov 96 TC
  43579. Dev.CD Aug 96 TC
  43580. Dev.CD May 96 TC
  43581. Dev.CD Feb 96 TV
  43582. 70269X
  43583. May 97
  43584. --set theItem to choose file -- uncomment to test in an AS editor
  43585.     tell application "Finder"
  43586.         open item "Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:"
  43587.         activate
  43588.     end tell
  43589. on error errMsg number errNum
  43590.     --enter statements to perform when no records are found such as...
  43591.     display dialog "Sorry, the item you selected could not be found."
  43592.     return
  43593. end try
  43594. --set theItem to choose file -- uncomment to test in an AS editor
  43595.     tell application "Finder"
  43596.         open item "Dev.CD Jan 94
  43597. Dev.CD Oct 93
  43598. Dev.CD Jul 93
  43599. Dev.CD Apr 93
  43600. Dev.CD Mar 93
  43601. Dev.CD Feb 93
  43602. Dev.CD Jan 93
  43603. Dev.CD Nov/Dec 92"
  43604.         activate
  43605.     end tell
  43606. on error errMsg number errNum
  43607.     --enter statements to perform when no records are found such as...
  43608.     display dialog "Sorry, the item you selected could not be found."
  43609.     return
  43610. end try
  43611. quicktime
  43612. compression
  43613. quicktime
  43614. dithering
  43615. compression
  43616. quicktime
  43617. compression
  43618. Mac OS 9.0
  43619. Mac OS 9 is the ultimate upgrade for anyone on the Internet or anyone who wants to be. With more than 50 powerful new features, Mac OS 9 offers a full suite of capabilities for new and advanced users. Technologies  include  Sherlock 2, AppleScript, QuickTime, ColorSync, DVD, Digital Video, USB, FireWire, Open GL, Game Sprockets and more.
  43620. Localized releases of Mac OS 9 may be found on the October, November, and December 1999 System Software Editions in the following languages: Chinese (Sim May 94
  43621. Dev.CD Feb 94
  43622. Dev.CD Oct 93
  43623. Dev.CD Jun 93
  43624. Dev.CD May 93PDDev.CD May 94
  43625. Dev.CD Feb 94
  43626. Dev.CD Oct 93
  43627. Dev.CD Jun 93
  43628. Dev.CD May 9V
  43629. 70271X
  43630. May 94
  43631. macapp
  43632. macapp
  43633. release
  43634. significant
  43635. release
  43636. venera
  43637. macapp
  43638. release
  43639. continues
  43640. tradition
  43641. modernization
  43642. macapp-based]
  43643. macbinary
  43644. macbinary-ii-standar
  43645. macbinary-standard
  43646. macbug
  43647. maccalendar
  43648. maccheck
  43649. macctb
  43650. macfilesigning
  43651. macframework
  43652. macgamma
  43653. macgamma
  43654. their
  43655. application
  43656. macintosh
  43657. powerbook
  43658. series
  43659. developer
  43660. 71949X
  43661. Oct 99^
  43662. g--set theItem to choose file -- uncomment to test in an AS editor
  43663.     tell application "Finder"
  43664.         open item "Dev.CD Oct 99 SSW:"
  43665.         activate
  43666.     end tell
  43667. on error errMsg number errNum
  43668.     --enter statements to perform when no records are found such as...
  43669.     display dialog "Sorry, the item you selected could not be found."
  43670.     return
  43671. end try
  43672. Mac OS 9q
  43673. Dev.CD Oct 99 SSW
  43674. qD(All Packages
  43675. Reference Library Edition
  43676. Mac OS Runtime ArchitecturesI
  43677. This book describes the Mac OS runtime architecture based upon the Code Fragment Manager (CFM) as well as the original classic 68K runtime architecture.JQDisplay Device Driver Guide
  43678. Mac OS Runtime Architectures
  43679. Read Me - Other SSW DocsK
  43680. Oct 97M
  43681. Adobe AcrobatN
  43682. Mac OS Runtime ArchitectureO@Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:PEDev.CD Dec 99 RL
  43683.  - Technical Documentation
  43684.  - More SSW DocumentationV
  43685. 71950X
  43686. Dec 99^
  43687.     Bqplified and Traditional),Dutch, English, Finnish, French, German, Italian, Japanese, Korean, Norwegian, Swedish.
  43688. A5Requires: Disk Copy 6.3.3, 300MB free hard disk space
  43689. Mac OS 9
  43690. Dev.CD Oct 99 SSW:P
  43691. Dev.CD Oct 99 SSWcted could not be found."
  43692.     return
  43693. end try
  43694. Feb 00
  43695. - Common
  43696.     - Sun Compliant Java Runtime Environment 1.1
  43697.     - QuickTime 3 
  43698.     - QTJava.zip
  43699.     - QTJava media samples
  43700. - Mac OS:
  43701.     - System 8 or later
  43702.     - Macintosh Runtime for Java (MRJ) 2.1
  43703. - Windows 95, 98, or NT::
  43704.     - JRE/JDK from Sun Microsystems, Inc. recommended
  43705. QuickTime, Java, MRJONDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:Java Drawing:PYDev.CD Nov 00 TC Disk 2
  43706.  - Sample Code
  43707.  - QuickTime
  43708.  - QuickTime for Java
  43709.  - Java DrawingV
  43710. 70273X
  43711. Nov 00^    TC Disk 2
  43712. e    No Change
  43713. light
  43714. light-weight
  43715. lightening
  43716. lighter
  43717. lights
  43718. likely
  43719. likewise
  43720. liking
  43721. limit
  43722. limitation
  43723. limitations
  43724. limitedy
  43725. limiting
  43726. lindenberg
  43727. linton
  43728. lipton
  43729. lisez-moi
  43730. lisp{
  43731. listf
  43732. high-visibility
  43733. higher
  43734. higher-quality
  43735. highest
  43736. highlighting
  43737. highlights{
  43738. highlited
  43739. highly
  43740. highly-successful
  43741. hilighted
  43742. hilighting
  43743. hilite
  43744. hindi
  43745. d try
  43746. J8Read Me First
  43747. Read Me First.txt
  43748. Sources
  43749. Testing
  43750. VUMetersK
  43751. Jan 94MHQuadra AV or other system with ARTA DSP (AT&T DSP 3210) system installedN:VUMeter, sound level meters, ARTA sample code, volume unitO>Dev.CD Nov 00 TC Disk 1:Tool Chest:Hardware:AV Tools:VUMeters:PIDev.CD Nov 00 TC Disk 1
  43752.  - Tool Chest
  43753.  - Hardware
  43754.  - AV Tools
  43755.  - VUMetersV
  43756. 73043X
  43757. Nov 00^    TC Disk 1
  43758. --set theItem to choose file -- uncomment to test in an AS editor
  43759.     tell application "Finder"
  43760.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Hardware:AV Tools:VUMeters:"
  43761.         activate
  43762.     end tell
  43763. on error errMsg number errNum
  43764.     --enter statements to perform when no records are found such as...
  43765.     display dialog "Sorry, the item you selected could not be found."
  43766.     return
  43767. end try
  43768. e    No Changef7VUMeter
  43769. sound level meters
  43770. ARTA sample code
  43771. volume unitq
  43772. Dev.CD Nov 00 TC Disk 1
  43773. All Packages
  43774. Wake100V
  43775. 73044X
  43776. Mac Logo
  43777. To support the sales of Mac products, Apple, in conjunction with our worldwide channel partners, is launching an aggressive campaign to ensure customers can easily locate Mac products on retail shelves through the prominent display of the NEW Mac platform logo. We know you
  43778. ll want to capitalize on this renewed interest in the Mac platform and make your products stand out to the millions of customers who want to buy Mac products. Getting involved is simple:
  43779.   1. Obtain the NEW Mac platform rNum
  43780.     --enter statements to perform when no records are found such as...
  43781.     display dialog "Sorry, the item you selected could not be found."
  43782.     return
  43783. end try
  43784. e    No ChangefgJava
  43785. streaming server
  43786. MPEG Audio
  43787. broadcasting
  43788. multithreaded networking
  43789. parsing MPEG
  43790. ID3 data formato&http://developer.apple.com/samplecode/q
  43791. Dev.CD Nov 00 TC Disk 1
  43792. All Packages
  43793. JavaSpritesV
  43794. 70275X
  43795. --set theItem to choose file -- uncomment to test in an AS editor
  43796.     tell application "Finder"
  43797.         open item "Dev.CD Apr 94
  43798. Dev.CD Jan 94
  43799. Dev.CD Oct 93
  43800. Dev.CD Jul 93
  43801. Dev.CD Apr 93"
  43802.         activate
  43803.     end tell
  43804. on error errMsg number errNum
  43805.     --enter statements to perform when no records are found such as...
  43806.     display dialog "Sorry, the item you selected could not be found."
  43807.     return
  43808. end try
  43809. ntricacies
  43810. intrinsic
  43811. Summary:  The Thread Manager is a System 7 Extension which allows applications to make use of multithreading within their application context on all Macintosh platforms. Version 2.1 supports both 68K and PowerPC applications.
  43812. Thread Manager Features:
  43813.  The Thread Manager is supported by Apple Computer
  43814.  Is a real live Macintosh Toolbox Manager, supported in System Software.
  43815.  Allows an application process to be broken into simple
  43816. subprocesses that proceed concurrently in the same overall 
  43817. application context.
  43818.  Easy-to-use
  43819.  programming interface
  43820.  Documentation is less than 2" thick
  43821.  Fast context switch times (does not BlockMove thread stacks like the old Threads library does)
  43822.  You can pass parameters on the stack (due to the above reason)
  43823.  Threads can have custom in/out context handlers
  43824.  Useful sample code provided
  43825.  Useful sample libraries provided
  43826.  Useful debugging tools provided
  43827. Issues:  Read the file 'Software Licensing Info' for information on contacting the App
  43828. Apr 94
  43829. p--set theItem to choose file -- uncomment to test in an AS editor
  43830.     tell application "Finder"
  43831.         open item "Dev.CD Apr 94
  43832. Dev.CD Jan 94"
  43833.         activate
  43834.     end tell
  43835. on error errMsg number errNum
  43836.     --enter statements to perform when no records are found such as...
  43837.     display dialog "Sorry, the item you selected could not be found."
  43838.     return
  43839. end try
  43840. All Packages
  43841. System Enabler 065 (LC 575)O
  43842. Dev.CD Apr 94P
  43843. Dev.CD Apr 9V
  43844. 72795X
  43845. Apr 94
  43846. b--set theItem to choose file -- uncomment to test in an AS editor
  43847.     tell application "Finder"
  43848.         open item "Dev.CD Apr 94"
  43849.         activate
  43850.     end tell
  43851. on error errMsg number errNum
  43852.     --enter statements to perform when no records are found such as...
  43853.     display dialog "Sorry, the item you selected could not be found."
  43854.     return
  43855. end try
  43856. All Packages
  43857. System Enabler 065 (LC 575)O
  43858. Dev.CD Apr 94
  43859. Dev.CD Jan 94P
  43860. Dev.CD Apr 94
  43861. Dev.CD Jan 9V
  43862. 72796X
  43863. Apr 94
  43864. ewccursor
  43865. J8The Snarfer
  43866. The Snarfer Read Me
  43867. The Snarfer User's GuideK
  43868. Jul 92MCAny Macintosh (starting from Mac Plus) running system 6.0 or later.O/Dev.CD Nov 99 TC:Tool Chest:Networking:Snarfer:P7Dev.CD Nov 99 TC
  43869.  - Tool Chest
  43870.  - Networking
  43871.  - Snarferdemo
  43872. suite
  43873. source
  43874. demoextractor
  43875. demotext
  43876. demotext
  43877. mamake
  43878. demotext
  43879. demotextdump
  43880. demotextdump
  43881. denmark
  43882. denmark
  43883. distributors/localiz
  43884. design
  43885. design
  43886. reuse
  43887. designforrobustness
  43888. designforrobustness
  43889. deskpat
  43890. deskpat
  43891. deskpat
  43892. deskpat
  43893. deskpat
  43894. desktopsprites
  43895. desktopsprites
  43896. desktopsprites
  43897. desktopsprites
  43898. desktopsprites
  43899. All Packages
  43900. QuickDraw 3DO
  43901. Dev.CD Jan 96 SSWP
  43902. Dev.CD Jan 96 SSV
  43903. 72268X
  43904. Jan 96
  43905. f--set theItem to choose file -- uncomment to test in an AS editor
  43906.     tell application "Finder"
  43907.         open item "Dev.CD Jan 96 SSW"
  43908.         activate
  43909.     end tell
  43910. on error errMsg number errNum
  43911.     --enter statements to perform when no records are found such as...
  43912.     display dialog "Sorry, the item you selected could not be found."
  43913.     return
  43914. end try
  43915. All Packages
  43916. QuickDraw 3DO
  43917. Dev.CD Jan 96 SSWP
  43918. Dev.CD Jan 96 SSV
  43919. 72269X
  43920. Jan 96
  43921. f--set theItem to choose file -- uncomment to test in an AS editor
  43922.     tell application "Finder"
  43923.         open item "Dev.CD Jan 96 SSW"
  43924.         activate
  43925.     end tell
  43926. on error errMsg number errNum
  43927.     --enter statements to perform when no records are found such as...
  43928.     display dialog "Sorry, the item you selected could not be found."
  43929.     return
  43930. end try
  43931. All Packages
  43932. QuickDraw 3DO
  43933. Dev.CD Jan 96 SSWV
  43934. 72270X
  43935. logo and NEW guidelines for its use. 
  43936.   2. Identify all your retail products with this small, yet powerful icon.
  43937. Developer commitment to providing the new Mac logo with wide scale, high profile visibility in combination with aggressive Apple-sponsored channel programs will increase overall sales of Macintosh products. Apple is working with our channel partners to ensure that packages with the Mac logo are prominently displayed and effectively merchandised. The goal of this campaign is to 
  43938. build a stronger, more financially secure Mac community that will continue to thrive for many years.
  43939. Some of the planned activities to support this campaign include:
  43940.  Retail End Caps, POP, ROP and Pre-Print Exposure 
  43941.  In-Store Merchandising Programs and Promotion
  43942.  Wholesale Distribution Programs
  43943.  Magazine Advertising Campaigns
  43944.  Mail-Order Catalog Programs and Promotions
  43945.  Apple Online Store Programs and Promotions 
  43946. To be considered for inclusion in these exciting, high-v
  43947. bisibility programs, your products must have the Mac logo appropriately displayed on your products
  43948.  packaging as outlined on the guidelines. The Mac logo guidelines are included on this Developer CD. For more information, please see our web site at <http://developer.apple.com/mkt/maclogo.html> or contact our Licensing department at sw.license@apple.com.
  43949. JJClent Richardson Message.pdf
  43950. Mac Logo Art:
  43951. Mac Logo Guidelines:
  43952. NewMacLogoK
  43953. Jan 99N
  43954. Apple, Logo, MacO
  43955. Dev.CD Jan 99 SDK1:Mac Logo:P
  43956. Dev.CD Jan 99 SDK1
  43957.  - Mac Logo
  43958. OMDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:TimeSlaving:PXDev.CD Nov 00 TC Disk 2
  43959.  - Sample Code
  43960.  - QuickTime
  43961.  - QuickTime for Java
  43962.  - TimeSlavingV
  43963. 72988X
  43964. Nov 00^    TC Disk 2
  43965. --set theItem to choose file -- uncomment to test in an AS editor
  43966.     tell application "Finder"
  43967.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:TimeSlaving:"
  43968.         activate
  43969.     end tell
  43970. on error errMsg number errNum
  43971.     --enter statements to perform when no records are found such as...
  43972.     display dialog "Sorry, the item you selected could not be found."
  43973.     return
  43974. end try
  43975. e    No Changef
  43976. QuickTime
  43977. Dev.CD Nov 00 TC Disk 2
  43978. All Packages
  43979. TimeZone.DaylightI
  43980. This program shows how you can use the ReadLocation function to show the current location and time zone information that is in the Date & Time Control Panel.  The program also shows how you can determine if Daylight Savings Time is on or off.V
  43981. 72989X
  43982. 1e    No Change
  43983. Dev.CD Jun 97 SSV
  43984. 72280X
  43985. Jun 97
  43986. f--set theItem to choose file -- uncomment to test in an AS editor
  43987.     tell application "Finder"
  43988.         open item "Dev.CD Jun 97 SSW"
  43989.         activate
  43990.     end tell
  43991. on error errMsg number errNum
  43992.     --enter statements to perform when no records are found such as...
  43993.     display dialog "Sorry, the item you selected could not be found."
  43994.     return
  43995. end try
  43996. All Packages
  43997. QuickDraw 3DO
  43998. Dev.CD Jun 97 SSWP
  43999. Dev.CD Jun 97 SSV
  44000. 72281X
  44001. Jun 97
  44002. f--set theItem to choose file -- uncomment to test in an AS editor
  44003.     tell application "Finder"
  44004.         open item "Dev.CD Jun 97 SSW"
  44005.         activate
  44006.     end tell
  44007. on error errMsg number errNum
  44008.     --enter statements to perform when no records are found such as...
  44009.     display dialog "Sorry, the item you selected could not be found."
  44010.     return
  44011. end try
  44012. All Packages
  44013. QuickDraw 3DO
  44014. Dev.CD Jun 97 SSWP
  44015. Dev.CD Jun 97 SSV
  44016. 72282X
  44017. Jun 97
  44018. macintoshR
  44019. 71948X
  44020. Jan 99^
  44021. q--set theItem to choose file -- uncomment to test in an AS editor
  44022.     tell application "Finder"
  44023.         open item "Dev.CD Jan 99 SDK1:Mac Logo:"
  44024.         activate
  44025.     end tell
  44026. on error errMsg number errNum
  44027.     --enter statements to perform when no records are found such as...
  44028.     display dialog "Sorry, the item you selected could not be found."
  44029.     return
  44030. end try
  44031. Deletedf
  44032. Apple
  44033. Dev.CD Jan 99 SDK1
  44034. pD&All Packages
  44035. System Software Edition
  44036. te upgrade for anyone on the Internet or anyone who wants to be. With more than 50 powerful new features, Mac OS 9 offers a full suite of capabilities for new and advanced users. Technologies  include  Sherlock 2, AppleScript, QuickTime, ColorSync, DVD, Digital Video, USB, FireWire, Open GL, Game Sprockets and more.
  44037. Localized releases of Mac OS 9 may be found on the October, November, and December 1999 System Software Editions in the following languages: Chinese (Simges: Chinese (Sim
  44038. 71949X
  44039. aiff/aifc
  44040. aiffwriterl
  44041. aiffwriter
  44042. sample
  44043. sound
  44044. output
  44045. device
  44046. component
  44047. aimedu
  44048. aincludes
  44049. airport
  44050. aladdin
  44051. alert{
  44052. alerting
  44053. alerts
  44054. alexander
  44055. algebra
  44056. ossible to patch event traps. It is sometimes even advisable. But since the jGNE filter is the sanctioned method, one ought to attempt to use it 
  44057. 70278X
  44058. seedbuilder
  44059. seedcfill
  44060. an AS editor
  44061.     tell application "Finder"
  44062.         open item "Dev.CD Nov 00 TC Disk 1:Sample Code:Java:JDirectTalker Example:"
  44063.         activate
  44064.     end tell
  44065. on error errMsg number errNum
  44066.     --enter statements to perform when no records are found such as...
  44067.     display dialog "Sorry, the item you selected could not be found."
  44068.     return
  44069. end try
  44070. All Packages
  44071. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  44072. Dev.CD Jan 94
  44073. Dev.CD Oct 93
  44074. Dev.CD Jul 93
  44075. Dev.CD Apr 93PDDev.CD Apr 94
  44076. Dev.CD Jan 94
  44077. Dev.CD Oct 93
  44078. Dev.CD Jul 93
  44079. Dev.CD Apr 9V
  44080. 72900X
  44081. Apr 94
  44082. --set theItem to choose file -- uncomment to test in an AS editor
  44083.     tell application "Finder"
  44084.         open item "Dev.CD Apr 94
  44085. Dev.CD Jan 94
  44086. Dev.CD Oct 93
  44087. Dev.CD Jul 93
  44088. Dev.CD Apr 93"
  44089.         activate
  44090.     end tell
  44091. on error errMsg number errNum
  44092.     --enter statements to perform when no records are found such as...
  44093.     display dialog "Sorry, the item you selected could not be found."
  44094.     return
  44095. end try
  44096. All Packages
  44097. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  44098. Dev.CD Jan 94
  44099. Dev.CD Oct 93
  44100. Dev.CD Jul 93
  44101. Dev.CD Apr 93PDDev.CD Apr 94
  44102. Dev.CD Jan 94
  44103. Dev.CD Oct 93
  44104. Dev.CD Jul 93
  44105. Dev.CD Apr 9V
  44106. 72901X
  44107. Apr 94
  44108. 72584X
  44109. Nov 99^
  44110. r--set theItem to choose file -- uncomment to test in an AS editor
  44111.     tell application "Finder"
  44112.         open item "Dev.CD Nov 99 TC:Sample Code:"
  44113.         activate
  44114.     end tell
  44115. on error errMsg number errNum
  44116.     --enter statements to perform when no records are found such as...
  44117.     display dialog "Sorry, the item you selected could not be found."
  44118.     return
  44119. end try
  44120. Deletedq
  44121. Dev.CD Nov 99 TC
  44122. D!All Packages
  44123. Tool Chest Edition
  44124. Snippets - Processes
  44125. (** = new, * = revised)
  44126. 7.0fo:  An After Dark module which displays the processes currently running on the Macintosh. Shows how to use the Process Manager and uses True Type fonts.
  44127. Just Finder:  Handy little application for font workers -- run this and when it's done, the only foreground process you have left is the Finder, which means you can work freely within the Fonts folder.  Shows how to kill processes safely, which isn't as easy as it looks even though we have other snippets to do
  44128. 72385X
  44129. Jan 94
  44130. p--set theItem to choose file -- uncomment to test in an AS editor
  44131.     tell application "Finder"
  44132.         open item "Dev.CD Jan 94
  44133. Dev.CD Oct 93"
  44134.         activate
  44135.     end tell
  44136. on error errMsg number errNum
  44137.     --enter statements to perform when no records are found such as...
  44138.     display dialog "Sorry, the item you selected could not be found."
  44139.     return
  44140. end try
  44141. All Packages
  44142. F    QuickTimeO
  44143. Dev.CD Jan 94
  44144. Dev.CD Oct 93P
  44145. Dev.CD Jan 94
  44146. Dev.CD Oct 9V
  44147. 72386X
  44148. Jan 94
  44149. p--set theItem to choose file -- uncomment to test in an AS editor
  44150.     tell application "Finder"
  44151.         open item "Dev.CD Jan 94
  44152. Dev.CD Oct 93"
  44153.         activate
  44154.     end tell
  44155. on error errMsg number errNum
  44156.     --enter statements to perform when no records are found such as...
  44157.     display dialog "Sorry, the item you selected could not be found."
  44158.     return
  44159. end try
  44160. All Packages
  44161. F    QuickTimeO
  44162. Dev.CD Jan 94P
  44163. Dev.CD Jan 9V
  44164. 72387X
  44165. Jan 94
  44166. tatements
  44167. status
  44168. f--set theItem to choose file -- uncomment to test in an AS editor
  44169.     tell application "Finder"
  44170.         open item "Dev.CD Jan 96 SSW"
  44171.         activate
  44172.     end tell
  44173. on error errMsg number errNum
  44174.     --enter statements to perform when no records are found such as...
  44175.     display dialog "Sorry, the item you selected could not be found."
  44176.     return
  44177. end try
  44178. multimedia
  44179. multiplay
  44180. multiple
  44181. multiple
  44182. monitor
  44183. multiple
  44184. multiprecision
  44185. multiprecision
  44186. arithmetic
  44187. multiprocessing
  44188. multiprocessing
  44189. services
  44190. reference
  44191. multiprocessor
  44192. multiprocessor
  44193. manager
  44194. access
  44195. multisync
  44196. multisync
  44197. displays
  44198. multitasking
  44199. multithreaded
  44200. 71947X
  44201. Nov 99^
  44202. --set theItem to choose file -- uncomment to test in an AS editor
  44203.     tell application "Finder"
  44204.         open item "Dev.CD Nov 99 TC:Tool Chest:QuickDraw:Mac Graphics Primer 2"
  44205.         activate
  44206.     end tell
  44207. on error errMsg number errNum
  44208.     --enter statements to perform when no records are found such as...
  44209.     display dialog "Sorry, the item you selected could not be found."
  44210.     return
  44211. end try
  44212. Deletedq
  44213. Dev.CD Nov 99 TC
  44214. oD!All Packages
  44215. Mac OS SDK Edition
  44216. s of Mac products, Apple, in conjunction with our worldwide channel partners, is launching an aggressive campaign to ensure customers can easily locate Mac products on retail shelves through the prominent display of the NEW Mac platform logo. We know you
  44217. ll want to capitalize on this renewed interest in the Mac platform and make your products stand out to the millions of customers who want to buy Mac products. Getting involved is simple:
  44218.   1. Obtain the NEW Mac platform NEW Mac platform 
  44219. Summary: This graphics primer contains information and concepts that can aid in the understanding of Macintosh graphics.  
  44220. Features: It includes such things as understanding color and the differences between how computers generate colors versus how we see them.
  44221. Although this primer is not directly a prerequisite; it is recommended as a prerequisite for any other course involved in the study of graphics; such as the Apple Training Support courses for Macintosh Video Display Cards.
  44222. Mac Graphics Primer 2K
  44223. Vol IIIL
  44224. Vol VIIO;Dev.CD Nov 99 TC:Tool Chest:QuickDraw:Mac Graphics Primer 2PCDev.CD Nov 99 TC
  44225.  - Tool Chest
  44226.  - QuickDraw
  44227.  - Mac Graphics Primer K helperO<Dev.CD Nov 00 TC Disk 1:Tool Chest:OS Utilities:jGNE Helper:PDDev.CD Nov 00 TC Disk 1
  44228.  - Tool Chest
  44229.  - OS Utilities
  44230.  - jGNE Helper
  44231. imageer
  44232. imageproducing
  44233. imagesx
  44234. imagetrack
  44235. imageviewer
  44236. imagewriter
  44237. imaginable
  44238. imagine[
  44239. imaging`
  44240. immediate
  44241. immediately
  44242. impacts
  44243. implement
  44244. workaround
  44245. workarounds
  44246. workbook
  44247. workers
  44248. workflows
  44249. workgroupT
  44250. working{
  44251. works
  44252. under
  44253. appearance
  44254. workstation
  44255. workstations
  44256. --set theItem to choose file -- uncomment to test in an AS editor
  44257.     tell application "Finder"
  44258.         open item "Dev.CD Apr 94
  44259. Dev.CD Jan 94
  44260. Dev.CD Oct 93
  44261. Dev.CD Jul 93"
  44262.         activate
  44263.     end tell
  44264. on error errMsg number errNum
  44265.     --enter statements to perform when no records are found such as...
  44266.     display dialog "Sorry, the item you selected could not be found."
  44267.     return
  44268. end try
  44269. panels
  44270. panes
  44271. panorama
  44272. panoramas
  44273. panoramic
  44274. paper{
  44275. papworkstation
  44276. parade
  44277. paradigms
  44278. paragraph
  44279. parallels
  44280. parametera
  44281. parameters
  44282. paramount
  44283. introduction
  44284. quicktime
  44285. partial
  44286. participation
  44287. JIheaders
  44288. Record sound.
  44289. Record to disk PPC
  44290. Record_Sound_at_rate.doc
  44291. sourceM
  44292. Sound Manager 3.2 or laterN,record, sound, disk, SPBRecord, SoundConvertOEDev.CD Nov 00 TC Disk 2:Sample Code:Sound:Record sound specific rate:PMDev.CD Nov 00 TC Disk 2
  44293.  - Sample Code
  44294.  - Sound
  44295.  - Record sound specific rate
  44296. parserW
  44297. parsing
  44298. partO
  44299. links
  44300. links
  44301. links
  44302. partmaker
  44303. partmaker
  44304. partmaker
  44305. readme
  44306. parts
  44307. pascal
  44308. pascal
  44309. sample
  44310. password
  44311. interface
  44312. patches
  44313. patchpoweroff
  44314. patchpoweroff
  44315. patchpoweroff
  44316. patchpoweroff
  44317. patchpoweroff
  44318. patchpoweroff68k
  44319. 5300ramcard
  44320. pbclock
  44321. pbproj
  44322. picker
  44323. picts
  44324. pictinfotest
  44325. pitfalls
  44326. pixel
  44327. platformsQ
  44328. platforms
  44329. toolsQ
  44330. play1
  44331. transport
  44332. transport
  44333. debug
  44334. transport
  44335. module
  44336. opendoc
  44337. openfirmware
  44338. opengl
  44339. opening
  44340. opening
  44341. documents
  44342. opening
  44343. files
  44344. openpicture
  44345. openstep
  44346. opentransport
  44347. optimization
  44348. optimization
  44349. demos
  44350. optimizing
  44351. option
  44352. option
  44353. management
  44354. oracle
  44355. ordered
  44356. ordered
  44357. collection
  44358. oriented
  44359. virtual
  44360. server
  44361. ot/ppp
  44362. ot/ppp
  44363. ot/ppp
  44364. control
  44365. strip
  44366. sample
  44367. ot/ppp
  44368. otbuffer
  44369. otbufferinfo
  44370. otdumpinternetstatus
  44371. otdumpportregistry
  44372. otendpointinfo
  44373. otfifo
  44374. otfindserialports
  44375. otgetendpointinfo
  44376. otgetindexedport
  44377. otgetuserportnamefro
  44378. otlifo
  44379. otlink
  44380. an/tilt
  44381. movies
  44382. cTESample is an example application that demonstrates how to initialize the commonly used Toolbox managers, operate successfully under MultiFinder, handle desk accessories, and create, grow, and zoom windows.  It demonstrates fundamental TextEdit toolbox calls and TextEdit automatic scrolling, and it shows how to create and maintain scroll bar controls.
  44383. CTESample
  44384. CTESample.make
  44385. PTESample
  44386. PTESample.make
  44387. README
  44388. TCTESample.
  44389. TCTESample.
  44390. .rsrc
  44391. TCTESampleGlue.c
  44392. TESample.c
  44393. TESample.c.o
  44394. TESample.h
  44395. TESample.p
  44396. TESample.p.o
  44397. TESample.r
  44398. TESampleGlue.a
  44399. TESampleGlue.a.o
  44400. TESampleInit.c
  44401. TESampleInit.c.oN
  44402. TextEdit, TESampleO6Dev.CD Nov 00 TC Disk 2:Sample Code:Overview:TESample:P>Dev.CD Nov 00 TC Disk 2
  44403.  - Sample Code
  44404.  - Overview
  44405.  - TESample
  44406. 72608X
  44407. Nov 00^    TC Disk 1
  44408. --set theItem to choose file -- uncomment to test in an AS editor
  44409.     tell application "Finder"
  44410.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:"
  44411.         activate
  44412.     end tell
  44413. on error errMsg number errNum
  44414.     --enter statements to perform when no records are found such as...
  44415.     display dialog "Sorry, the item you selected could not be found."
  44416.     return
  44417. end try
  44418. e    No Changef6object code
  44419. disassembly
  44420. MPW tool
  44421. UltraSlimFast
  44422. DumpObjq
  44423. Dev.CD Nov 00 TC Disk 1
  44424. D!All Packages
  44425. Tool Chest Edition
  44426. Spain Distribution Guide
  44427. Summary:  Macintosh Application Environment
  44428.  (MAE)
  44429. the virtual Macintosh for open systems
  44430. is an innovative software product for users of RISC-based UNIX workstations. A complete Macintosh environment in an X Window, MAE brings the functionality and ease-of-use of the Macintosh computer to Sun Microsystems SPARCstations running the SunSoft Solaris operating system, as well as Hewlett-Packard 9000 Series 700 workstations running HP-UX. 
  44431. This folder contains product information about MAE, asB
  44432.  well as information about the MAE ISV Partnership Program, to help Macintosh developers to penetrate the UNIX market with Macintosh applications.
  44433. J%MAE 2.0 DataSheet
  44434. MAE 2.0 White PaperK
  44435. May 94L
  44436. Jun 95M
  44437. Adobe Acrobat Reader.NCUNIX, A/UX, Open Systems, Sun, HP, workstation, MAE, Solaris, HP-UXObDev.CD Jun 95 RL:Technical Documentation:Tools Demos & Tech Overviews:Mac Application Environment:cept for the decoding of the JPEG header).
  44438. Jul 96L
  44439. May 97V
  44440. 70281X
  44441. Moved
  44442. mPjDev.CD Jun 95 RL
  44443.  - Technical Documentation
  44444.  - Tools Demos & Tech Overviews
  44445.  - Mac Application EnvironmentPreview dialog. It also displays the JFIF thumbnail from those JFIF files which have JFIF thumbnails in the same dialog. It also converts JPEG interchange files to JPEG PICT files, which can be used by any application, and converts (some) JPEG PICT files to JFIF files.
  44446. J&JFIF Preview Component
  44447. JFIF TranslatorM    QuickTimeN
  44448. QuickTime, JPEG, JFIF, PICTOSDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:Goodies:JPEG File Interchange Format:P^Dev.CD Nov 00 TC Disk 2
  44449.  - Sample Code
  44450.  - QuickTime
  44451.  - Goodies
  44452.  - JPEG File Interchange Format
  44453. common
  44454. files
  44455. interfaces
  44456. internals
  44457. international
  44458. international
  44459. 1.5.1
  44460. ipclister
  44461. exchange
  44462. installed
  44463. isimagewriter
  44464. iso9660
  44465. sample
  44466. issue
  44467. itemhider
  44468. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N;QuickTime, VR, Embedding, Sound, Commands, External, ScriptODDev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime VR:VRScript:PODev.CD Nov 00 TC Disk 2
  44469.  - Sample Code
  44470.  - QuickTime
  44471.  - QuickTime VR
  44472.  - VRScriptV
  44473. 73038X
  44474. Nov 00^    TC Disk 2
  44475. --set theItem to choose file -- uncomment to test in an AS editor
  44476.     tell application "Finder"
  44477.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime VR:VRScript:"
  44478.         activate
  44479.     end tell
  44480. on error errMsg number errNum
  44481.     --enter statements to perform when no records are found such as...
  44482.     display dialog "Sorry, the item you selected could not be found."
  44483.     return
  44484. end try
  44485. e    No Changef5QuickTime
  44486. Embedding
  44487. Sound
  44488. Commands
  44489. External
  44490. Scriptq
  44491. Dev.CD Nov 00 TC Disk 2
  44492. All Packages
  44493. VRSpeechV
  44494. 73039X
  44495. 71946X
  44496. Jun 95^
  44497. --set theItem to choose file -- uncomment to test in an AS editor
  44498.     tell application "Finder"
  44499.         open item "Dev.CD Jun 95 RL:Technical Documentation:Tools Demos & Tech Overviews:Mac Application Environment:"
  44500.         activate
  44501.     end tell
  44502. on error errMsg number errNum
  44503.     --enter statements to perform when no records are found such as...
  44504.     display dialog "Sorry, the item you selected could not be found."
  44505.     return
  44506. end try
  44507. Deletedf;UNIX
  44508. Open Systems
  44509. workstation
  44510. Solaris
  44511. HP-UXq
  44512. Dev.CD Jun 95 RL
  44513. nD!All Packages
  44514. Tool Chest Edition
  44515. Mac Graphics Primer 2
  44516.     m when no records are found such as...
  44517.     display dialog "Sorry, the item you selected could not be found."
  44518.     return
  44519. end try
  44520. Movedf"quicktime jpeg compress decompressq
  44521. Dev.CD Nov 00 TC Disk 1
  44522. All Packages
  44523. JSaverV
  44524. 70282X
  44525. textO
  44526. encoding
  44527. character
  44528. encoding
  44529. converter
  44530. encoding
  44531. converter
  44532. unicode
  44533. charset
  44534. character
  44535. encodi
  44536. encoding
  44537. unicode
  44538. script
  44539. language
  44540. conversion
  44541. games
  44542. input
  44543. services
  44544. manager
  44545. services
  44546. textedit
  44547. tsmte
  44548. text-to-speech
  44549. textedit
  44550. textedit
  44551. tesample
  44552. textedit
  44553. tesample
  44554. cplustesample
  44555. textedit
  44556. testylesample
  44557. style
  44558. textedit
  44559. transparent
  44560. texture
  44561. thread
  44562. thread
  44563. manager
  44564. thread
  44565. threads
  44566. tasks
  44567. tasking
  44568. multitasking
  44569. threading
  44570. threads
  44571. thumbnail
  44572. thumbnail
  44573. copybits
  44574. carbon
  44575. print
  44576. tilisten
  44577. application
  44578. environment
  44579. graphics
  44580. primer
  44581. runtime
  44582. architectures
  44583. runtime
  44584. 1.0.1b1c2
  44585. encodings
  44586. macapp
  44587. macapp
  44588. developer
  44589. survey
  44590. macapp
  44591. r13u5
  44592. macapp
  44593. r15d1
  44594. macapp
  44595. release
  44596. macapp
  44597. release
  44598. macbinary
  44599. maccalendar
  44600. maccalendar
  44601. 1.1b1
  44602. maccheck
  44603. maccheck
  44604. 1.0.4
  44605. macgamma
  44606. macintoshp
  44607. macintosh
  44608. cd-rom
  44609. setup
  44610. 5.3.2
  44611. macintosh
  44612. v1.1.1
  44613. macintosh
  44614. 1.1.1
  44615. market
  44616. marquee
  44617. media
  44618. memory
  44619. modern
  44620. module
  44621. monitor
  44622. mouse
  44623. movie
  44624. navigator
  44625. newsz
  44626. notesT
  44627. onescannerx
  44628. opp's
  44629. lJ[Hose.h
  44630. HoseFile.r
  44631. HoseIrda.c
  44632. HoseIrda.h
  44633. HoseIrdaLib
  44634. LW8_Hosesample.mcp
  44635. PSWriterErr.h
  44636. READMEK
  44637. Jul 99M
  44638. LaserWriter 8.6 and aboveN'LaserWriter 8, custom hose, IrDA sampleO<Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:LW8_Hosesample:PDDev.CD Nov 00 TC Disk 2
  44639.  - Sample Code
  44640.  - Printing
  44641.  - LW8_HosesampleV
  44642. 71945X
  44643. Nov 00^    TC Disk 2
  44644. --set theItem to choose file -- uncomment to test in an AS editor
  44645.     tell application "Finder"
  44646.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:Printing:LW8_Hosesample:"
  44647.         activate
  44648.     end tell
  44649. on error errMsg number errNum
  44650.     --enter statements to perform when no records are found such as...
  44651.     display dialog "Sorry, the item you selected could not be found."
  44652.     return
  44653. end try
  44654. e    No Changef%LaserWriter 8
  44655. custom hose
  44656. IrDA sampleq
  44657. Dev.CD Nov 00 TC Disk 2
  44658. mD(All Packages
  44659. Reference Library Edition
  44660. Mac Application Environment 2.0
  44661.     W& region rather than just its portRect.
  44662. Communications Toolbox
  44663. Contributed
  44664. Devices and Hardware
  44665. Files
  44666. Games
  44667. Graphics 2D
  44668. Graphics 3D
  44669. Help Systems
  44670. Human Interface Toolbox
  44671. Interapplication Comm
  44672. Memory
  44673. Networking
  44674. OS Utilities
  44675. Overview
  44676. Platforms and Tools
  44677. Printing
  44678. Processes
  44679. QuickTime
  44680. Runtime Architecture
  44681. Sound
  44682. Feb 92L
  44683. May 97O
  44684. Dev.CD Nov 99 TC:Sample Code:P
  44685. Dev.CD Nov 99 TC
  44686.  - Sample Code
  44687. Lurkers is an MPW tool that is used to examine the Projector state of files (i.e. whether a file belongs to a project, is checked-in/checked-out/modifiable, etc.) This version, 1.7, replaces previous versions that can be found on prior releases of the Developer's CD.
  44688. This updated release of the tool has been modified so that filenames are quoted the way that the MPW shell performs its quoting. A new option, -p, allows the user to control the generation of progress messages while the tool B
  44689. is running.
  44690. JzFStubs.c
  44691. FStubs.c.o
  44692. Lurkers
  44693. Lurkers README
  44694. Lurkers README.txt
  44695. Lurkers.c
  44696. Lurkers.c.o
  44697. Lurkers.r
  44698. MakeFile
  44699. NameRevisionCurrentK
  44700. Mar 94L
  44701. Jan 98M
  44702. Lurkers, Projector, MPWOLDev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:Lurkers 1.7:PWDev.CD Nov 00 TC Disk 1
  44703.  - Tool Chest
  44704.  - Development Kits
  44705.  - MPW Related
  44706.  - Lurkers 1.7
  44707. almost
  44708. omment to test in an AS editor
  44709.     tell application "Finder"
  44710.         open item "Dev.CD Nov 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:JScriptApplet:"
  44711.         activate
  44712.     end tell
  44713. on error errMsg number errNum
  44714.     --enter statements to perform when no records are found such as...
  44715.     display dialog "Sorry, the item you selected could not be found."
  44716.     return
  44717. end try
  44718. sample
  44719. answers
  44720. question
  44721. apple
  44722. sample
  44723. demonstrates
  44724. several
  44725. unmount
  44726. shows
  44727. sgdrawable
  44728. class
  44729. display
  44730. shows
  44731. using
  44732. sequencegrabber
  44733. simple
  44734. audio
  44735. shows
  44736. using
  44737. soundmanager
  44738. calls
  44739. simple
  44740. program
  44741. shows
  44742. capture
  44743. results
  44744. program
  44745. shows
  44746. composit
  44747. presentation
  44748. program
  44749. shows
  44750. construct
  44751. simple
  44752. animation
  44753. program
  44754. shows
  44755. control
  44756. quicktime
  44757. movie
  44758. program
  44759. shows
  44760. create
  44761. program
  44762. shows
  44763. customise
  44764. control
  44765. program
  44766. shows
  44767. define
  44768. mouseresponders
  44769. program
  44770. shows
  44771. display
  44772. quicktime
  44773. movie
  44774. program
  44775. shows
  44776. display
  44777. quicktime
  44778. content
  44779. rawn (in 9 point) instead of the labels.
  44780. 71944X
  44781. Nov 00^    TC Disk 1
  44782. --set theItem to choose file -- uncomment to test in an AS editor
  44783.     tell application "Finder"
  44784.         open item "Dev.CD Nov 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:Lurkers 1.7:"
  44785.         activate
  44786.     end tell
  44787. on error errMsg number errNum
  44788.     --enter statements to perform when no records are found such as...
  44789.     display dialog "Sorry, the item you selected could not be found."
  44790.     return
  44791. end try
  44792. e